yang2218 / kettering-cs320-procedural-graphics

Automatically exported from code.google.com/p/kettering-cs320-procedural-graphics
0 stars 0 forks source link

Scene rendering classes #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Write the classes for containing and rendering objects in a 3D scene in part of 
the window. Some of the classes to be written under this issue:

Entity: a renderable object.
Scene: contains Entitys.
Viewport: references a Scene and represents an area of the window.
ViewportControl: placeholder for the GUI system to reserve a rectangle for the 
viewport as well as accepting input for moving the camera around, etc.

Original issue reported on code.google.com by daedr...@gmail.com on 29 Apr 2011 at 11:30

GoogleCodeExporter commented 9 years ago

Original comment by daedr...@gmail.com on 2 May 2011 at 12:07