C# Class Ohana3DS_Transfigured.Ohana.Containers.DQVIIPack

Datei anzeigen Open project: Quibilia/Ohana3DS-Transfigured

Public Methods

Method 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

Method 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 method

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

load() public static method

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