- Timestamp:
- 08/21/06 00:13:00 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing
- Files:
-
- 2 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/EvalStats/EvalStats.vcproj
r833 r1234 63 63 OutputDirectory="Release" 64 64 IntermediateDirectory="Release" 65 ConfigurationType="1" 66 CharacterSet="2"> 67 <Tool 68 Name="VCCLCompilerTool" 69 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 70 RuntimeLibrary="0" 71 UsePrecompiledHeader="3" 72 WarningLevel="3" 73 Detect64BitPortabilityProblems="TRUE" 74 DebugInformationFormat="3"/> 75 <Tool 76 Name="VCCustomBuildTool"/> 77 <Tool 78 Name="VCLinkerTool" 79 OutputFile="$(OutDir)/EvalStats.exe" 80 LinkIncremental="1" 81 GenerateDebugInformation="TRUE" 82 SubSystem="1" 83 OptimizeReferences="2" 84 EnableCOMDATFolding="2" 85 TargetMachine="1"/> 86 <Tool 87 Name="VCMIDLTool"/> 88 <Tool 89 Name="VCPostBuildEventTool"/> 90 <Tool 91 Name="VCPreBuildEventTool"/> 92 <Tool 93 Name="VCPreLinkEventTool"/> 94 <Tool 95 Name="VCResourceCompilerTool"/> 96 <Tool 97 Name="VCWebServiceProxyGeneratorTool"/> 98 <Tool 99 Name="VCXMLDataGeneratorTool"/> 100 <Tool 101 Name="VCWebDeploymentTool"/> 102 <Tool 103 Name="VCManagedWrapperGeneratorTool"/> 104 <Tool 105 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 106 </Configuration> 107 <Configuration 108 Name="mlrt|Win32" 109 OutputDirectory="$(ConfigurationName)" 110 IntermediateDirectory="$(ConfigurationName)" 111 ConfigurationType="1" 112 CharacterSet="2"> 113 <Tool 114 Name="VCCLCompilerTool" 115 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 116 RuntimeLibrary="0" 117 UsePrecompiledHeader="3" 118 WarningLevel="3" 119 Detect64BitPortabilityProblems="TRUE" 120 DebugInformationFormat="3"/> 121 <Tool 122 Name="VCCustomBuildTool"/> 123 <Tool 124 Name="VCLinkerTool" 125 OutputFile="$(OutDir)/EvalStats.exe" 126 LinkIncremental="1" 127 GenerateDebugInformation="TRUE" 128 SubSystem="1" 129 OptimizeReferences="2" 130 EnableCOMDATFolding="2" 131 TargetMachine="1"/> 132 <Tool 133 Name="VCMIDLTool"/> 134 <Tool 135 Name="VCPostBuildEventTool"/> 136 <Tool 137 Name="VCPreBuildEventTool"/> 138 <Tool 139 Name="VCPreLinkEventTool"/> 140 <Tool 141 Name="VCResourceCompilerTool"/> 142 <Tool 143 Name="VCWebServiceProxyGeneratorTool"/> 144 <Tool 145 Name="VCXMLDataGeneratorTool"/> 146 <Tool 147 Name="VCWebDeploymentTool"/> 148 <Tool 149 Name="VCManagedWrapperGeneratorTool"/> 150 <Tool 151 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 152 </Configuration> 153 <Configuration 154 Name="Release_Internal|Win32" 155 OutputDirectory="$(ConfigurationName)" 156 IntermediateDirectory="$(ConfigurationName)" 65 157 ConfigurationType="1" 66 158 CharacterSet="2"> … … 126 218 <FileConfiguration 127 219 Name="Release|Win32"> 220 <Tool 221 Name="VCCLCompilerTool" 222 UsePrecompiledHeader="1"/> 223 </FileConfiguration> 224 <FileConfiguration 225 Name="mlrt|Win32"> 226 <Tool 227 Name="VCCLCompilerTool" 228 UsePrecompiledHeader="1"/> 229 </FileConfiguration> 230 <FileConfiguration 231 Name="Release_Internal|Win32"> 128 232 <Tool 129 233 Name="VCCLCompilerTool" -
GTP/trunk/Lib/Vis/Preprocessing/QtRenderer/QtRenderer.vcproj
r1221 r1234 20 20 Name="VCCLCompilerTool" 21 21 Optimization="0" 22 AdditionalIncludeDirectories=""$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\ Preprocessing\src;..\..\..\..\..\NonGTP\Zlib\include;"$(CG_INC_PATH)""22 AdditionalIncludeDirectories=""$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\src;..\..\..\..\..\..\NonGTP\Zlib\include;"$(CG_INC_PATH)"" 23 23 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;QTRENDERER_EXPORTS" 24 24 MinimalRebuild="TRUE" … … 30 30 DebugInformationFormat="4"/> 31 31 <Tool 32 Name="VCCustomBuildTool"/> 32 Name="VCCustomBuildTool" 33 Description="Performing moc on $(InputName).h" 34 CommandLine=""%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp" 35 " 36 Outputs=""$(InputDir) moc_$(InputName).cpp""/> 33 37 <Tool 34 38 Name="VCLinkerTool" … … 36 40 OutputFile="$(OutDir)/QtRenderer.dll" 37 41 LinkIncremental="2" 38 AdditionalLibraryDirectories=""$(QTDIR)\lib";..\..\..\..\..\ NonGTP\Zlib\lib;"$(CG_LIB_PATH)";"..\Preprocessing\lib\$(ConfigurationName)";..\Preprocessing\src\GL;..\..\..\..\..\NonGTP\Xerces\xercesc\lib"42 AdditionalLibraryDirectories=""$(QTDIR)\lib";..\..\..\..\..\..\NonGTP\Zlib\lib;"$(CG_LIB_PATH)";..\src\GL;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;"..\lib\$(ConfigurationName)"" 39 43 GenerateDebugInformation="TRUE" 40 44 ProgramDatabaseFile="$(OutDir)/QtRenderer.pdb" … … 71 75 <Tool 72 76 Name="VCCLCompilerTool" 73 AdditionalIncludeDirectories="..\ Preprocessing\src;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\..\..\..\..\NonGTP\Zlib\include;"$(CG_INC_PATH)""77 AdditionalIncludeDirectories="..\src;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\..\..\..\..\..\NonGTP\Zlib\include;"$(CG_INC_PATH)"" 74 78 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;QTRENDERER_EXPORTS" 75 79 RuntimeLibrary="2" … … 79 83 DebugInformationFormat="3"/> 80 84 <Tool 81 Name="VCCustomBuildTool"/> 85 Name="VCCustomBuildTool" 86 Description="Performing moc on $(InputName).h" 87 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 88 " 89 Outputs="$(InputDir) moc_$(InputName).cpp"/> 82 90 <Tool 83 91 Name="VCLinkerTool" … … 85 93 OutputFile="$(OutDir)/QtGlRenderer.dll" 86 94 LinkIncremental="1" 87 AdditionalLibraryDirectories=""$(QTDIR)\lib";..\..\..\..\..\ NonGTP\Zlib\lib;"$(CG_LIB_PATH)";"..\Preprocessing\lib\$(ConfigurationName)";..\Preprocessing\src\GL;..\..\..\..\..\NonGTP\Xerces\xercesc\lib"88 GenerateDebugInformation=" TRUE"95 AdditionalLibraryDirectories=""$(QTDIR)\lib";..\..\..\..\..\..\NonGTP\Zlib\lib;"$(CG_LIB_PATH)";"..\lib\$(ConfigurationName)";..\src\GL;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib" 96 GenerateDebugInformation="FALSE" 89 97 SubSystem="2" 90 98 OptimizeReferences="2" 91 99 EnableCOMDATFolding="2" 92 ImportLibrary="$(OutDir)/Qt Renderer.lib"100 ImportLibrary="$(OutDir)/QtGlRenderer.lib" 93 101 TargetMachine="1"/> 94 102 <Tool 95 103 Name="VCMIDLTool"/> 96 104 <Tool 97 Name="VCPostBuildEventTool" 98 CommandLine="copy $(OutDir)\$(TargetFileName) $(OutDir)\..\..\Preprocessing\scripts"/> 105 Name="VCPostBuildEventTool"/> 99 106 <Tool 100 107 Name="VCPreBuildEventTool"/> … … 143 150 Name="VCCustomBuildTool" 144 151 Description="Performing moc on $(InputName).h" 145 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp
" 152 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 153 " 146 154 Outputs="$(InputDir) moc_$(InputName).cpp"/> 147 155 </FileConfiguration> -
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj
r1231 r1234 65 65 FavorSizeOrSpeed="0" 66 66 OptimizeForWindowsApplication="TRUE" 67 AdditionalIncludeDirectories="..\include;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\src;"$(CG_INC_PATH)";..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;"$(BOOST_INCLUDE)"" 68 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 69 ExceptionHandling="TRUE" 70 RuntimeLibrary="2" 71 DisableLanguageExtensions="FALSE" 72 ForceConformanceInForLoopScope="FALSE" 73 RuntimeTypeInfo="TRUE" 74 UsePrecompiledHeader="0" 75 WarningLevel="2" 76 Detect64BitPortabilityProblems="TRUE" 77 DebugInformationFormat="3"/> 78 <Tool 79 Name="VCCustomBuildTool"/> 80 <Tool 81 Name="VCLibrarianTool"/> 82 <Tool 83 Name="VCMIDLTool"/> 84 <Tool 85 Name="VCPostBuildEventTool"/> 86 <Tool 87 Name="VCPreBuildEventTool"/> 88 <Tool 89 Name="VCPreLinkEventTool"/> 90 <Tool 91 Name="VCResourceCompilerTool"/> 92 <Tool 93 Name="VCWebServiceProxyGeneratorTool"/> 94 <Tool 95 Name="VCXMLDataGeneratorTool"/> 96 <Tool 97 Name="VCManagedWrapperGeneratorTool"/> 98 <Tool 99 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 100 </Configuration> 101 <Configuration 102 Name="mlrt|Win32" 103 OutputDirectory="$(ConfigurationName)" 104 IntermediateDirectory="$(ConfigurationName)" 105 ConfigurationType="4" 106 CharacterSet="2"> 107 <Tool 108 Name="VCCLCompilerTool" 109 Optimization="0" 110 InlineFunctionExpansion="0" 111 FavorSizeOrSpeed="0" 112 OptimizeForWindowsApplication="TRUE" 67 113 AdditionalIncludeDirectories="..\include;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\src;"$(CG_INC_PATH)";..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;"$(BOOST_INCLUDE)";..\..\Preprocessing\MultiLevelRayTracing" 68 114 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" … … 99 145 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 100 146 </Configuration> 147 <Configuration 148 Name="Release_Internal|Win32" 149 OutputDirectory="$(ConfigurationName)" 150 IntermediateDirectory="$(ConfigurationName)" 151 ConfigurationType="4" 152 CharacterSet="2"> 153 <Tool 154 Name="VCCLCompilerTool" 155 Optimization="0" 156 InlineFunctionExpansion="0" 157 FavorSizeOrSpeed="0" 158 OptimizeForWindowsApplication="TRUE" 159 AdditionalIncludeDirectories="..\include;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";..\src;"$(CG_INC_PATH)";..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;"$(BOOST_INCLUDE)";..\..\Preprocessing\MultiLevelRayTracing" 160 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 161 ExceptionHandling="TRUE" 162 RuntimeLibrary="2" 163 DisableLanguageExtensions="FALSE" 164 ForceConformanceInForLoopScope="FALSE" 165 RuntimeTypeInfo="TRUE" 166 UsePrecompiledHeader="0" 167 WarningLevel="2" 168 Detect64BitPortabilityProblems="TRUE" 169 DebugInformationFormat="3"/> 170 <Tool 171 Name="VCCustomBuildTool"/> 172 <Tool 173 Name="VCLibrarianTool"/> 174 <Tool 175 Name="VCMIDLTool"/> 176 <Tool 177 Name="VCPostBuildEventTool"/> 178 <Tool 179 Name="VCPreBuildEventTool"/> 180 <Tool 181 Name="VCPreLinkEventTool"/> 182 <Tool 183 Name="VCResourceCompilerTool"/> 184 <Tool 185 Name="VCWebServiceProxyGeneratorTool"/> 186 <Tool 187 Name="VCXMLDataGeneratorTool"/> 188 <Tool 189 Name="VCManagedWrapperGeneratorTool"/> 190 <Tool 191 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 192 </Configuration> 101 193 </Configurations> 102 194 <References> … … 129 221 </File> 130 222 <File 223 RelativePath=".\BvHierarchy.cpp"> 224 </File> 225 <File 226 RelativePath=".\BvHierarchy.h"> 227 </File> 228 <File 131 229 RelativePath="..\src\Camera.cpp"> 132 230 </File> … … 195 293 </File> 196 294 <File 295 RelativePath=".\HierarchyManager.cpp"> 296 </File> 297 <File 298 RelativePath=".\HierarchyManager.h"> 299 </File> 300 <File 197 301 RelativePath="..\src\Intersectable.h"> 198 302 </File> … … 256 360 <File 257 361 RelativePath="..\src\OcclusionQuery.h"> 362 </File> 363 <File 364 RelativePath=".\OspTree.cpp"> 365 </File> 366 <File 367 RelativePath=".\OspTree.h"> 258 368 </File> 259 369 <File … … 303 413 Outputs=""/> 304 414 </FileConfiguration> 415 <FileConfiguration 416 Name="mlrt|Win32"> 417 <Tool 418 Name="VCCustomBuildTool" 419 Description="" 420 CommandLine="" 421 Outputs=""/> 422 </FileConfiguration> 423 <FileConfiguration 424 Name="Release_Internal|Win32"> 425 <Tool 426 Name="VCCustomBuildTool" 427 Description="" 428 CommandLine="" 429 Outputs=""/> 430 </FileConfiguration> 305 431 </File> 306 432 <File … … 317 443 Outputs=""/> 318 444 </FileConfiguration> 445 <FileConfiguration 446 Name="mlrt|Win32"> 447 <Tool 448 Name="VCCustomBuildTool" 449 Description="" 450 CommandLine="" 451 Outputs=""/> 452 </FileConfiguration> 453 <FileConfiguration 454 Name="Release_Internal|Win32"> 455 <Tool 456 Name="VCCustomBuildTool" 457 Description="" 458 CommandLine="" 459 Outputs=""/> 460 </FileConfiguration> 319 461 </File> 320 462 <File … … 388 530 </File> 389 531 <File 532 RelativePath=".\SplitCandidate.h"> 533 </File> 534 <File 390 535 RelativePath="..\src\Statistics.h"> 391 536 </File> … … 454 599 </File> 455 600 <File 456 RelativePath=". .\src\VspOspTree.cpp">457 </File> 458 <File 459 RelativePath=". .\src\VspOspTree.h">601 RelativePath=".\VspTree.cpp"> 602 </File> 603 <File 604 RelativePath=".\VspTree.h"> 460 605 </File> 461 606 <File -
GTP/trunk/Lib/Vis/Preprocessing/src/TestPreprocessor.vcproj
r1231 r1234 83 83 <Tool 84 84 Name="VCLinkerTool" 85 AdditionalDependencies="xerces-c_2.lib glew32.lib zdll.lib zziplib.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib Preprocessor.lib RTWorld.lib RTScene.lib" 85 AdditionalDependencies="xerces-c_2.lib glew32.lib zdll.lib zziplib.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib Preprocessor.lib" 86 OutputFile="$(OutDir)/Preprocessor.exe" 87 LinkIncremental="1" 88 AdditionalLibraryDirectories="..\src\GL;..\lib\release;"$(BOOST_LIB)";..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib" 89 GenerateDebugInformation="FALSE" 90 SubSystem="1" 91 OptimizeReferences="2" 92 EnableCOMDATFolding="2" 93 TargetMachine="1" 94 FixedBaseAddress="1"/> 95 <Tool 96 Name="VCMIDLTool"/> 97 <Tool 98 Name="VCPostBuildEventTool"/> 99 <Tool 100 Name="VCPreBuildEventTool"/> 101 <Tool 102 Name="VCPreLinkEventTool"/> 103 <Tool 104 Name="VCResourceCompilerTool"/> 105 <Tool 106 Name="VCWebServiceProxyGeneratorTool"/> 107 <Tool 108 Name="VCXMLDataGeneratorTool"/> 109 <Tool 110 Name="VCWebDeploymentTool"/> 111 <Tool 112 Name="VCManagedWrapperGeneratorTool"/> 113 <Tool 114 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 115 </Configuration> 116 <Configuration 117 Name="mlrt|Win32" 118 OutputDirectory="$(ConfigurationName)" 119 IntermediateDirectory="$(ConfigurationName)" 120 ConfigurationType="1" 121 CharacterSet="2"> 122 <Tool 123 Name="VCCLCompilerTool" 124 Optimization="0" 125 AdditionalIncludeDirectories="..\include;"$(BOOST_INCLUDE)";"$(QTDIR)\include\QtOpenGl";..\src;"$(CG_INC_PATH)";..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\MultiLevelRayTracing" 126 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 127 RuntimeLibrary="2" 128 RuntimeTypeInfo="TRUE" 129 UsePrecompiledHeader="0" 130 WarningLevel="3" 131 Detect64BitPortabilityProblems="TRUE" 132 DebugInformationFormat="3"/> 133 <Tool 134 Name="VCCustomBuildTool"/> 135 <Tool 136 Name="VCLinkerTool" 137 AdditionalDependencies="xerces-c_2.lib glew32.lib zdll.lib zziplib.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib Preprocessor.lib" 138 OutputFile="$(OutDir)/Preprocessor.exe" 139 LinkIncremental="1" 140 AdditionalLibraryDirectories="..\support\xercesc\lib\;..\support\zlib\lib\;..\support\devil\lib;..\include;..\src\GL;"$(CG_LIB_PATH)";..\lib\release;..\..\Preprocessing\lib\release;"$(BOOST_LIB)";..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib;..\..\Preprocessing\MultiLevelRayTracing\RTScene\Release;..\..\Preprocessing\MultiLevelRayTracing\RTWorld\Release" 141 GenerateDebugInformation="FALSE" 142 SubSystem="1" 143 OptimizeReferences="2" 144 EnableCOMDATFolding="2" 145 TargetMachine="1" 146 FixedBaseAddress="1"/> 147 <Tool 148 Name="VCMIDLTool"/> 149 <Tool 150 Name="VCPostBuildEventTool"/> 151 <Tool 152 Name="VCPreBuildEventTool"/> 153 <Tool 154 Name="VCPreLinkEventTool"/> 155 <Tool 156 Name="VCResourceCompilerTool"/> 157 <Tool 158 Name="VCWebServiceProxyGeneratorTool"/> 159 <Tool 160 Name="VCXMLDataGeneratorTool"/> 161 <Tool 162 Name="VCWebDeploymentTool"/> 163 <Tool 164 Name="VCManagedWrapperGeneratorTool"/> 165 <Tool 166 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 167 </Configuration> 168 <Configuration 169 Name="Release_Internal|Win32" 170 OutputDirectory="$(ConfigurationName)" 171 IntermediateDirectory="$(ConfigurationName)" 172 ConfigurationType="1" 173 CharacterSet="2"> 174 <Tool 175 Name="VCCLCompilerTool" 176 Optimization="0" 177 AdditionalIncludeDirectories="..\include;"$(BOOST_INCLUDE)";"$(QTDIR)\include\QtOpenGl";..\src;"$(CG_INC_PATH)";..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\MultiLevelRayTracing" 178 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL" 179 RuntimeLibrary="2" 180 RuntimeTypeInfo="TRUE" 181 UsePrecompiledHeader="0" 182 WarningLevel="3" 183 Detect64BitPortabilityProblems="TRUE" 184 DebugInformationFormat="3"/> 185 <Tool 186 Name="VCCustomBuildTool"/> 187 <Tool 188 Name="VCLinkerTool" 189 AdditionalDependencies="xerces-c_2.lib glew32.lib zdll.lib zziplib.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib Preprocessor.lib" 86 190 OutputFile="$(OutDir)/Preprocessor.exe" 87 191 LinkIncremental="1" -
GTP/trunk/Lib/Vis/Preprocessing/src/VssPreprocessor.cpp
r1233 r1234 191 191 192 192 float dist = 0; 193 const int hittriangle = -1 //mlrtaIntersectAS(pforg, pfdir, pfnorm, dist);193 const int hittriangle = -1;//mlrtaIntersectAS(pforg, pfdir, pfnorm, dist); 194 194 195 195 if (hittriangle == -1)
Note: See TracChangeset
for help on using the changeset viewer.