C# Class SAModelLibrary.GeometryFormats.Chunk.Strip

Represents a generic triangle strip with indices of type TIndex.
Exibir arquivo Open project: TGEnigma/SAModelTools Class Usage Examples

Public Methods

Method Description
Strip ( bool reversed, Array indices, Array userFlags = null ) : System

Construct a new instance of Strip{TIndex}.

Method Details

Strip() public method

Construct a new instance of Strip{TIndex}.
public Strip ( bool reversed, Array indices, Array userFlags = null ) : System
reversed bool
indices Array
userFlags Array
return System