java.lang.Object
com.github.stephengold.joltjni.enumerate.EPhysicsUpdateError

public final class EPhysicsUpdateError extends Object
Error conditions reported by PhysicsSystem.update().
  • Field Details

    • None

      public static final int None
      no errors
      See Also:
    • ManifoldCacheFull

      public static final int ManifoldCacheFull
      manifold cache is full

      Increase the maxContactConstraints argument to the PhysicsSystem constructor.

      See Also:
    • BodyPairCacheFull

      public static final int BodyPairCacheFull
      body pair cache is full

      Increase the maxBodyPairs argument to the PhysicsSystem constructor.

      See Also:
    • ContactConstraintsFull

      public static final int ContactConstraintsFull
      contact constraints buffer is full

      Increase maxContactConstraints argument to the PhysicsSystem constructor.

      See Also: