Namespace sandboxe.material.textureSlot
Defined in: docbase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Slots to specify input image references as texture slots for a material.
|
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.