There was an error while loading. Please reload this page.
1 parent 744139c commit e9af247Copy full SHA for e9af247
1 file changed
Nu/Nu/Physics/PhysicsEngine.fs
@@ -80,6 +80,7 @@ type BodyShapeProperties =
80
CollisionMaskOpt = None
81
SensorOpt = None }
82
83
+ /// Check that the body shape properties are applicable for 3D physics.
84
static member validateUtilization3d properties =
85
properties.FrictionOpt.IsNone &&
86
properties.RestitutionOpt.IsNone &&
0 commit comments