Home › Forums › Bug Reports and Feature Requests › animate param – Rotation problem
- This topic has 4 replies, 2 voices, and was last updated 1 year, 7 months ago by Fabulous FOUR.
-
AuthorPosts
-
2023-04-12 at 3:27 pm #62020Fabulous FOURCustomer
Hi devs,
Browser/operating system:
Verge3D for Blender 4.3.0, Windows 11, Firefox 111.0.1 (64 bits)What steps will reproduce the problem?
animate param applied to a rotation. Watch the capture.What is the expected result?
A rotation of the object “Coffee Table” when click on the object “Office Desk”What happens instead?
No rotation + freeze of the browser tab.
Error in console:Uncaught TypeError: vec3Tmp.setFromEuler is not a function eulerV3DToBlenderShortest http://localhost:8668/applications/SIT-Office-Ecran01-01/visual_logic.js:668 setObjTransform http://localhost:8668/applications/SIT-Office-Ecran01-01/visual_logic.js:798 init http://localhost:8668/applications/SIT-Office-Ecran01-01/visual_logic.js:969 tween http://localhost:8668/applications/SIT-Office-Ecran01-01/visual_logic.js:891 update http://localhost:8668/applications/SIT-Office-Ecran01-01/visual_logic.js:850 update http://localhost:8668/applications/SIT-Office-Ecran01-01/visual_logic.js:845 tweenUpdateCb http://localhost:8668/applications/SIT-Office-Ecran01-01/visual_logic.js:859 animate http://localhost:8668/applications/SIT-Office-Ecran01-01/v3d.js:1 ns http://localhost:8668/applications/SIT-Office-Ecran01-01/v3d.js:1 i http://localhost:8668/applications/SIT-Office-Ecran01-01/v3d.js:1 i http://localhost:8668/applications/SIT-Office-Ecran01-01/v3d.js:1 i http://localhost:8668/applications/SIT-Office-Ecran01-01/v3d.js:1 i http://localhost:8668/applications/SIT-Office-Ecran01-01/v3d.js:1 ...
No problem occurs if I change rotation with location. The objects moves as expected.
Attachments:
You must be logged in to view attached files.2023-04-12 at 3:35 pm #62022kdvParticipantthey changed the
eulerV3DToBlenderShortest
function and now it’s compatible with v3d.js 4.3.0 only. just update v3d.js in your 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.
2023-04-12 at 6:06 pm #62028Fabulous FOURCustomerThanks for your answer, how to find the updated version of v3d.js?
2023-04-12 at 6:09 pm #62029kdvParticipantClick this button in the app manager
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.
2023-04-12 at 6:34 pm #62034Fabulous FOURCustomerGreat! Thanks! It works!
Sorry for this question, the information about apps updates is in the manual : https://www.soft8soft.com/docs/manual/en/introduction/App-Manager.html#UpdateIf an application is based on an older version of Verge3D, a button for updating it becomes active in the ‘operations’ column on the main page
-
AuthorPosts
- You must be logged in to reply to this topic.