The ellipsoidOffset attribute cannot be serialized/deserialized

I modified the ellipsoidOffset property of the mesh, serialized it into a .babylon file using the SceneSerializer.Serialize(scene) method, and then deserialized the scene file using SceneLoader.Append. However, the modified ellipsoidOffset property resets (is not saved).

Thanks for reporting, this PR will fix the problem:

2 Likes