jasonbcox / rocket

ROCKET Engine
Other
1 stars 0 forks source link

Add Graphics::Scissor #7

Closed jasonbcox closed 11 years ago

jasonbcox commented 11 years ago

Add a class that inherits Scene and uses glScissor to render 'subwindows' within the application. Adding text and objects is the same as a Scene, but they only render within some defined space of pixel coordinates.

In order to accomplish this, Scene::m_composites must be implemented.

Note: This ticket previously referenced scrollable subwindows, but that should be implemented by the user once scrolling bindings are available in the Input classes.