Ignore:
Timestamp:
05/22/06 07:53:18 (18 years ago)
Author:
mattausch
Message:

added stuff for view cell ziping (not working yet!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/X3dParser.h

    r863 r971  
    1212{ 
    1313public: 
    14         X3dParser():Parser(), mViewCellHeight(5.0f) {} 
     14         
     15        X3dParser(); 
    1516   
    1617        bool ParseFile(const string filename, SceneGraphNode **root, const bool loadPolygonsAsMeshes = false); 
     
    1920        /// height of a loaded view cell 
    2021        float mViewCellHeight; 
     22 
     23        static float DEFAULT_VIEWCELL_HEIGHT; 
    2124}; 
    2225 
Note: See TracChangeset for help on using the changeset viewer.