C# Class Alexandria.Engines.DarkSouls.ModelMesh

A mesh in a Model. This is composed of a set of ModelDetailLevels as detail levels.
Inheritance: ModelAsset
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Private Properties

Свойство Type Description
ModelMesh System
ReadDetailLevels void
ReadVertexHeaders void

Méthodes publiques

Méthode Description
Draw ( ModelDrawContext context ) : void

Draw the ModelMesh.

ToString ( ) : string

Convert to a string representation.

Private Methods

Méthode Description
ModelMesh ( FolderAsset folder, int index, AssetLoader loader ) : System
ReadDetailLevels ( AssetLoader loader, int dataOffset, ArrayBackedList bufferData ) : void
ReadVertexHeaders ( BinaryReader reader, int dataOffset, ArrayBackedList bufferData ) : void

Method Details

Draw() public méthode

Draw the ModelMesh.
public Draw ( ModelDrawContext context ) : void
context ModelDrawContext
Résultat void

ToString() public méthode

Convert to a string representation.
public ToString ( ) : string
Résultat string