This would be useful to quickly validate if a TriMesh looks as expected (and to allow derives on types containing trimeshes).
The naive derived Debug impl is obviously unhelpful. Instead, perhaps report:
- The number of triangles
- The AABB
- Any flags
- The topology information, if present
This would be useful to quickly validate if a TriMesh looks as expected (and to allow derives on types containing trimeshes).
The naive derived Debug impl is obviously unhelpful. Instead, perhaps report: