Class Index | File Index

Classes


Class threedee.RenderOptions

The render options
Defined in: RenderOptions.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs new render options.
Field Summary
Field Attributes Field Name and Description
 
If backface culling should be performed.
 
If debugging info should be gathered.
 
If normals should be displayed.
 
If frames/s info should be gathered.
 
If lighting is enabled.
 
If outline should be rendered when filling polygons.
 
The outline color (null=fill color).
 
If polygons should be filled.
 
If Z-sorting should be performed.
Class Detail
threedee.RenderOptions()
Constructs new render options.
Field Detail
backfaceCulling
If backface culling should be performed.

debugInfo
If debugging info should be gathered.

displayNormals
If normals should be displayed.

fpsInfo
If frames/s info should be gathered.

lighting
If lighting is enabled.

outline
If outline should be rendered when filling polygons.

outlineColor
The outline color (null=fill color).

solid
If polygons should be filled.

sortZ
If Z-sorting should be performed.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jan 03 2012 16:18:58 GMT+0100 (CET)