Valid Mesh
-
IdeasVacuum
- Always Here

- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Valid Mesh
There needs to be a PB function that verifies whether or not a Mesh is valid (an invalid Mesh crashes your app). Does such a function/method already exist?
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Valid Mesh
Result=CreateMesh() Returns 0 if mesh could not be created.
Result=LoadMesh() Returns 0 if mesh could not be loaded.
Result=IsMesh() Returns 0 if a valid mesh could not be found.
Hope this helps.
Result=LoadMesh() Returns 0 if mesh could not be loaded.
Result=IsMesh() Returns 0 if a valid mesh could not be found.
Hope this helps.
-
IdeasVacuum
- Always Here

- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Valid Mesh
IsMesh()
I think I need a new pair of glasses........
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
