Ignore:
Timestamp:
06/17/08 03:47:02 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/CHC_revisited/BinaryLoader.h

    r2757 r2764  
    3030         
    3131        void LoadTextures(std::ifstream &str); 
     32        void LoadShapes(std::ifstream &str); 
     33        void LoadSceneEntities(std::ifstream &str, SceneEntityContainer &entities); 
    3234 
    3335        SceneEntity *LoadSceneEntity(std::ifstream &str); 
     
    3537        Geometry *LoadGeometry(std::ifstream &str); 
    3638 
    37         /*SceneEntity *LoadShape(igzstream &str); 
    38         Material *LoadMaterial(igzstream &str); 
    39         Geometry *LoadGeometry(igzstream &str); 
    40         */ 
    41  
    4239        std::map<int, Texture *> mTextureTable; 
     40        std::map<int, Material *> mMaterialTable; 
     41        std::map<int, Geometry *> mGeometryTable; 
    4342}; 
    4443 
Note: See TracChangeset for help on using the changeset viewer.