Home
last modified time | relevance | path

Searched refs:maxVerticalRotation (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/input/
DChaseCamera.java56 protected float maxVerticalRotation = FastMath.PI / 2; field in ChaseCamera
312 if (targetVRotation > maxVerticalRotation) { in vRotateCamera()
313 targetVRotation = maxVerticalRotation; in vRotateCamera()
583 return maxVerticalRotation; in getMaxVerticalRotation()
590 public void setMaxVerticalRotation(float maxVerticalRotation) { in setMaxVerticalRotation() argument
591 this.maxVerticalRotation = maxVerticalRotation; in setMaxVerticalRotation()