After serializing and deserializing a valid mesh, it seems everything is recovered except for DisjointMeshCount value and HasUSerData/UserData.
Data difference seems In case of the mesh that is not working :
- DisjointMeshCount = -1
- HasUSerData = false
What is going wrong? I can imagine that DisjointMeshCount should at least be 1 for IsPointInside to work. If so, is there a way to “evaluate” the data so that DisjointMeshCount gets a proper value again?
Regard, Wei