C# Class Axiom.Serialization.MeshSerializerImplv12

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

Méthodes publiques

Méthode Description
MeshSerializerImplv12 ( ) : System

Méthodes protégées

Méthode Description
ReadGeometry ( BinaryReader reader, VertexData data ) : void
ReadGeometryBinormals ( short bindIdx, BinaryReader reader, VertexData data ) : void
ReadGeometryColors ( short bindIdx, BinaryReader reader, VertexData data ) : void
ReadGeometryNormals ( short bindIdx, BinaryReader reader, VertexData data ) : void
ReadGeometryPositions ( short bindIdx, BinaryReader reader, VertexData data ) : void
ReadGeometryTangents ( short bindIdx, BinaryReader reader, VertexData data ) : void
ReadGeometryTexCoords ( short bindIdx, BinaryReader reader, VertexData data, int coordSet ) : void
ReadMesh ( BinaryReader reader ) : void

Method Details

MeshSerializerImplv12() public méthode

public MeshSerializerImplv12 ( ) : System
Résultat System

ReadGeometry() protected méthode

protected ReadGeometry ( BinaryReader reader, VertexData data ) : void
reader System.IO.BinaryReader
data Axiom.Graphics.VertexData
Résultat void

ReadGeometryBinormals() protected méthode

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

ReadGeometryColors() protected méthode

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

ReadGeometryNormals() protected méthode

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

ReadGeometryPositions() protected méthode

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

ReadGeometryTangents() protected méthode

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

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

ReadMesh() protected méthode

protected ReadMesh ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void