Class GImpactCollisionShape

java.lang.Object
com.jme3.bullet.collision.shapes.CollisionShape
com.jme3.bullet.collision.shapes.GImpactCollisionShape
All Implemented Interfaces:
Savable

public class GImpactCollisionShape extends CollisionShape
Basic mesh collision shape
  • Field Details Link icon

    • worldScale Link icon

      protected Vector3f worldScale
    • numVertices Link icon

      protected int numVertices
    • numTriangles Link icon

      protected int numTriangles
    • vertexStride Link icon

      protected int vertexStride
    • triangleIndexStride Link icon

      protected int triangleIndexStride
    • triangleIndexBase Link icon

      protected ByteBuffer triangleIndexBase
    • vertexBase Link icon

      protected ByteBuffer vertexBase
    • bulletMesh Link icon

      protected com.bulletphysics.collision.shapes.IndexedMesh bulletMesh
  • Constructor Details Link icon

    • GImpactCollisionShape Link icon

      protected GImpactCollisionShape()
    • GImpactCollisionShape Link icon

      public GImpactCollisionShape(Mesh mesh)
      creates a collision shape from the given Mesh
      Parameters:
      mesh - the Mesh to use
  • Method Details Link icon