搜索资源列表
opengl
- openGL与VC联合编程,实现在vc++的三维控件绘图功能
OpenGLTriangle
- OPENGL绘图的VC++6.0原码,对学习和理解OPENGL的绘制方式有很大帮助。
OpenGL绘制三维图形
- 在VC++6.0中使用OpenGL绘制三维图形的实例源代码,源代码比较复杂,它可以绘制3D立体效果图,长方体、正方体等,其功能类似一款简单的3D绘图工具
ThreeDBMP
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和 DrawScene函数中实现,主要初始化OpenGL运行时的环境变
VCpenGL
- VC与openGl联合开发的3D绘图程序.类似CAD的绘图的基本功能,可以在此程序的基础上继续开发更复杂的系统。-VC and openGl jointly developed 3D drawing program. Similar to the basic functions of CAD drawing, you can on the basis of this process continue to develop more complex systems.
VCOpenGL3D
- VC++中实现opengl三维绘图,适合初学者。-VC++ to implement opengl 3D graphics, suitable for beginners.
OPENGL--and-VC-dialogproject
- OPENGL与VC兼容,基于对话框的框架代码,建议初学者下载,简单的绘图代码-OPENGL compatible with VC, dialog-based framework code, it is recommended that beginners download, simple drawing code
vp_mfc
- 基于VC的平台,利用VegaPrimer工具实现三维地形的显示及在上面进行利用OpenGL进行绘图-VC-based platform, using VegaPrimer tools to achieve three-dimensional terrain display and the use of OpenGL graphics above for
welcome
- 完成了opengl在vs2010中的通用基础框架,可以立即进行opengl绘图和其他功能的程序编写。-complete the bacis frame of opengl in vs201,you can draw 3d object using opengl immediately.
4Viewport
- Opengl实现的4视口绘图实现,3视图+透视视图-Opengl achieved four viewports drawing implementation perspective view 3 view+
经典3D绘图示例程序
- 3D绘图示例程序,OpenGL和MFC编写,用于演示矩形,三角形,椭圆环,bezier曲面等图形的三维旋转
opengltest
- 本程序主要通过不断改变视口位置来模仿动画效果,同时介绍了在进行opengl绘图时所做的一些不可或缺的准备工作。-The program mainly by changing position of the viewport to imitate animation, also introduced in OpenGL graphics of some essential preparatory work.
SHARPGL三维绘图
- 通过sharpGl调用opengl库,实现三维图形的绘制,包括长方体,正方体,多边形,四边形,三角形,线段等的绘制
