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

  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsRigidBody.java 67 protected RigidBodyConstructionInfo constructionInfo;
114 rBody = new RigidBody(constructionInfo);
123 if (constructionInfo == null) {
124 constructionInfo = new RigidBodyConstructionInfo(mass, motionState, collisionShape.getCShape(), localInertia);
126 constructionInfo.mass = mass;
127 constructionInfo.collisionShape = collisionShape.getCShape();
128 constructionInfo.motionState = motionState;
366 constructionInfo.friction = friction;
371 constructionInfo.linearDamping = linearDamping;
372 constructionInfo.angularDamping = angularDamping
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/
jmePhysicsSpace.cpp 75 PosixThreadSupport::ThreadConstructionInfo constructionInfo("collision", SolverThreadFunc,
77 PosixThreadSupport* threadSupport = new PosixThreadSupport(constructionInfo);

Completed in 1445 milliseconds