Does RealityKit support mesh based animation?

I have a mesh based animation 3D model, that means every frame it’s a new mesh. I import it into RealityView, but can’t play it‘s animation, RealityKit tells me this model has no animations by using print(entity.availableAnimations).

Answered by DTS Engineer in 855732022

Hello,

Yes, RealityKit refers to these as "Updatable Meshes".

To started check out Creating a plane with low-level mesh.

We also recommend last year's related WWDC session and sample.

Hello,

Yes, RealityKit refers to these as "Updatable Meshes".

To started check out Creating a plane with low-level mesh.

We also recommend last year's related WWDC session and sample.

Does RealityKit support mesh based animation?
 
 
Q