- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 vs2017+MFC+opengl+nehe
vs2017+MFC+opengl+nehe1 在vs2017中file-》new project,mfc的应用,设置为: 2 在stdafx.h中加入#include <GL/glew.h>#include <GL/glut.h>#include <afxtempl.h> #pragma comment (lib, "freeglut.lib")#p...
2018-04-12 15:42:16
1695
6
原创 vs2017+控制台+OpenGL新库
VS2017+openGL新库配置 Windows环境下安装GLUT的步骤: 1、在C:\Program Files (x86)\Windows Kits\10\Include\10.0.15063.0\um\gl下添加如下头文件: 把freeglut.h,freeglut_ext.h,freeglut_std.h,glew.h,glfw3.h,glfw3native.h,glut...
2018-04-12 15:32:02
1591
1
原创 2 MFC+opengl+nehe配置绘制金字塔和立方体
1 在vc6中,点击File--》new-》project 选单文档,点击完成 2 点击工程--》设置,加入下面三个库opengl32.lib glu32.lib glaux.lib 点击确定。 3 在stdafx.h中加入#include "gl\gl.h"#include "gl\glu.h"#include "gl\glaux.h" 见下图: 4 点击查看--》建立类向导,出现cl...
2018-03-01 18:01:32
998
原创 1 VS2015,2017+openGL配置和绘制一个白色的矩形
VS2015+openGL配置Windows环境下安装GLUT的步骤: 1、在C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\um\gl或者C:\Program Files (x86)\Windows Kits\8.1\Include\um\gl下有gl.h和glu.h; 把freeglut.h,freeglu...
2018-03-01 14:36:01
1436
可用的vs2017所用的opengl库
2018-03-02
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人