C# Class Ms3dLoader.File

Afficher le fichier Open project: tpb3d/TPB3D

Méthodes publiques

Свойство Type Description
animationFPS float
currentTime float
fileName string
groupComments Ms3dLoader.Comment[]
groups Ms3dLoader.Group[]
header Header
jointComments Ms3dLoader.Comment[]
joints Ms3dLoader.Joint[]
materialComments Ms3dLoader.Comment[]
materials Ms3dLoader.Material[]
modelComments Ms3dLoader.Comment[]
totalFrames int
triangles Ms3dLoader.Triangle[]
vertices Ms3dLoader.Vertex[]

Méthodes publiques

Méthode Description
File ( string fileName ) : System
GetVertices ( int groupIndex, ushort &indices ) : OOGL.Animation.VertexStruct[]
ToModel ( ShaderProgram shader, OOGL tracks ) : OOGL.Animation.Model

Private Methods

Méthode Description
AddChildBones ( string parentName, OOGL parentBone, OOGL bones ) : void
ReadComments ( BinaryReader r, int count ) : Ms3dLoader.Comment[]
ToVertexStruct ( int triangleIndex, int cornerIndex ) : OOGL.Animation.VertexStruct

Method Details

File() public méthode

public File ( string fileName ) : System
fileName string
Résultat System

GetVertices() public méthode

public GetVertices ( int groupIndex, ushort &indices ) : OOGL.Animation.VertexStruct[]
groupIndex int
indices ushort
Résultat OOGL.Animation.VertexStruct[]

ToModel() public méthode

public ToModel ( ShaderProgram shader, OOGL tracks ) : OOGL.Animation.Model
shader OOGL.Shaders.ShaderProgram
tracks OOGL
Résultat OOGL.Animation.Model

Property Details

animationFPS public_oe property

public float animationFPS
Résultat float

currentTime public_oe property

public float currentTime
Résultat float

fileName public_oe property

public string fileName
Résultat string

groupComments public_oe property

public Comment[],Ms3dLoader groupComments
Résultat Ms3dLoader.Comment[]

groups public_oe property

public Group[],Ms3dLoader groups
Résultat Ms3dLoader.Group[]

header public_oe property

public Header,Ms3dLoader header
Résultat Header

jointComments public_oe property

public Comment[],Ms3dLoader jointComments
Résultat Ms3dLoader.Comment[]

joints public_oe property

public Joint[],Ms3dLoader joints
Résultat Ms3dLoader.Joint[]

materialComments public_oe property

public Comment[],Ms3dLoader materialComments
Résultat Ms3dLoader.Comment[]

materials public_oe property

public Material[],Ms3dLoader materials
Résultat Ms3dLoader.Material[]

modelComments public_oe property

public Comment[],Ms3dLoader modelComments
Résultat Ms3dLoader.Comment[]

totalFrames public_oe property

public int totalFrames
Résultat int

triangles public_oe property

public Triangle[],Ms3dLoader triangles
Résultat Ms3dLoader.Triangle[]

vertices public_oe property

public Vertex[],Ms3dLoader vertices
Résultat Ms3dLoader.Vertex[]