Class Index | File Index

Classes


Namespace sandboxe.component.render2d.renderMode


Defined in: docbase.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Flags for rendering modes
Field Summary
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.
Namespace Detail
sandboxe.component.render2d.renderMode
Flags for rendering modes
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Feb 03 2019 18:30:56 GMT-0500 (EST)