Forum Replies Created
-
AuthorPosts
-
kdvParticipant
You can’t play the legs animation from 31 to 39. After cloning it has only 9 frames, from 0 to 8. The same with other animations. They are short.
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.
kdvParticipantcan’t I play an animation in reverse?
look at your puzzles with more attention and remove unneeded puzzles.
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.
kdvParticipantin Blender and added a boolean difference modifier
the modifier itself won’t work in Verge3D but you can use the boolean operations puzzle with the same result.
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 it recommended to always triangulate all models? to get the most predictable results?
Yes. To avoid surprises.
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 it possible to adjust the iFrame width to create room for a side panel?
https://drive.google.com/file/d/16KPCnA1n7_81fKYW7JaAlF8PBEB4VWwP/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.
2024-08-21 at 7:47 pm in reply to: Clone Object Function Works one One Object and Not Another #76876kdvParticipantShare your files (as simplified as possible).
there doesn’t appear to be anything different between the scenario where it works and the scenario where it doesn’t
I see some modifier for 144.
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.
kdvParticipantPuzzles 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-08-16 at 7:38 pm in reply to: Yet another AR issue – both Android and iOS, but not the same one ! #76642kdvParticipantthe second time i click on it, it messes up things ?
When you click the second time you download previously generated model and only after that your event listener is triggered to generate a new model. But the point is to download a newly generated model right after it has been exported.
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-08-16 at 2:31 pm in reply to: Yet another AR issue – both Android and iOS, but not the same one ! #76637kdvParticipanti don’t really understand why this occurs, nor why the fix.
because
<a>
with “href” is a working and clickable hyper-link. it doesn’t require any additional event listener to work.<a>
without “href” is just a block with no interaction.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-08-16 at 10:53 am in reply to: Yet another AR issue – both Android and iOS, but not the same one ! #76633kdvParticipantthen change some choices : color, number…) and ask for AR again : it works but shows the last AR 3D model
it’s just a mistake in your logic. you don’t remove the “href” attribute before clicking the second time.
the first time you go into AR : not entering AR
the same reason. wrong logic.
See this puzzle set https://www.soft8soft.com/topic/ar-plugin-for-ios/page/2/ to avoid those mistakes.
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.
kdvParticipant1. Re-upload.
2. Write it to a file and put this file into the app’s folder )))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.
kdvParticipantRead the topic from the very begining.
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.
kdvParticipantThe difference is mainly in add-ons for those programs. v3d.js is practically the same for all of them.
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.
kdvParticipantand finally discovered that this had to do with a material assignment
Exactly the case of this topic ))) Make sure that you are trying to assign materials to meshes 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.
kdvParticipantLike in case from this topic the problem most likely is somewhere in logic (puzzles). Try to disable all action within the “append scene” puzzle and then enable them one by one.
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