diff --git a/CUDATEST_screenshot.jpg b/CUDATEST_screenshot.jpg new file mode 100644 index 0000000..83eb3af Binary files /dev/null and b/CUDATEST_screenshot.jpg differ 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..e7b4d42 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 @@ -28,7 +28,7 @@ - + @@ -74,6 +74,7 @@ compute_20,sm_20 + $(IntDir)%(Filename)%(Extension).obj @@ -91,6 +92,6 @@ - + \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp index 29d7821..584ccd4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,8 +10,7 @@ //==================================== int main(int argc, char* argv[]){ // Change this line to use your name! - m_yourName = "[YOUR NAME HERE]"; - + m_yourName = "Zhen Gou"; if(Init(argc, argv) == true){ #if _WIN32 // Glut callbacks