setDistanceToTarget abstract method
- double distanceInMeters
Makes the camera look at current target from certain distance
This function neither modifies target coordinates nor target orientation.
distanceInMetersDistance in meters to the target point. Minimal distance value is clamped to 100 meters.
Implementation
void setDistanceToTarget(double distanceInMeters);