Table of Contents | ||
|
||
LoadScenes | ||
Purpose Loads a group of scenes from a formatted data file |
||
Protoype void CSceneMngr::LoadScenes (string str_filename) |
||
Parameters
|
||
Description This function loads in scene objects from a .dat file created using the Data Generator application. Please see the Data Generator documentation for more information regarding the structure of the .dat file for scene loading.
|
||
Use CSceneMngr scene; scene.LoadScene("scenes.dat"); |
||
|
||
|