add support for btScaledBvhTriangleMeshShape serialization (export and import through btBulletWorldImporter)
This commit is contained in:
@@ -53,6 +53,7 @@ typedef struct bInvalidHandle {
|
||||
class btMeshPartData;
|
||||
class btStridingMeshInterfaceData;
|
||||
class btTriangleMeshShapeData;
|
||||
class btScaledTriangleMeshShapeData;
|
||||
class btCompoundShapeChildData;
|
||||
class btCompoundShapeData;
|
||||
class btCylinderShapeData;
|
||||
@@ -379,6 +380,15 @@ typedef struct bInvalidHandle {
|
||||
};
|
||||
|
||||
|
||||
// -------------------------------------------------- //
|
||||
class btScaledTriangleMeshShapeData
|
||||
{
|
||||
public:
|
||||
btTriangleMeshShapeData m_trimeshShapeData;
|
||||
btVector3FloatData m_localScaling;
|
||||
};
|
||||
|
||||
|
||||
// -------------------------------------------------- //
|
||||
class btCompoundShapeChildData
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user