Mesh island is a connected group of trinagles. More...
#include
Public Attributes | |
| int | itri |
| first triangle | |
| int | nTris |
| trinagle count | |
| int | iParent |
| outer island is V<0 | |
| int | iChild |
| first islands inside it with V<0 | |
| int | iNext |
| maintains a linked list of iChild's inside iParent | |
| float | V |
| can be negative (means it represents an inner surface) | |
| Vec3 | center |
| geometrical center | |
| int | bProcessed |
| for internal use | |
Mesh island is a connected group of trinagles.