摘要: 1.tutorial08.cpp // Include standard headers #include #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #include #include using namesp... 阅读全文
posted @ 2017-07-09 23:42 ParamousGIS 阅读(838) 评论(0) 推荐(0) 编辑
摘要: 1.tutorial07.cpp // Include standard headers #include #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #include #include using namesp... 阅读全文
posted @ 2017-07-09 23:08 ParamousGIS 阅读(2027) 评论(0) 推荐(0) 编辑
摘要: 1.tutorial06.cpp // Include standard headers #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #include #include using namespace glm;... 阅读全文
posted @ 2017-07-09 22:44 ParamousGIS 阅读(1651) 评论(0) 推荐(0) 编辑
摘要: 1.tutorial05.cpp // Include standard headers #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #include #include using namespace g... 阅读全文
posted @ 2017-07-09 15:47 ParamousGIS 阅读(720) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/o_sun_o/article/details/8351037 BMP文件格式详解 BMP文件格式详解(BMP file format) BMP文件格式,又称为Bitmap(位图)或是DIB(Device-Independent Device,设备无关位图),是Windows系统中广泛使用的图像文件格式。由于它可以不作任何变换地保存图像像素域的数据... 阅读全文
posted @ 2017-07-09 11:29 ParamousGIS 阅读(811) 评论(0) 推荐(0) 编辑
摘要: 1.tutorial04.cpp // Include standard headers #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #include #include using namespace glm; ... 阅读全文
posted @ 2017-07-09 10:45 ParamousGIS 阅读(1443) 评论(0) 推荐(0) 编辑
摘要: Model--View--Projection 1.tutorial03.cpp // Include standard headers #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #include #... 阅读全文
posted @ 2017-07-09 09:27 ParamousGIS 阅读(484) 评论(0) 推荐(0) 编辑
摘要: The OpenGL buffer is created, bound, filled and configured with the standard functions (glGenBuffers, glBindBuffer, glBufferData, glVertexAttribPointer) ; 1.tutorial02.cpp // Include standard... 阅读全文
posted @ 2017-07-09 08:07 ParamousGIS 阅读(740) 评论(0) 推荐(0) 编辑
摘要: // Include standard headers #include <stdio.h> #include <stdlib.h> // Include GLEW #include <GL/glew.h> // Include GLFW #include <glfw3.h> GLFWwindow* 阅读全文
posted @ 2017-07-09 08:02 ParamousGIS 阅读(477) 评论(0) 推荐(0) 编辑