Changeset 1918 for GTP/trunk/Lib
- Timestamp:
- 12/21/06 11:05:21 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/TestPreprocessor.vcproj
r1917 r1918 92 92 Name="VCLinkerTool" 93 93 AdditionalDependencies="xerces-c_2.lib glew32.lib zdll.lib zziplib.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib Preprocessor.lib" 94 OutputFile="$(OutDir)/Preprocessor .exe"94 OutputFile="$(OutDir)/Preprocessor2.exe" 95 95 LinkIncremental="1" 96 96 AdditionalLibraryDirectories="..\src\GL;..\lib\release;..\..\..\..\..\..\NonGTP\Boost\lib;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib" -
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r1917 r1918 149 149 mStrategies.push_back(SamplingStrategy::OBJECT_DIRECTION_BASED_DISTRIBUTION); 150 150 151 / /mStrategies.push_back(SamplingStrategy::OBJECT_BASED_DISTRIBUTION);152 //mStrategies.push_back(SamplingStrategy::REVERSE_VIEWSPACE_BORDER_BASED_DISTRIBUTION);153 //mStrategies.push_back(SamplingStrategy::REVERSE_OBJECT_BASED_DISTRIBUTION);154 151 /*mStrategies.push_back(SamplingStrategy::OBJECT_BASED_DISTRIBUTION); 152 mStrategies.push_back(SamplingStrategy::REVERSE_VIEWSPACE_BORDER_BASED_DISTRIBUTION); 153 mStrategies.push_back(SamplingStrategy::REVERSE_OBJECT_BASED_DISTRIBUTION); 154 */ 155 155 //mStrategies.push_back(SamplingStrategy::SPATIAL_BOX_BASED_DISTRIBUTION); 156 156 … … 6049 6049 evalStrats.push_back(SamplingStrategy::OBJECT_DIRECTION_BASED_DISTRIBUTION); 6050 6050 6051 / /evalStrats.push_back(SamplingStrategy::OBJECT_BASED_DISTRIBUTION);6052 //evalStrats.push_back(SamplingStrategy::REVERSE_VIEWSPACE_BORDER_BASED_DISTRIBUTION);6053 //evalStrats.push_back(SamplingStrategy::REVERSE_OBJECT_BASED_DISTRIBUTION);6054 6051 /*evalStrats.push_back(SamplingStrategy::OBJECT_BASED_DISTRIBUTION); 6052 evalStrats.push_back(SamplingStrategy::REVERSE_VIEWSPACE_BORDER_BASED_DISTRIBUTION); 6053 evalStrats.push_back(SamplingStrategy::REVERSE_OBJECT_BASED_DISTRIBUTION); 6054 */ 6055 6055 //evalStrats.push_back(SamplingStrategy::SPATIAL_BOX_BASED_DISTRIBUTION); 6056 6056 -
GTP/trunk/Lib/Vis/Preprocessing/src/VspTree.cpp
r1917 r1918 1613 1613 const float oldRenderCost = pOverall * penaltyOld; 1614 1614 const float newRenderCost = sc.mCorrectedFrontRenderCost * pFront + 1615 sc.mCorrected FrontRenderCost * pBack;1615 sc.mCorrectedBackRenderCost * pBack; 1616 1616 1617 1617 // we also return the old render cost
Note: See TracChangeset
for help on using the changeset viewer.