基本信息
源码名称:vc2008 opengl显示3坐标轴
源码大小:1.98M
文件格式:.zip
开发语言:C/C++
更新时间:2022-02-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 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