Controlling the appearance of textures
TextureAttributes class methods
- Methods on TextureAttributes set the texture
mode and blend color
- REPLACE is the default mode
- Black is the default blend color
| Method |
| void setTextureMode( int mode ) |
| void setTextureBlendColor( Color4f color ) |
- Texture modes include
MODULATE,
DECAL,
BLEND, and
REPLACE (default)