C# Class TerrainDisplay.MPQ.M2.M2ModelParser

Exibir arquivo Open project: WCell/WCell-Terrain Class Usage Examples

Public Methods

Method Description
Process ( WCell.MPQTool.MpqManager manager, string filePath ) : M2Model

Private Methods

Method Description
ReadAnimationLookup ( BinaryReader br, M2Model model ) : void
ReadAnimations ( BinaryReader br, M2Model model ) : void
ReadAttachLookups ( BinaryReader br, M2Model model ) : void
ReadAttachments ( BinaryReader br, M2Model model ) : void
ReadBoneLookupTable ( BinaryReader br, M2Model model ) : void
ReadBones ( BinaryReader br, M2Model model ) : void
ReadBoundingNormals ( BinaryReader br, M2Model model ) : void
ReadBoundingTriangles ( BinaryReader br, M2Model model ) : void
ReadBoundingVertices ( BinaryReader br, M2Model model ) : void
ReadCameraLookup ( BinaryReader br, M2Model model ) : void
ReadCameras ( BinaryReader br, M2Model model ) : void
ReadColors ( BinaryReader br, M2Model model ) : void
ReadEvents ( BinaryReader br, M2Model model ) : void
ReadGlobalSequences ( BinaryReader br, M2Model model ) : void
ReadHeader ( BinaryReader br, M2Model model ) : void
ReadKeyBoneLookup ( BinaryReader br, M2Model model ) : void
ReadLights ( BinaryReader br, M2Model model ) : void
ReadOptionalSection ( BinaryReader br, M2Model model ) : void
ReadParticleEmitters ( BinaryReader br, M2Model model ) : void
ReadRenderFlags ( BinaryReader br, M2Model model ) : void
ReadRibbonEmitters ( BinaryReader br, M2Model model ) : void
ReadTexLookup ( BinaryReader br, M2Model model ) : void
ReadTexReplace ( BinaryReader br, M2Model model ) : void
ReadTexUnits ( BinaryReader br, M2Model model ) : void
ReadTextures ( BinaryReader br, M2Model model ) : void
ReadTransLookup ( BinaryReader br, M2Model model ) : void
ReadTransparency ( BinaryReader br, M2Model model ) : void
ReadUVAnimLookup ( BinaryReader br, M2Model model ) : void
ReadUVAnimation ( BinaryReader br, M2Model model ) : void
ReadVertices ( BinaryReader br, M2Model model ) : void

Method Details

Process() public static method

public static Process ( WCell.MPQTool.MpqManager manager, string filePath ) : M2Model
manager WCell.MPQTool.MpqManager
filePath string
return M2Model