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.

When scaling the object during below rotation, the object will stop rotation.

Home Forums Puzzles When scaling the object during below rotation, the object will stop rotation.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #44524
    derekwang0605
    Customer

    When scaling/rotating the group objects during below rotation, the group object will stop rotation, I have to reload the scene to make the animation work again. But if for single object, the animation will not stop and the rotation and scaling by mouse will be applied to single object. The gltf is by 3DMax, but for Blender gltf model, everything works fine. Is it a problem for 3DMax?
    animateParam(0, 360, 10, ‘Linear’, ‘InOut’, 0, false,
    function() {
    setObjTransform(‘My_ObjGroup_021’, ‘rotation’, _pGlob.animateParamUpdate || 0, ”, ”, false);
    },
    function() {});
    How to fix the problem?

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.