C# Class Ohana3DS_Transfigured.Ohana.Containers.DQVIIPack

Afficher le fichier Open project: Quibilia/Ohana3DS-Transfigured

Méthodes publiques

Méthode Description
load ( Stream data ) : OContainer

Reads the Model PACKage from Dragon Quest VII.

load ( string fileName ) : OContainer

Reads the Model PACKage from Dragon Quest VII.

Private Methods

Méthode Description
getSection ( BinaryReader input ) : List

Gets a generic section from the file.

transformNode ( List nodes, int index, RenderBase &target ) : void

Transforms a Node from relative to absolute positions.

Method Details

load() public static méthode

Reads the Model PACKage from Dragon Quest VII.
public static load ( Stream data ) : OContainer
data System.IO.Stream Stream of the data
Résultat OContainer

load() public static méthode

Reads the Model PACKage from Dragon Quest VII.
public static load ( string fileName ) : OContainer
fileName string The File Name where the data is located
Résultat OContainer