We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

kdv

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 2,367 total)
  • Author
    Posts
  • in reply to: url(”/..image/xxxx.svg”) not working…. #71994
    kdv
    Participant

    Really? You don’t see the difference between ../ and /..?

    If the images or media folders are located in the same folder with your .html file then the correct urls should be as follows:
    url(”images/xxxx.svg”) or url(”./media/xxxx.svg”).
    ../ means one level up.
    /.. means nothing.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    in reply to: url(”/..image/xxxx.svg”) not working…. #71988
    kdv
    Participant

    wrong url. why are you using two dots? what for?

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    in reply to: Question about FirstPersonControls #71977
    kdv
    Participant

    You can’t control the pointer with JS, it”s not allowed. Use raycacting from the scene’s camera to do the job.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    kdv
    Participant

    use a loop.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    in reply to: Hide Object Puzzle not working? #71971
    kdv
    Participant

    in spite of puzzles showing engCoverPort as an Empty, that must be a bug

    It’s not a bug, it’s a multi-material mesh which is actually a group of meshes (one mesh – one material). In three.js a group is actually an empty object, just a parent for other objects.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    in reply to: BG music start after page load #71966
    kdv
    Participant

    autoautomatically once the page

    This is not allowed in all modern browsers. User interaction is required.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    in reply to: How to modify the default mouse interaction function #71963
    kdv
    Participant

    needs to change the default left click rotation to move the mouse rotation instead of pressing the left button

    Possible but I wouldn’t recommend using such a kind of controls.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    in reply to: Verge 3D projects Migration #71940
    kdv
    Participant

    re-export with 3.6.5+

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    kdv
    Participant

    The file was saved with a newer version of Max. Update Max to open it.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    in reply to: ALL Menu icons disappear……..???? #71930
    kdv
    Participant

    I need to open the .xml file by using some text editor like Atom and make this change?

    The answer is already in your question.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    in reply to: AI integration feature &/or capability in Verge #71920
    kdv
    Participant

    You need AI to read a binary signal? :scratch: :wacko:

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    in reply to: Hide Object Puzzle not working? #71917
    kdv
    Participant

    Right, but as you can see in Blender, it is an object, not an Empty, what can explain this?

    It’s a group of meshes, a multi-material mesh. That’s how meshes with several materials are exported to glTF.

    As for hiding issue, share your app for testing. Guessing won’t much help. The hide puzzle is very simple in code and it won’t work only in two cases: 1) the specified object’s name is not found in the scene; 2) there are two (or more) objects with the same name (for example, the second one came from an appended scene) and the puzzle found the one that wasn’t expected first.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    in reply to: Hide Object Puzzle not working? #71914
    kdv
    Participant


    It’s a group of meshes (a multi-material mesh).

    It’s hard to figure out what’s wrong without your files.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    in reply to: Microsoft web server (IIS) #71904
    kdv
    Participant

    is it really that simple & straight forward ?

    Yeap, it’s really that simple. v3d apps work with no problems. just added several missing mime-types

    .gltf application/json
    .hdr image/vnd.radiance
    .json application/json
    .webp image/webp
    .woff application/x-font-woff

    check the screenshot

    press F12 and see errors.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    kdv
    Participant

    https://v3d.net/trh

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

Viewing 15 posts - 1 through 15 (of 2,367 total)