C# Class Axiom.Serialization.MeshSerializerImplv11

Mesh serializer for supporint OGRE 1.10 meshes.
Inheritance: MeshSerializerImplv12
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
MeshSerializerImplv11 ( ) : System

Méthodes protégées

Méthode Description
ReadGeometryTexCoords ( short bindIdx, BinaryReader reader, VertexData data, int coordSet ) : void

Method Details

MeshSerializerImplv11() public méthode

public MeshSerializerImplv11 ( ) : System
Résultat System

ReadGeometryTexCoords() protected méthode

protected ReadGeometryTexCoords ( short bindIdx, BinaryReader reader, VertexData data, int coordSet ) : void
bindIdx short
reader System.IO.BinaryReader
data Axiom.Graphics.VertexData
coordSet int
Résultat void