Your Ad Here

SI_SubelementUserDataPolygon_<userDataTag>

Stores polygon user data.

Limitations

SOFTIMAGE|XSI does not export this template. If a dotXSI file contains this template, SOFTIMAGE|XSI ignores it. See XSI_UserData for the corresponding SOFTIMAGE|XSI template.

XSI Version

v1.3/v2.0/v3.0/v3.5/3.6

Template

SI_SubelementUserDataPolygon_<userDataTag> {
   <nbSubelements>,

// Polygon indices 
   <polygonIndex>
   ...    // more polygon indices 

// user data 
   <format>, // 0=decimal dump, 1=formatted dump
   <endian>, // 0=big, 1=little 

   // decimal dump 
   <length>, // User data length 
   <byte1>, <byte2>, <byte3>, <byte4>,
   <byte5>, <byte6>, <byte7>, <byte8>,
   ...
   ...,<byteN>,

   // formatted dump 
   <float>,
   <int>,
   <boolean>,
   <short>,
   <byte>,
   <string>,
   <arraySize>,
   <element1>,
   ...
   <elementN>,
}

See Special Issues with Conversion between XSI and 3D for more information on importing and exporting formatted user data.



SOFTIMAGE|XSI v6.0     

Return to Softimage XSI Index


Your Ad Here