下你所需,载你所想!
汇集开发技术源码资料

VS2013 OpenGL 三视图界面

:1.481MB :1 :2022-10-19 15:29:39

部分简介

VS2013 OpenGL 三视图界面如果开发者对于本文件有需要的可以参考。
类似3D MAX那种三视图界面,用VS2013 OpenGL 实现
.
├── OpenGLTriViews
│ ├── UpgradeLog.htm
│ ├── 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
│ │ ├── bullet.vcxproj
│ │ ├── bullet.vcxproj.filters
│ │ ├── bulletz.cpp
│ │ ├── glut32.dll
│ │ ├── small.ico
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ └── targetver.h
│ ├── bullet.sln
│ ├── bullet.suo
│ ├── bullet.v12.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
└── OpenGLTriViews.rar
7 directories, 62 files

VS2013 OpenGL 三视图界面

热门推荐

相关文章