Camera - jam1garner/Smash-Forge GitHub Wiki
Camera Settings
Depth
The far clip plane distance for the camera. A common value for most stages is 10000.
FOV
The field of view of the camera in degrees. A common value for most stages is 30 degrees.
Horizontal Rotation
Positive values rotate the camera right. Negative values rotate the camera left. Values can be input in degrees or radians.
Vertical rotation
Positive values rotate the camera up. Negative values rotate the camera down. Values can be input in degrees or radians.
Position
Controls the X and Y distance of the camera from the origin. The Z coordinate controls the zoom of the camera. Negative values move the camera farther away from the origin. Positive values move the camera closer.