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

Afficher le fichier Open project: wverkley/Swg.Explorer

Méthodes publiques

Méthode 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 méthode

public static NormalsAsString ( this meshGeometry, bool flipZ = false ) : string
meshGeometry this
flipZ bool
Résultat string

PositionsAsString() public static méthode

public static PositionsAsString ( this meshGeometry, bool flipZ = false ) : string
meshGeometry this
flipZ bool
Résultat string

TexCoordsAsString() public static méthode

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

ToString() public static méthode

public static ToString ( this meshGeometry, TextWriter writer ) : void
meshGeometry this
writer System.IO.TextWriter
Résultat void

TriangleIndexesAsString() public static méthode

public static TriangleIndexesAsString ( this meshGeometry, bool reverse = false ) : string
meshGeometry this
reverse bool
Résultat string