嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
vc2008 opengl显示3坐标轴,按键可旋转,用于理解opengl坐标系
.
├── OpenGLAxis
│ ├── bullet
│ │ ├── GL.cpp
│ │ ├── GL.h
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── bullet.cpp
│ │ ├── bullet.h
│ │ ├── bullet.ico
│ │ ├── bullet.rc
│ │ ├── bullet.vcproj
│ │ ├── bullet.vcproj.DROI-20190226WQ.Administrator.user
│ │ ├── glut32.dll
│ │ ├── small.ico
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ └── targetver.h
│ ├── bullet.sln
│ ├── bullet.suo
│ └── openGLlib
│ ├── dll
│ │ ├── freeglut.dll
│ │ ├── freeglutd.dll
│ │ ├── glew32.dll
│ │ ├── glut.dll
│ │ └── glut32.dll
│ ├── glad.c
│ ├── include
│ │ ├── GLBatch.h
│ │ ├── GLBatchBase.h
│ │ ├── GLFrame.h
│ │ ├── GLFrustum.h
│ │ ├── GLGeometryTransform.h
│ │ ├── GLMatrixStack.h
│ │ ├── GLShaderManager.h
│ │ ├── GLTools.h
│ │ ├── GLTriangleBatch.h
│ │ ├── StopWatch.h
│ │ ├── gl
│ │ │ ├── GLAux.h
│ │ │ ├── SOIL.h
│ │ │ ├── eglew.h
│ │ │ ├── freeglut.h
│ │ │ ├── freeglut_ext.h
│ │ │ ├── freeglut_std.h
│ │ │ ├── glad.h
│ │ │ ├── glew.h
│ │ │ ├── glut.h
│ │ │ ├── glxew.h
│ │ │ ├── khrplatform.h
│ │ │ └── wglew.h
│ │ └── math3d.h
│ └── lib
│ ├── freeglut.lib
│ ├── freeglut_static.lib
│ ├── freeglut_staticd.lib
│ ├── freeglutd.lib
│ ├── glaux.lib
│ ├── glew32.lib
│ ├── glew32s.lib
│ ├── gltools.lib
│ ├── glut.lib
│ └── glut32.lib
└── 好例子网_OpenGLAxis.zip
7 directories, 57 files