:: 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 This value specifies that the standard object projection method is used.  
PARALLEL This value specifies a flat parallel projection in the specified degree of freedom (X or Y).  
SPHERE This value forces projection to wrapping in X and/or Y.  
Values' Details
OBJECTSPECIFIC
OBJECTSPECIFIC,
Description
This value specifies that the standard object projection method is used.
PARALLEL
PARALLEL,
Description
This value specifies a flat parallel projection in the specified degree of freedom (X or Y).
SPHERE
SPHERE,
Description
This value forces projection to wrapping in X and/or Y.
Top of Page