work on world

This commit is contained in:
2026-03-16 15:35:31 +02:00
parent c05bca6d27
commit 6d5141cf43
33 changed files with 416 additions and 100 deletions

View File

@@ -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
{