diff --git a/Capture.PNG b/Capture.PNG new file mode 100755 index 0000000..f320e04 Binary files /dev/null and b/Capture.PNG differ diff --git a/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0.sln b/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0.sln index 84c7a9e..8eefa92 100644 --- a/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0.sln +++ b/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CIS565_PROJ_0", "CIS565_PROJ_0\CIS565_PROJ_0.vcxproj", "{516CBE45-C710-4E93-B1D0-50E33863C6D3}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {516CBE45-C710-4E93-B1D0-50E33863C6D3}.Debug|Win32.ActiveCfg = Debug|Win32 - {516CBE45-C710-4E93-B1D0-50E33863C6D3}.Debug|Win32.Build.0 = Debug|Win32 - {516CBE45-C710-4E93-B1D0-50E33863C6D3}.Release|Win32.ActiveCfg = Release|Win32 - {516CBE45-C710-4E93-B1D0-50E33863C6D3}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CIS565_PROJ_0", "CIS565_PROJ_0\CIS565_PROJ_0.vcxproj", "{516CBE45-C710-4E93-B1D0-50E33863C6D3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {516CBE45-C710-4E93-B1D0-50E33863C6D3}.Debug|Win32.ActiveCfg = Debug|Win32 + {516CBE45-C710-4E93-B1D0-50E33863C6D3}.Debug|Win32.Build.0 = Debug|Win32 + {516CBE45-C710-4E93-B1D0-50E33863C6D3}.Release|Win32.ActiveCfg = Release|Win32 + {516CBE45-C710-4E93-B1D0-50E33863C6D3}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj b/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj index 5b26dc0..fd8d5e3 100644 --- a/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj +++ b/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj @@ -1,96 +1,99 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {516CBE45-C710-4E93-B1D0-50E33863C6D3} - CIS565_PROJ_0 - - - - Application - true - MultiByte - - - Application - false - true - MultiByte - - - - - - - - - - - - - - - - Level3 - Disabled - $(SolutionDir)/../../external/include/;%(AdditionalIncludeDirectories) - _MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreaded - - - true - $(SolutionDir)/../../external/lib/win/;%(AdditionalLibraryDirectories) - cudart.lib;opengl32.lib;freeglut.lib;glut32.lib;glew32s.lib;%(AdditionalDependencies) - - - compute_20,sm_20 - - - - - Level3 - MaxSpeed - true - true - $(SolutionDir)/../../external/include/;%(AdditionalIncludeDirectories) - _MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreaded - - - true - true - true - $(SolutionDir)/../../external/lib/win/;%(AdditionalLibraryDirectories) - cudart.lib;opengl32.lib;freeglut.lib;glut32.lib;glew32s.lib;%(AdditionalDependencies) - - - compute_20,sm_20 - - - - - Document - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {516CBE45-C710-4E93-B1D0-50E33863C6D3} + CIS565_PROJ_0 + + + + Application + true + MultiByte + + + Application + false + true + MultiByte + + + + + + + + + + + + + + + + Level3 + Disabled + $(SolutionDir)/../../external/include/;%(AdditionalIncludeDirectories) + _MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreaded + + + true + $(SolutionDir)/../../external/lib/win/;%(AdditionalLibraryDirectories) + cudart.lib;opengl32.lib;freeglut.lib;glut32.lib;glew32s.lib;%(AdditionalDependencies) + + + compute_20,sm_20 + $(ProjectDir)%(Filename)%(Extension).obj + + + + + + + Level3 + MaxSpeed + true + true + $(SolutionDir)/../../external/include/;%(AdditionalIncludeDirectories) + _MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreaded + + + true + true + true + $(SolutionDir)/../../external/lib/win/;%(AdditionalLibraryDirectories) + cudart.lib;opengl32.lib;freeglut.lib;glut32.lib;glew32s.lib;%(AdditionalDependencies) + + + compute_20,sm_20 + + + + + Document + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj.filters b/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj.filters index 625c892..864d3ef 100644 --- a/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj.filters +++ b/PROJ0_WIN/CIS565_PROJ_0/CIS565_PROJ_0/CIS565_PROJ_0.vcxproj.filters @@ -1,38 +1,38 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - Header Files - - - - - Source Files - - - Source Files - - - - - Source Files - - + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + + + Source Files + + \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp index 29d7821..beffd76 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ //==================================== int main(int argc, char* argv[]){ // Change this line to use your name! - m_yourName = "[YOUR NAME HERE]"; + m_yourName = "Joyce Lee"; if(Init(argc, argv) == true){ #if _WIN32