Top   Module   Use   Manual   Index 

com :: sun :: star :: drawing ::

enum TextureKind


[ DEPRECATED ]
Description
These enumeration values specify how the texture is applied.


Values

LUMINANCE
Description
With TextureKind LUMINANCE , the texture and the lighting information are mixed to produce the image, so a lit, textured object is achieved.
COLOR
Description
With this mode the lighting is ignored and only the texture color information is used.
Top of Page