trentonfaris / ZenithWGL

A Javascript library for easy WebGL applications
0 stars 0 forks source link

Camera Inheritance #1

Open trentonfaris opened 8 years ago

trentonfaris commented 8 years ago

Allow the user to override an abstract Camera object to implement his/her own camera. Use a basic first-person camera and have the engine default to using this for when the user does not implement his/her own camera object.