XSI_MaterialInfo

Stores additional information about the material.

 

This template corresponds to the CSLXSIMaterialInfo class.

Introduced

3.6

Template

XSI_MaterialInfo {
   // Wrapping information
   <U Wrap>, 
   <V Wrap>, 
}

Members

Member name

Description

U Wrap

U-Wrapping information. Possible values are:

• 0 = Clamp

• 1 = Repeat

V Wrap

V-Wrapping information. Possible values are:

• 0 = Clamp

• 1 = Repeat

Example

       XSI_MaterialInfo { 
          1, 
          1, 
       }


Autodesk Crosswalk v5.0