Enumerations

NURBSTextureSurface Types

Determines the type of texture surface generated. More...

Enumerations

enum   NURBSTexSurfType { kNMapDefault, kNMapUserDefined, kNMapSufaceMapper }

Detailed Description

Determines the type of texture surface generated.

See also:
Class NURBSTextureSurface, Class NURBSControlVertex, Class NURBSSurface.

Enumeration Type Documentation

Enumerator:
kNMapDefault 

Automatically generates a texture surface.

This method evenly distributes the texture, and attempts to compensate for stretching of the surface.

kNMapUserDefined 

Generates a texture surface that the user can edit.

A user can edit the user-defined texture surface by editing texture points directly in the viewports.

kNMapSufaceMapper 

Generates the texture surface by projecting the texture of another NURBS surface sub-object in the NURBS model.

The projection travels along the direction of the normals of the source surface. Projected texture surfaces are relational.