Searched refs:wheelWorldLocation (Results 1 – 2 of 2) sorted by relevance
63 protected Vector3f wheelWorldLocation = new Vector3f(); field in VehicleWheel90 Converter.convert(wheelInfo.worldTransform.origin, wheelWorldLocation); in updatePhysicsState()102 …localLocation.set(wheelWorldLocation).subtractLocal(wheelSpatial.getParent().getWorldTranslation()… in applyWheelTransform()112 wheelSpatial.setLocalTranslation(wheelWorldLocation); in applyWheelTransform()
63 protected Vector3f wheelWorldLocation = new Vector3f(); field in VehicleWheel90 getWheelLocation(wheelId, wheelIndex, wheelWorldLocation); in updatePhysicsState()106 …localLocation.set(wheelWorldLocation).subtractLocal(wheelSpatial.getParent().getWorldTranslation()… in applyWheelTransform()116 wheelSpatial.setLocalTranslation(wheelWorldLocation); in applyWheelTransform()