Public Member Functions | |
BulletTriangleMeshShape (BulletTriangleMesh mesh, bool dynamic, bool compress, bool bvh) | |
The parameters 'compress' and 'bvh' are only used if 'dynamic' is set to FALSE. | |
BulletTriangleMeshShape (BulletTriangleMesh mesh, bool dynamic, bool compress) | |
The parameters 'compress' and 'bvh' are only used if 'dynamic' is set to FALSE. | |
BulletTriangleMeshShape (BulletTriangleMesh mesh, bool dynamic) | |
The parameters 'compress' and 'bvh' are only used if 'dynamic' is set to FALSE. | |
BulletTriangleMeshShape (BulletTriangleMeshShape const copy) | |
bool | isDynamic () |
bool | isStatic () |
BulletTriangleMeshShape | operator= (BulletTriangleMeshShape const copy) |
refitTree (Point3 const aabb_min, Point3 const aabb_max) | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
BulletTriangleMeshShape | ( | BulletTriangleMesh | mesh, |
bool | dynamic, | ||
bool | compress, | ||
bool | bvh | ||
) |
The parameters 'compress' and 'bvh' are only used if 'dynamic' is set to FALSE.
BulletTriangleMeshShape | ( | BulletTriangleMesh | mesh, |
bool | dynamic, | ||
bool | compress | ||
) |
The parameters 'compress' and 'bvh' are only used if 'dynamic' is set to FALSE.
BulletTriangleMeshShape | ( | BulletTriangleMesh | mesh, |
bool | dynamic | ||
) |
The parameters 'compress' and 'bvh' are only used if 'dynamic' is set to FALSE.
BulletTriangleMeshShape | ( | BulletTriangleMeshShape const | copy | ) |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from BulletShape.
bool isDynamic | ( | ) |
bool isStatic | ( | ) |
BulletTriangleMeshShape operator= | ( | BulletTriangleMeshShape const | copy | ) |
refitTree | ( | Point3 const | aabb_min, |
Point3 const | aabb_max | ||
) |