BulletPhysics3D: Add StaticPlaneCollider3D

This commit is contained in:
SirLynix
2023-03-23 13:10:00 +01:00
committed by Jérôme Leclercq
parent 021801f02e
commit 3efd422e86
3 changed files with 65 additions and 2 deletions

View File

@@ -21,9 +21,9 @@ namespace Nz
Null,
Scene,
Sphere,
Tree,
StaticPlane,
Max = Tree
Max = StaticPlane
};
}