Top   Module   Use   Manual   Index 

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

enum TextureProjectionMode


Description
defines how the texture is mapped to the object.

It can be set independently for X and Y texture directions.



Values

OBJECTSPECIFIC
Description
This value specifies that the standard object projection method is used.
PARALLEL
Description
This value specifies a flat parallel projection in the specified degree of freedom (X or Y).
SPHERE
Description
This value forces projection to wrapping in X and/or Y.
Top of Page