FransBouma / InjectableGenericCameraSystem

This is a generic camera system to be used as the base for cameras for taking screenshots within games. The main purpose of the system is to hijack the in-game 3D camera by overwriting values in its camera structure with our own values so we can control where the camera is located, it's pitch/yaw/roll values, its FoV and the camera's look vector.
BSD 2-Clause "Simplified" License
716 stars 249 forks source link

Add Reset Tilt feature #113

Closed FransBouma closed 3 years ago

FransBouma commented 4 years ago

There's a reset fov option, but not a reset tilt. This is often desirable as when you accidentally changed the tilt, it's a bit hard to get it 100% level again.

FransBouma commented 3 years ago

Implemented