Ignore:
Timestamp:
01/20/08 00:39:02 (16 years ago)
Author:
bittner
Message:

merge

Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
4 edited

Legend:

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

    r2615 r2616  
    14831483        if (mPvsErrorBuffer[i].mError == 1.0f) { 
    14841484          // check if the view point is valid 
    1485           if (!ValidViewPoint()) 
     1485          if (!ValidViewPoint()) { 
    14861486                mPvsErrorBuffer[i].mError = -1.0f; 
    1487            
     1487          } 
     1488 
    14881489          // manualy corrected view point 
    14891490          if (mFrame == 5105) 
     
    15041505#endif 
    15051506         
     1507 
    15061508        if (mPvsErrorBuffer[i].mError > 0.0f) { 
    15071509          int pvsSize; 
  • GTP/trunk/Lib/Vis/Preprocessing/src/Makefile

    r2612 r2616  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (2.00a) (Qt 4.1.2) on: ?t 17. I 23:22:18 2008 
     3# Generated by qmake (2.00a) (Qt 4.1.2) on: ne 20. I 00:34:03 2008 
    44# Project:  preprocessor.pro 
    55# Template: app 
  • GTP/trunk/Lib/Vis/Preprocessing/src/PvsDefinitions.h

    r2530 r2616  
    77//////////// 
    88//-- typedefs 
     9 
    910 
    1011#ifdef USE_HASH_PVS 
  • GTP/trunk/Lib/Vis/Preprocessing/src/default.env

    r2613 r2616  
    506506        } 
    507507         
    508          
     508 
     509 
    509510        Visualization { 
    510511                # x3d visualization of the split planes 
Note: See TracChangeset for help on using the changeset viewer.