JoltPhysics3D: Add capsule collider
This commit is contained in:
committed by
Jérôme Leclercq
parent
a4ba7d6115
commit
1387ac6e35
@@ -12,13 +12,14 @@ namespace Nz
|
||||
enum class JoltColliderType3D
|
||||
{
|
||||
Box,
|
||||
Capsule,
|
||||
Compound,
|
||||
Sphere,
|
||||
|
||||
TranslatedRotatedDecoration,
|
||||
ScaleDecoration,
|
||||
TranslatedRotatedDecoration,
|
||||
|
||||
Max = Sphere
|
||||
Max = TranslatedRotatedDecoration
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user