Ignore:
Timestamp:
01/23/06 02:56:48 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/RenderSimulator.h

    r477 r564  
    7878        bool RenderScene(); 
    7979 
     80        /** If only valid view space should be rendered. 
     81        */ 
     82        void SetRenderOnlyValid(const bool onlyValid); 
     83 
    8084protected: 
    8185 
     
    9599        /// Simulation statistics 
    96100        SimulationStatistics mSimulationStatistics; 
     101 
     102        /// if only valid view space should be rendered 
     103        bool mOnlyValid; 
    97104}; 
    98105 
Note: See TracChangeset for help on using the changeset viewer.