Ignore:
Timestamp:
06/05/06 23:14:04 (18 years ago)
Author:
mattausch
Message:

added mesh instance support
improved support for occlusion queries + other extensions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp

    r997 r1001  
    11681168                                 "1000"); 
    11691169 
     1170  RegisterOption("RenderSampler.visibleThreshold", 
     1171                                 optInt, 
     1172                                 "render_sampler_visible_threshold=", 
     1173                                 "0"); 
     1174 
     1175 
    11701176   RegisterOption("RenderSampler.useOcclusionQueries", 
    11711177                                 optBool, 
     
    11781184                                 "100000"); 
    11791185   
    1180   RegisterOption("VssPreprocessor.testBeamSampling", optBool, "beam_sampling", "false"); 
     1186  RegisterOption("VssPreprocessor.testBeamSampling",  
     1187                                optBool,  
     1188                                "beam_sampling",  
     1189                                "false"); 
    11811190 
    11821191  RegisterOption("VssPreprocessor.vssSamples", 
Note: See TracChangeset for help on using the changeset viewer.