Method | Description | |
---|---|---|
ToTriangles ( ) : TIndex[] |
Utility function to convert the triangle strip indices into triangle indices.
|
Method | Description | |
---|---|---|
GetFlags ( ) : byte | ||
ReadStripIndex ( EndianBinaryReader reader, &index ) : void | ||
WriteStripIndex ( EndianBinaryWriter writer, &index ) : void |
Method | Description | |
---|---|---|
ReadBody ( int size, byte flags, EndianBinaryReader reader ) : void | ||
WriteBody ( EndianBinaryWriter writer ) : void |
protected abstract ReadStripIndex ( EndianBinaryReader reader, &index ) : void | ||
reader | EndianBinaryReader | |
return | void |
protected abstract WriteStripIndex ( EndianBinaryWriter writer, &index ) : void | ||
writer | EndianBinaryWriter | |
return | void |