sholloway / agents-playground

MIT License
4 stars 0 forks source link

Camera System #107

Open sholloway opened 9 months ago

sholloway commented 9 months ago

I need a flexible camera system that enables working in both 2D and 3D. The simulation design should be able to easily specify what type of camera they want to use. If the desired camera isn't available they should be able to define one themselves in Python.

Taxonomy of Projects (pg 394 of Computer Graphics Using OpenGL by FS Hill, Jr) Parallel

Perspective

For the 2D simulations, using a Parallel camera style may be preferable.