HomeSort by relevance Sort by last modified time
    Searched refs:createMeshShape (Results 1 - 5 of 5) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloCollision.java 93 CollisionShapeFactory.createMeshShape((Node) sceneModel);
HelloTerrainCollision.java 151 CollisionShapeFactory.createMeshShape((Node) terrain);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
RigidBodyControl.java 132 collisionShape = CollisionShapeFactory.createMeshShape(spatial);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
CollisionShapeFactory.java 163 public static CollisionShape createMeshShape(Spatial spatial) {
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestWalkingChar.java 288 terrainPhysicsNode = new RigidBodyControl(CollisionShapeFactory.createMeshShape(terrain), 0);

Completed in 34 milliseconds