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 - 136 through 150 (of 2,897 total)
  • Author
    Posts
  • in reply to: .pdf Download from folder #78012
    kdv
    Participant

    Puzzles and JS coding. 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 the meaning at all.

    in reply to: Verge3D 4.8 pre1 available! #78008
    kdv
    Participant

    shaders seem to have by far the biggest impact on performance

    Yeap, materials of type MeshNodeMaterial + PMREM lighting are rather slow on mobile platforms (including VR headsets). Materials of type MeshStandardMaterial + Cubemap lighting are significantly faster. And they look practically the same way.

    ~25 fps vs ~90 fps on Meta Quest 3 (on the most popular VR headset Meta Quest 2 it will be ~1.8…2 times slower).
    https://drive.google.com/file/…/view?usp=sharing

    Puzzles and JS coding. 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 the meaning at all.

    in reply to: vertex parenting supported in verge? #78000
    kdv
    Participant

    Bones can easily replace practically all shape keys )))

    Puzzles and JS coding. 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 the meaning at all.

    in reply to: Different Outlining Color Effect #77997
    kdv
    Participant

    Is there a way to achieve this via JavaScript

    create several outline passes with different colors. but this will probably have a huge impact on the overall performance.

    Puzzles and JS coding. 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 the meaning at all.

    kdv
    Participant

    Rename the .js file
    rename the html file
    rename the gltf file
    rename the bin file
    rename the css file
    and still I cant get it to run.

    You ruined all dependencies this way :unsure: new_name.html tries to find old_name.css and old_name.js, new_name.js will try to load old_name.gltf, new_name.gltf will try to load old_name.bin. You should also rename files inside .html, .js and .gltf to do the trick.

    Puzzles and JS coding. 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 the meaning at all.

    in reply to: Blender Web App #77979
    kdv
    Participant

    Verge3D apps work only on a user’s side. You’ll have to write some kind of a server-client system.

    Puzzles and JS coding. 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 the meaning at all.

    in reply to: Puzzle Editor not loading anything #77975
    kdv
    Participant

    All of this is the case even with the default cube scene.

    attach one of these new apps here (zipped).

    Puzzles and JS coding. 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 the meaning at all.

    kdv
    Participant

    Fixed for using with Verge3D 3.x.x-4.2.0

    Attachments:
    You must be logged in to view attached files.

    Puzzles and JS coding. 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 the meaning at all.

    in reply to: .pdf Download from folder #77965
    kdv
    Participant

    but at the same time I want to download a .pdf guide which is in the applications folder.

    Do you want to download two files one by one or you need to insert a screenshot into an already existing PDF file?

    Puzzles and JS coding. 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 the meaning at all.

    kdv
    Participant

    I can’t open the Puzzles on the older system

    Attach your visual_logic.xml here (zipped).

    Puzzles and JS coding. 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 the meaning at all.

    in reply to: gltf2.0 texture #77941
    kdv
    Participant

    Color Correction

    Show your material in Blender.

    Puzzles and JS coding. 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 the meaning at all.

    in reply to: Physics : Detect Collisions #77926
    kdv
    Participant

    Looks like you didn’t add the core puzzle for the physics engine.

    Btw, dynamic bodies cannot be dragged…

    Puzzles and JS coding. 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 the meaning at all.

    in reply to: Curve messing with objects selection #77922
    kdv
    Participant

    how do I use this three.js module instead

    Port this example https://threejs.org/examples/?q=outline#webgl_postprocessing_outline

    Puzzles and JS coding. 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 the meaning at all.

    in reply to: Curve messing with objects selection #77917
    kdv
    Participant

    It’s an old bug of the Outline pass in Verge3D: line objects are also outlined. I just use OutlinePass.js module from three.js. It works with no issues.
    https://drive.google.com/file/…/view?usp=sharing

    Puzzles and JS coding. 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 the meaning at all.

    in reply to: vertex parenting supported in verge? #77913
    kdv
    Participant

    s there any information available on that

    you can read position of any vertex from object.geometry.attributes.positionrelative to the object’s origin and calculate the world’s position. easy.

    Puzzles and JS coding. 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 the meaning at all.

Viewing 15 posts - 136 through 150 (of 2,897 total)