Class threedee.RenderOptions
The render options
Defined in: RenderOptions.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Constructs new render options.
|
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.
|
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.