In PG select an object in the inspector menu and click “edit” in the animations section to open the curve animation editor, but why I can’t create a new animation for the object? it always shows
I think the options in the image equals to code below?
var anim = new BABYLON.Animation("testAnim", "value", 60, BABYLON.Animation.ANIMATIONTYPE_FLOAT, BABYLON.Animation.ANIMATIONLOOPMODE_CYCLE);
thanks.