Gl Scene
Scenes can be to draw GlDrawables through GlPrograms.
The advantage is that they contain information about the projectionMatrix and the viewMatrix, both of which can be accessed and modified and held by this single object.
The GlScene object will combine these two with the drawables GlDrawable.modelMatrix and pass the resulting model-view-projection matrix to the program.
Constructors
Functions
Properties
projectionMatrix
Link copied to clipboard
viewMatrix
Link copied to clipboard
viewportHeight
Link copied to clipboard
viewportWidth
Link copied to clipboard