- Timestamp:
- 05/27/08 17:24:41 (17 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/run_gvs_vps.sh
r2716 r2718 19 19 20 20 #SCENE=../data/vienna/vienna_cropped.obj 21 #VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz21 VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz 22 22 VIEWPOINTS=../data/vienna/testwalk.vp 23 23 -
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.