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.

animate param – Rotation problem

Home Forums Bug Reports and Feature Requests animate param – Rotation problem

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #62020
    Fabulous FOUR
    Customer

    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.
    #62022
    kdv
    Participant

    they 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. 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 meaning at all.

    #62028
    Fabulous FOUR
    Customer

    Thanks for your answer, how to find the updated version of v3d.js?

    #62029
    kdv
    Participant

    Click this button in the app manager

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

    #62034
    Fabulous FOUR
    Customer

    Great! 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#Update

    If 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.