C# Class Ms3dLoader.Triangle

Mostrar archivo Open project: tpb3d/TPB3D Class Usage Examples

Public Properties

Property Type Description
flags System.Flags
groupIndex byte
normals Vector3[]
s float[]
smoothingGroup byte
t float[]
vertexIndices ushort[]

Public Methods

Method Description
ToString ( ) : string
Triangle ( BinaryReader r ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

Triangle() public method

public Triangle ( BinaryReader r ) : System
r System.IO.BinaryReader
return System

Property Details

flags public_oe property

public Flags,System flags
return System.Flags

groupIndex public_oe property

public byte groupIndex
return byte

normals public_oe property

public Vector3[] normals
return Vector3[]

s public_oe property

public float[] s
return float[]

smoothingGroup public_oe property

public byte smoothingGroup
return byte

t public_oe property

public float[] t
return float[]

vertexIndices public_oe property

public ushort[] vertexIndices
return ushort[]