Examples of internalSetCreateFunc()


Examples of com.bulletphysics.collision.broadphase.CollisionAlgorithm.internalSetCreateFunc()

    CollisionAlgorithmConstructionInfo ci = tmpCI;
    ci.dispatcher1 = this;
    ci.manifold = sharedManifold;
    CollisionAlgorithmCreateFunc createFunc = doubleDispatch[body0.getCollisionShape().getShapeType().ordinal()][body1.getCollisionShape().getShapeType().ordinal()];
    CollisionAlgorithm algo = createFunc.createCollisionAlgorithm(ci, body0, body1);
    algo.internalSetCreateFunc(createFunc);

    return algo;
  }

  @Override
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.