work on world
This commit is contained in:
@@ -95,6 +95,11 @@ public:
|
||||
return CRapierPhysics_CreateCube(m_pRustHandle, ball);
|
||||
}
|
||||
|
||||
virtual HShape CreateTriangles( TrianglesShape_t shape ) override
|
||||
{
|
||||
return CRapierPhysics_CreateCube(m_pRustHandle, shape);
|
||||
}
|
||||
|
||||
virtual void DestroyShape( HShape hShape ) override
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user