随笔分类 -  OpenGL

摘要:1.openglwidget.ui OpenGLWidget 0 0 400 300 Form 2. openglwidget.h#ifndef OPENGLWIDGET_H#define OPENGLWIDGET_H#include #include #include #include #include #include #in... 阅读全文
posted @ 2019-05-21 23:39 ParamousGIS 阅读(643) 评论(0) 推荐(0)
摘要: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 阅读(860) 评论(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 阅读(2113) 评论(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 阅读(1693) 评论(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 阅读(739) 评论(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 阅读(892) 评论(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 阅读(1486) 评论(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 阅读(494) 评论(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 阅读(775) 评论(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 阅读(487) 评论(0) 推荐(0)
摘要:1. VS2017 Professional安装 1.1. 下载 mu_visual_studio_professional_2017_x86_x64_10049787.exe 1.2. 双击开始安装 双击mu_visual_studio_professional_2017_x86_x64_1004 阅读全文
posted @ 2017-06-11 17:46 ParamousGIS 阅读(2338) 评论(0) 推荐(0)