C# Class Wxv.Swg.Common.Files.MeshExtensions

Mostra file Open project: wverkley/Swg.Explorer

Public Methods

Method Description
NormalsAsString ( this meshGeometry, bool flipZ = false ) : string
PositionsAsString ( this meshGeometry, bool flipZ = false ) : string
TexCoordsAsString ( this meshGeometry, int index, bool flipV = false ) : string
ToString ( this meshGeometry, TextWriter writer ) : void
TriangleIndexesAsString ( this meshGeometry, bool reverse = false ) : string

Method Details

NormalsAsString() public static method

public static NormalsAsString ( this meshGeometry, bool flipZ = false ) : string
meshGeometry this
flipZ bool
return string

PositionsAsString() public static method

public static PositionsAsString ( this meshGeometry, bool flipZ = false ) : string
meshGeometry this
flipZ bool
return string

TexCoordsAsString() public static method

public static TexCoordsAsString ( this meshGeometry, int index, bool flipV = false ) : string
meshGeometry this
index int
flipV bool
return string

ToString() public static method

public static ToString ( this meshGeometry, TextWriter writer ) : void
meshGeometry this
writer System.IO.TextWriter
return void

TriangleIndexesAsString() public static method

public static TriangleIndexesAsString ( this meshGeometry, bool reverse = false ) : string
meshGeometry this
reverse bool
return string