Changeset 1001 for GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp
- Timestamp:
- 06/05/06 23:14:04 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp
r997 r1001 1168 1168 "1000"); 1169 1169 1170 RegisterOption("RenderSampler.visibleThreshold", 1171 optInt, 1172 "render_sampler_visible_threshold=", 1173 "0"); 1174 1175 1170 1176 RegisterOption("RenderSampler.useOcclusionQueries", 1171 1177 optBool, … … 1178 1184 "100000"); 1179 1185 1180 RegisterOption("VssPreprocessor.testBeamSampling", optBool, "beam_sampling", "false"); 1186 RegisterOption("VssPreprocessor.testBeamSampling", 1187 optBool, 1188 "beam_sampling", 1189 "false"); 1181 1190 1182 1191 RegisterOption("VssPreprocessor.vssSamples",
Note: See TracChangeset
for help on using the changeset viewer.