diff --git a/SoGuiSnapshotViewer.cpp b/SoGuiSnapshotViewer.cpp index a46231a..50b157f 100644 --- a/SoGuiSnapshotViewer.cpp +++ b/SoGuiSnapshotViewer.cpp @@ -19,9 +19,9 @@ * \**************************************************************************/ /* - * iti3dv - 3D mesh viewer based on COIN3D examples (snapshotviewer) + * gl3dv - 3D mesh viewer based on COIN3D examples (snapshotviewer) * - * George Litos (gl@iti.gr) + * George Litos (gl@cyberpunk.gr) * \**************************************************************************/ diff --git a/SoGuiSnapshotViewer.h b/SoGuiSnapshotViewer.h index 1ef18cb..c5ce872 100644 --- a/SoGuiSnapshotViewer.h +++ b/SoGuiSnapshotViewer.h @@ -19,9 +19,9 @@ * \**************************************************************************/ /* - * iti3dv - 3D mesh viewer based on COIN3D examples (snapshotviewer) + * gl3dv - 3D mesh viewer based on COIN3D examples (snapshotviewer) * - * George Litos (gl@iti.gr) + * George Litos (gl@cyberpunk.gr) * \**************************************************************************/ diff --git a/computils.cpp b/computils.cpp index ba60ab2..aa0b211 100644 --- a/computils.cpp +++ b/computils.cpp @@ -19,9 +19,9 @@ * \**************************************************************************/ /* - * iti3dv - 3D mesh viewer based on COIN3D examples (snapshotviewer) + * gl3dv - 3D mesh viewer based on COIN3D examples (snapshotviewer) * - * George Litos (gl@iti.gr) + * George Litos (gl@cyberpunk.gr) * \**************************************************************************/ @@ -228,7 +228,7 @@ SoNode else if ( ! strcmp( argv[1], "--text3" ) ) { SoText3 * textnode = new SoText3; - const char * s[] = { "www", "ITI", "gr" }; + const char * s[] = { "www", "georgelitos", "com" }; textnode->string.setValues( 0, 3, s ); textnode->parts.setValue( SoText3::ALL ); textnode->justification = SoText3::CENTER; @@ -259,7 +259,7 @@ SoNode default: */ SoText3 * textnode = new SoText3; - const char * s[] = { "www", "ITI", "gr" }; + const char * s[] = { "www", "georgelitos", "com" }; textnode->string.setValues( 0, 3, s ); textnode->parts.setValue( SoText3::ALL ); textnode->justification = SoText3::CENTER; diff --git a/computils.h b/computils.h index 12f18c9..cd1ba6b 100644 --- a/computils.h +++ b/computils.h @@ -19,9 +19,9 @@ * \**************************************************************************/ /* - * iti3dv - 3D mesh viewer based on COIN3D examples (snapshotviewer) + * gl3dv - 3D mesh viewer based on COIN3D examples (snapshotviewer) * - * George Litos (gl@iti.gr) + * George Litos (gl@cyberpunk.gr) * \**************************************************************************/ diff --git a/gl3dv.sln b/gl3dv.sln index 4ac1f1b..4832c02 100644 --- a/gl3dv.sln +++ b/gl3dv.sln @@ -1,20 +1,20 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.1259 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30611.23 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gl3dv", "gl3dv.vcxproj", "{E3994544-35EE-4FB9-BC56-15ED0C405DCB}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E3994544-35EE-4FB9-BC56-15ED0C405DCB}.Debug|Win32.ActiveCfg = Debug|Win32 - {E3994544-35EE-4FB9-BC56-15ED0C405DCB}.Debug|Win32.Build.0 = Debug|Win32 {E3994544-35EE-4FB9-BC56-15ED0C405DCB}.Release|Win32.ActiveCfg = Release|Win32 {E3994544-35EE-4FB9-BC56-15ED0C405DCB}.Release|Win32.Build.0 = Release|Win32 + {E3994544-35EE-4FB9-BC56-15ED0C405DCB}.Release|x64.ActiveCfg = Release|x64 + {E3994544-35EE-4FB9-BC56-15ED0C405DCB}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/gl3dv.vcxproj b/gl3dv.vcxproj index ee6ac2b..9265c01 100644 --- a/gl3dv.vcxproj +++ b/gl3dv.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {E3994544-35EE-4FB9-BC56-15ED0C405DCB} @@ -21,12 +29,24 @@ false MultiByte + + Application + v142 + false + MultiByte + Application v142 false MultiByte + + Application + v142 + false + MultiByte + @@ -34,10 +54,18 @@ + + + + + + + + <_ProjectFileVersion>16.0.30523.133 @@ -46,11 +74,23 @@ .\Release\ .\Release\ false + T:\Projects\Coin\include;$(IncludePath) + T:\Projects\Coin\lib;$(LibraryPath) + + + false + T:\Projects\Coin\include;$(IncludePath) + T:\Projects\Coin\lib;$(LibraryPath) .\Debug\ .\Debug\ true + G:\Projects\Libs\coin-build\include;$(IncludePath) + + + true + G:\Projects\Libs\coin-build\include;$(IncludePath) @@ -78,11 +118,10 @@ 0x0409 - sowin1.lib;coin2.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) - .\Release/iti3dv.exe + sowin1.lib;coin4.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) + .\Release/gl3dv.exe true $(COIN3DDIR)\lib;%(AdditionalLibraryDirectories) - .\Release/iti3dv.pdb Console MachineX86 @@ -91,6 +130,44 @@ .\Release/iti3dv.bsc + + + .\Release/iti3dv.tlb + + + + + MaxSpeed + OnlyExplicitInline + $(COIN3DDIR)\include;$(COIN3DDIR)\include\Inventor\annex;.;..;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;COIN_DLL;SOWIN_DLL;HAVE_CONFIG_H;%(PreprocessorDefinitions) + true + MultiThreaded + true + .\Release/iti3dv.pch + .\Release/ + .\Release/ + .\Release/ + true + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + sowin1.lib;coin4.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) + .\Release/gl3dv.exe + true + $(COIN3DDIR)\lib;%(AdditionalLibraryDirectories) + Console + + + true + .\Release/iti3dv.bsc + + .\Debug/iti3dv.tlb @@ -122,7 +199,6 @@ true $(COIN3DDIR)\lib;%(AdditionalLibraryDirectories) true - .\Debug/iti3dv.pdb Console MachineX86 @@ -131,6 +207,44 @@ .\Debug/iti3dv.bsc + + + .\Debug/iti3dv.tlb + + + + + Disabled + $(COIN3DDIR)\include;$(COIN3DDIR)\include\Inventor\annex;.;..;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;COIN_DLL;SOWIN_DLL;HAVE_CONFIG_H;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + .\Debug/iti3dv.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + sowin1d.lib;coin2d.lib;opengl32.lib;winmm.lib;%(AdditionalDependencies) + .\Debug/iti3dv.exe + true + $(COIN3DDIR)\lib;%(AdditionalLibraryDirectories) + true + Console + + + true + .\Debug/iti3dv.bsc + +