Class PcoType

java.lang.Object
com.jme3.bullet.collision.PcoType

public final class PcoType extends Object
Named constants for types of PhysicsCollisionObject. See enum CollisionObjectTypes in https://github.com/bulletphysics/bullet3/blob/master/src/BulletCollision/CollisionDispatch/btCollisionObject.h
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    value for a MultiBodyCollider (native name: CO_FEATHERSTONE_LINK)
    static final int
    unused (native name: CO_HF_FLUID)
    static final int
    default value, unused in Libbulletjme (native name: CO_COLLISION_OBJECT)
    static final int
    value for a PhysicsGhostObject (native name: CO_GHOST_OBJECT)
    static final Logger
    message logger for this class
    static final int
    value for a PhysicsVehicle chassis or PhysicsRigidBody (native name: CO_RIGID_BODY)
    static final int
    value for a PhysicsSoftBody (native name: CO_SOFT_BODY)
    static final int
    unused (native name: CO_USER_TYPE)
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • generic

      public static final int generic
      default value, unused in Libbulletjme (native name: CO_COLLISION_OBJECT)
      See Also:
    • rigid

      public static final int rigid
      value for a PhysicsVehicle chassis or PhysicsRigidBody (native name: CO_RIGID_BODY)
      See Also:
    • ghost

      public static final int ghost
      value for a PhysicsGhostObject (native name: CO_GHOST_OBJECT)
      See Also:
    • soft

      public static final int soft
      value for a PhysicsSoftBody (native name: CO_SOFT_BODY)
      See Also:
    • fluid

      public static final int fluid
      unused (native name: CO_HF_FLUID)
      See Also:
    • user

      public static final int user
      unused (native name: CO_USER_TYPE)
      See Also:
    • collider

      public static final int collider
      value for a MultiBodyCollider (native name: CO_FEATHERSTONE_LINK)
      See Also:
    • logger

      public static final Logger logger
      message logger for this class