-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I've managed to get BabylonJS running, but am unsure how to get animations to work.
I have a project in JavaScript where animations works, and am trying to mimic this in a Blazor project. Is there a straightforward way to do so? I currently only need to rotate an object.
The two methods I've seen are using either render loop (https://doc.babylonjs.com/divingDeeper/animation/render_frame_animation) or keyframes https://doc.babylonjs.com/divingDeeper/animation/animation_design).
My issue with keyFrames is that setKeys(keyFrames)
expects keyFrames to be of type IAnimationKey[]
, and I can't figure out how that part works.
Metadata
Metadata
Assignees
Labels
No labels