Forum Replies Created
-
AuthorPosts
-
kdv
ParticipantAccording to the puzzles above your cube is exported to USDZ only once, right after the app has been loaded. To get what you want the cube should be exported on demand, after its material was changed. Puzzles will be a little more complex…
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
ParticipantI tried “look at”, but the 3D model disappeared.
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
ParticipantYeap, it was made to work this way with clones.
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-11-12 at 7:30 am in reply to: inquire about Viewing a Digital Anatomy Model on Mobile Devices #78591kdv
Participantwould it be better to reduce the number of textures to 10 at 4096×4096?
No. In this case, most likely, your app will crash on iPhones.
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
Participanthow do we get the offsetX and offsetY
These are just two Value nodes with changed labels.
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
ParticipantThis puzzle will also do the job (without zoomming).
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
Participantis it recommended to remove the timer again using remove timer puzzle when it won’t be used again?
it will be destroyed after the last iteration automatically (except
Infinity
).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.
kdv
ParticipantBut it does not describe how to “disable this check”
app.renderer.debug.checkShaderErrors = false;
but it’s not a solution in your case. it won’t remove errors in shaders.
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
Participantvideo demo only
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
ParticipantThis puzzle instead of replacing textures replaces only image data inside textures. That’s why other materials are also affected.
this issue is very old…
https://www.soft8soft.com/topic/verge3d-tools-plugin/page/3/#post-77256Puzzles 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-11-06 at 7:38 am in reply to: html interface made from puzzles work well but not on my client website #78503kdv
ParticipantThe HTML interface isn’t working there
if you upload your app to the client’s server the problem will be gone.
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
ParticipantIndeed… It’s possible to change the color depending on what object has been chosen. But it won’t work with two or more different objects outlined simultaneously.
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
Participantdeleted
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
Participantthe fuselage material should be non-transparent to render your transparent decals properly over that material at any angle.
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
ParticipantFor instance, if I have an environment scene that loads by default and then load a GLTF containing a teapot, cylinder, and torus
do not use “load scene” (this puzzle will replace the main scene). use only “append scene” (this puzzle will add a scene to the main scene).
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