enum TextureProjectionMode in module com::sun::star::drawing::

(Global Index)

Syntax

enum TextureProjectionMode;

Description

defines how the texture is mapped to the object.

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

Values Summary

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

Syntax

OBJECTSPECIFIC,

Description

This value specifies that the standard object projection method is used.


PARALLEL

Syntax

PARALLEL,

Description

This value specifies a flat parallel projection in the specified degree of freedom (X or Y).


SPHERE

Syntax

SPHERE,

Description

This value forces projection to wrapping in X and/or Y.

Top of Page