Changeset 2616 for GTP/trunk/Lib/Vis/Preprocessing/src
- Timestamp:
- 01/20/08 00:39:02 (17 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/GlRenderer.cpp
r2615 r2616 1483 1483 if (mPvsErrorBuffer[i].mError == 1.0f) { 1484 1484 // check if the view point is valid 1485 if (!ValidViewPoint()) 1485 if (!ValidViewPoint()) { 1486 1486 mPvsErrorBuffer[i].mError = -1.0f; 1487 1487 } 1488 1488 1489 // manualy corrected view point 1489 1490 if (mFrame == 5105) … … 1504 1505 #endif 1505 1506 1507 1506 1508 if (mPvsErrorBuffer[i].mError > 0.0f) { 1507 1509 int pvsSize; -
GTP/trunk/Lib/Vis/Preprocessing/src/Makefile
r2612 r2616 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (2.00a) (Qt 4.1.2) on: ?t 17. I 23:22:1820083 # Generated by qmake (2.00a) (Qt 4.1.2) on: ne 20. I 00:34:03 2008 4 4 # Project: preprocessor.pro 5 5 # Template: app -
GTP/trunk/Lib/Vis/Preprocessing/src/PvsDefinitions.h
r2530 r2616 7 7 //////////// 8 8 //-- typedefs 9 9 10 10 11 #ifdef USE_HASH_PVS -
GTP/trunk/Lib/Vis/Preprocessing/src/default.env
r2613 r2616 506 506 } 507 507 508 508 509 509 510 Visualization { 510 511 # x3d visualization of the split planes
Note: See TracChangeset
for help on using the changeset viewer.