SI_ImageClip

Identifies the animated texture sequence.

Limitations

SOFTIMAGE|XSI does not export this template. If a dotXSI file contains this template, SOFTIMAGE|XSI will ignore it.

Introduced

3.0

Template

SI_ImageClip <image clip name>
{
   <texture reference>,
   <number of images>,
   <starting frame/time>,
   <ending frame/time>,
   <image rate>,
   <STOP | LOOP | PINGPONG>
   <image file name 1>,
   ...
   <image file name 2>
}

Example

SI_ImageClip bee.1.pic {
   "t2d1",
   20,
   1.0,
   20.0,
   30.000000,
   "LOOP",
   "bee.1.pic";
   "bee.2.pic";
   "bee.3.pic";
   "bee.4.pic";
   "bee.5.pic";
   "bee.6.pic";
   "bee.7.pic";
   "bee.8.pic";
   "bee.9.pic";
   "bee.10.pic";
   "bee.11.pic";
   "bee.12.pic";
   "bee.13.pic";
   "bee.14.pic";
   "bee.15.pic";
   "bee.16.pic";
   "bee.17.pic";
   "bee.18.pic";
   "bee.19.pic";
   "bee.20.pic";
}


Softimage|Crosswalk v3.11