Searched refs:PhysicsControl (Results 1 – 11 of 11) sorted by relevance
38 import com.jme3.bullet.control.PhysicsControl;392 if (obj instanceof PhysicsControl) { in add()393 ((PhysicsControl) obj).setPhysicsSpace(this); in add()396 PhysicsControl control = node.getControl(PhysicsControl.class); in add()424 if (obj instanceof PhysicsControl) { in remove()425 ((PhysicsControl) obj).setPhysicsSpace(null); in remove()428 PhysicsControl control = node.getControl(PhysicsControl.class); in remove()466 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in addAll()473 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in addAll()483 } else if (spatial.getControl(PhysicsControl.class) != null) { in addAll()[all …]
55 import com.jme3.bullet.control.PhysicsControl;366 if (obj instanceof PhysicsControl) { in add()367 ((PhysicsControl) obj).setPhysicsSpace(this); in add()370 PhysicsControl control = node.getControl(PhysicsControl.class); in add()398 if (obj instanceof PhysicsControl) { in remove()399 ((PhysicsControl) obj).setPhysicsSpace(null); in remove()402 PhysicsControl control = node.getControl(PhysicsControl.class); in remove()440 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in addAll()447 if (physicsJoint.getBodyA() instanceof PhysicsControl) { in addAll()457 } else if (spatial.getControl(PhysicsControl.class) != null) { in addAll()[all …]
40 import com.jme3.bullet.control.PhysicsControl;126 …if (ghostControl.getOverlappingObjects().contains(collisionNode.getControl(PhysicsControl.class)))… in simpleUpdate()
37 import com.jme3.bullet.control.PhysicsControl;55 public class PhysicsHoverControl extends PhysicsVehicle implements PhysicsControl, PhysicsTickListe…
14 public interface PhysicsControl extends Control { interface
27 public class GhostControl extends PhysicsGhostObject implements PhysicsControl {
26 public class CharacterControl extends PhysicsCharacter implements PhysicsControl {
33 public class RigidBodyControl extends PhysicsRigidBody implements PhysicsControl {
31 public class VehicleControl extends PhysicsVehicle implements PhysicsControl {
96 public class KinematicRagdollControl implements PhysicsControl, PhysicsCollisionListener {
21397 ==> engine/src/bullet-common/com/jme3/bullet/control/PhysicsControl.java <==