Searched refs:maxVerticalRotation (Results 1 – 1 of 1) sorted by relevance
56 protected float maxVerticalRotation = FastMath.PI / 2; field in ChaseCamera312 if (targetVRotation > maxVerticalRotation) { in vRotateCamera()313 targetVRotation = maxVerticalRotation; in vRotateCamera()583 return maxVerticalRotation; in getMaxVerticalRotation()590 public void setMaxVerticalRotation(float maxVerticalRotation) { in setMaxVerticalRotation() argument591 this.maxVerticalRotation = maxVerticalRotation; in setMaxVerticalRotation()