Class EPhysicsUpdateError
java.lang.Object
com.github.stephengold.joltjni.enumerate.EPhysicsUpdateError
Error conditions reported by
PhysicsSystem.update().-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intbody pair cache is fullstatic final intcontact constraints buffer is fullstatic final intmanifold cache is fullstatic final intno errors -
Method Summary
-
Field Details
-
None
public static final int Noneno errors- See Also:
-
ManifoldCacheFull
public static final int ManifoldCacheFullmanifold cache is fullIncrease the
maxContactConstraintsargument to thePhysicsSystemconstructor.- See Also:
-
BodyPairCacheFull
public static final int BodyPairCacheFullbody pair cache is fullIncrease the
maxBodyPairsargument to thePhysicsSystemconstructor.- See Also:
-
ContactConstraintsFull
public static final int ContactConstraintsFullcontact constraints buffer is fullIncrease
maxContactConstraintsargument to thePhysicsSystemconstructor.- See Also:
-