Synodic-Software / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

Replace Camera Management #44

Closed Behemyth closed 7 years ago

Behemyth commented 7 years ago

The Engine stores a single camera at the core level. This is akin to hard coding a solution and should be removed. Instead, store a camera in a scene and treat it as you would any other object.

Behemyth commented 7 years ago

Completed