|
|
D_CORE_API | dPolygonSoupBuilder (const dPolygonSoupBuilder &sopurce) |
| |
|
D_CORE_API void | Begin () |
| |
|
D_CORE_API void | End (bool optimize) |
| |
|
D_CORE_API void | AddFace (const dFloat32 *const vertex, dInt32 strideInBytes, dInt32 vertexCount, const dInt32 faceId) |
| |
|
D_CORE_API void | AddFaceIndirect (const dFloat32 *const vertex, dInt32 strideInBytes, dInt32 faceId, const dInt32 *const indexArray, dInt32 indexCount) |
| |
|
D_CORE_API void | SavePLY (const char *const fileName) const |
| |
|
| dClassAlloc () |
| | Empty.
|
| |
|
| ~dClassAlloc () |
| | Empty.
|
| |
|
void * | operator new (size_t size) |
| | Overloaded operator new for any subclass derived from dClassAlloc.
|
| |
|
void | operator delete (void *ptr) |
| | Overloaded operator delete for any subclass derived from dClassAlloc.
|
| |