Forum Replies Created
-
AuthorPosts
-
kdvParticipant
Any idea what causes this?
without your app? no
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.
kdvParticipantIt’s not an error, just a standard warning. It means that a loop used in that shader code will be unrolled.
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.
kdvParticipantI can port Gaussian Splatting into any Verge3D app.
Both variants:
https://github.com/mkkellogg/GaussianSplats3D
or
https://github.com/lumalabs/luma-web-examples
Not for free, of course…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.
kdvParticipantYou didn’t updated your Verge3D installation properly. New apps are created with new logic files but with old v3d.js
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.
kdvParticipantYou attached nothing. Nothing to work with. Upload your files somewhere else and give the link.
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.
kdvParticipantYou can use cubemaps for interiors.
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.
kdvParticipantgeo nodes and modifiers are baked on export. their animation is not supported.
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.
kdvParticipantkdvParticipantshaders 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=sharingPuzzles 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.
kdvParticipantBones 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.
kdvParticipantIs 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.
2024-10-17 at 3:45 am in reply to: Versioning – How can I Duplicate a project to make a new one? #77986kdvParticipantRename 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 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.
kdvParticipantVerge3D 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.
kdvParticipantAll 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.
-
AuthorPosts