Class Index | File Index

Classes


Class GLGE.Renderer

Sets the scene to render
Defined in: glge.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
GLGE.Renderer(scene)
Method Summary
Method Attributes Method Name and Description
 
getScene(gcene)
Gets the scene which is set to be rendered
 
Renders the current scene to the canvas
 
setScene(scene)
Sets the scene to render
Class Detail
GLGE.Renderer(scene)
Parameters:
{GLGE.Scene} scene
The scene to be rendered
Method Detail
getScene(gcene)
Gets the scene which is set to be rendered
Parameters:
gcene
Returns:
the current render scene

render()
Renders the current scene to the canvas

setScene(scene)
Sets the scene to render
Parameters:
{GLGE.Scene} scene
The scene to be rendered

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Dec 21 2009 20:52:54 GMT-0000 (GMT)