Andrey Zimin Posted January 8, 2018 Share Posted January 8, 2018 Hello friends! Please help me! What is mean: BABYLON.Animation.ANIMATIONTYPE_COLOR3 BABYLON.Animation.ANIMATIONTYPE_FLOAT BABYLON.Animation.ANIMATIONTYPE_MATRIX BABYLON.Animation.ANIMATIONTYPE_QUATERNION BABYLON.Animation.ANIMATIONTYPE_VECTOR2 BABYLON.Animation.ANIMATIONTYPE_VECTOR3 What is meant by each of these types of animation? Quote Link to comment Share on other sites More sharing options...
Hersir Posted January 8, 2018 Share Posted January 8, 2018 Hi its type of object property being animated Quote Link to comment Share on other sites More sharing options...
brianzinn Posted January 8, 2018 Share Posted January 8, 2018 Check out the docs then ask here if something still doesn't make sense:https://doc.babylonjs.com/babylon101/animations GameMonetize and JackFalcon 2 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted January 9, 2018 Share Posted January 9, 2018 The ones you would use the most: Quote BABYLON.Animation.ANIMATIONTYPE_COLOR3 BABYLON.Animation.ANIMATIONTYPE_FLOAT BABYLON.Animation.ANIMATIONTYPE_VECTOR2 BABYLON.Animation.ANIMATIONTYPE_VECTOR3 If you change a value : ANIMATIONTYPE_FLOAT If you change the position, rotation, scaling xyz : ANIMATIONTYPE_VECTOR3 if you change the color of an object : ANIMATIONTYPE_COLOR3 And so on, it's no more complicated than that Andrey Zimin, GameMonetize and JackFalcon 2 1 Quote Link to comment Share on other sites More sharing options...
JackFalcon Posted January 9, 2018 Share Posted January 9, 2018 yep, this (stuff, animations) => { brain; } ? : true , 1), 10000) : ) Thx for the link. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.