List of usage examples for com.badlogic.gdx.physics.bullet.collision ClosestNotMeRayResultCallback ClosestNotMeRayResultCallback
public ClosestNotMeRayResultCallback(btCollisionObject me)
From source file:com.badlogic.gdx.ai.tests.steer.bullet.tests.BulletRaycastCollisionDetector.java
License:Apache License
public BulletRaycastCollisionDetector(btCollisionWorld world, btCollisionObject me) { this.world = world; this.callback = new ClosestNotMeRayResultCallback(me); }