搜索资源列表
OpenGL学习文档整理
- 在Windows环 境中创建 OpenGL 程序.它将显示一个空的 OpenGL 窗口,可以在窗口和全屏模式下切 换,按 ESC 退出.它是我们以后应用程序的 框架.
MFC_Framework_for_OpenGL
- 在VC++环境下通过MFC的框架实现OPENGL的绘图,以及图形开发。该文档为教学PPT,适用于OPENGL的初学者。-In VC++ environment to achieve through the MFC framework OPENGL graphics, and graphics development. The document for teaching PPT, for beginners in OPENGL.
a
- 二维图像的三维显示希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的
1
- 在VC++6.0中使用OpenGL绘制三维图形的实例源代码,源代码比较复杂,它可以绘制3D立体效果图,长方体、正方体等,其功能类似一款简单的3D绘图工具,还有其它功能,你可以下载编译一下探个究竟 -!-VC++6.0 in the use of OpenGL graphics rendering three-dimensional examples of source code, source code more complicated, it can draw three-dimensiona
OpenGL-Paint-Tool
- OpenGL-Paint-Tool ,初学者最好的代码,完整程序代码,基于opengl的绘图源代码-Beginners best code, complete code, source code opengl drawing
three-dimensional-graphics
- 基于opengl绘图,c++源代码,立体三维图形绘制-Based on the opengl drawing, c++ the source code, and three-dimensional three-dimensional graphics rendering
OpenGL
- 纹理映射的文章,做三维重建的人可以值得一看。纹理映射是计算机真实感绘图过程中一个重要的环节.-Articles of texture mapping, three-dimensional reconstruction can be worth a visit. Texture mapping is an important link in the process of computer realistic graphics.
OpenGL-introduction
- OpenGL绘图相关函数-OpenGL graphics related functions ^ ^ ^ ^ ^ ............................................................................................................
OpenGL-template-test
- 我们在用OpenGL绘图时往往想制作一些复合图形以及凹凸多边形,像五角星、大的矩形里再画一个小的矩形;另外有时还想做些镂空图或类似的效果。这时我们可以开启模板测试功能来完成。-When we tend to want to use OpenGL graphics to make some complex polygon graphics and irregularities, such as five-pointed star, and then draw a large rectangle i
Kivy API参考
- Kivy是一个用于开发多点触摸应用程序的开源库。它是跨平台(linux/osx/windows/android/IOS),并按照麻省理工学院许可证. 它提供了对许多点触摸输入设备的本地支持,一个不断增长的多触控小部件库和硬件加速OpenGL绘图。Kivy旨在让您尽可能快速、轻松地构建自定义和高度交互的应用程序。 使用Kivy,您可以充分利用Python的动态特性。有成千上万的高质量的免费库可以集成到您的应用程序中。同时,性能关键部件使用Cython.(Kivy is an open source
