Namespace sandboxe.component.render2d.renderMode
Defined in: docbase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Flags for rendering modes
|
Field Attributes | Field Name and Description |
---|---|
<static> |
sandboxe.component.render2d.renderMode.normal
This is the default.
|
<static> |
sandboxe.component.render2d.renderMode.translucent
Translucency is a way of expressing transparency.
|
Field Detail
<static>
sandboxe.component.render2d.renderMode.normal
This is the default. Colors are interpreted as you would normally expect with the alpha channle being expressed as a transparency value.
<static>
sandboxe.component.render2d.renderMode.translucent
Translucency is a way of expressing transparency. When a rasterization is translucent, the vertices colors are added to whatever is drawn underneath it. This is referred to in some places as additive blending.