Changeset 2718 for GTP/trunk/Lib/Vis/Preprocessing/src
- Timestamp:
- 05/27/08 17:24:41 (17 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/RayCaster.cpp
r2660 r2718 156 156 #endif 157 157 158 #if REMOVE_TEMP158 #if 1 159 159 _SortRays(rays, 160 160 0, -
GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp
r2709 r2718 333 333 // NOTE: render texture should be power of 2 and square 334 334 // renderer must be initialised 335 const float w = 640;336 const float h = 480;335 const float w = 1024; 336 const float h = 1024; 337 337 338 338 QtGlRendererBuffer *glbuf =
Note: See TracChangeset
for help on using the changeset viewer.