snogglethorpe / snogray

Snogray renderer

Home Page:http://www.nongnu.org/snogray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abstract Camera class

snogglethorpe opened this issue · comments

Create a proper abstract Camera class with a proper minimal interface for rendering, and make the current Camera class a subclass of it. It could be renamed to something like StdCamera or something....(?)

Then it would be simple enough to add various special cameras like a 360-pano camera etc.