Class Index | File Index

Classes


Namespace sandboxe.material.textureSlot


Defined in: docbase.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Slots to specify input image references as texture slots for a material.
Field Summary
Field Attributes Field Name and Description
<static>  
sandboxe.material.textureSlot.basic
Interprets the texture as a normal map.
<static>  
sandboxe.material.textureSlot.color
Interprets the texture as an RGBA texture.
<static>  
sandboxe.material.textureSlot.shiny
Interprets the texture as a shiny map.
Namespace Detail
sandboxe.material.textureSlot
Slots to specify input image references as texture slots for a material.
Field Detail
<static> sandboxe.material.textureSlot.basic
Interprets the texture as a normal map. Each 4-pixel component is interpreted as a normal vector, using rgb saturation values as xyz directions respectively. The alpha component is ignored.

<static> sandboxe.material.textureSlot.color
Interprets the texture as an RGBA texture.

<static> sandboxe.material.textureSlot.shiny
Interprets the texture as a shiny map. Each red component of each 4-pixel is interpreted as a shiny value. The bga values are ignored.

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