3ds Max C++ API Reference
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

◆ NURBSTexSurfType

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.

3162  {
3165  kNMapDefault,
3172 };
@ kNMapDefault
Automatically generates a texture surface.
Definition: surf_api.h:3165
@ kNMapSufaceMapper
Generates the texture surface by projecting the texture of another NURBS surface sub-object in the NU...
Definition: surf_api.h:3171
@ kNMapUserDefined
Generates a texture surface that the user can edit.
Definition: surf_api.h:3168