RelativeTargetCamera
data class RelativeTargetCamera( val target: Vec3, val distance: Float, val longitude: Angle, val latitude: Angle, val upVector: Vec3 = Vec3.unitZ) : Camera
Content copied to clipboard
A camera pointed at the given target, and located at the given distance from it, with the given longitude and latitude angles, while preserving the defined upVector.