OVRGLTFAnimationNodeMorphTargetHandler Class
Helper class that updates mesh verticies and UVs based on provided weights using the mesh's morph targets.
This is required when animating the GLTF model so that all mesh attributes are updated correctly when the mesh moves.
OVRGLTFAnimationNodeMorphTargetHandler
Updates the mesh vertices and UVs when the weights are modified.
This should be called during an animation update to ensure the mesh is updated correctly.
Marks the mesh data as modified so that
Update will process the new morph target weights.