资源列表
glut36
- Glut32 dadada - 1 1 1
44Lens_Flare
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,在OpenGL中实现镜面发散的效果-Using VisualC++ Win32 OpenGL application development of a procedure implemented in OpenGL mirror the effect of divergence
MISSILETEST
- 一个导弹发射模拟并命中目标程序。有很多学习的地方,包括纹理加载3D模型加载,爆破模拟,不同观察视角。-Simulated missile launch, the program hit the target explosion. There are a lot of learning, including loading the texture, call the three-dimensional model,Explosion simulation, different viewing an
HarrisCorner
- harris角点检测算法,利用vc++实现,对于后续三维重建匹配有帮助-harris corner detection algorithm, using vc++ to achieve, for the follow-up to help match the three-dimensional reconstruction
opengl
- 自己做的MFC工程 透视投影 对物体动画 光照效应 鼠标交互-my own lighting effects MFC engineering perspective projection of the object animated mouse interaction
program
- Opengl:使用多边形区域,设计一个简单二维动画。其中的角色能按一定轨迹运动。本例中用小正方形在矩形框中移动,遇到边框则会弹回-Opengl:Design a simple 2 d animation.the role in the polygon could move according to a certain trajectory.the example describes a square moving in a rectangular box,which rebounds when
OpenCL
- OpenCL Parallel Programming Development Cookbook OpenCL 编程指南 为了充分利用本书,强烈建议您是软件开发人员或嵌入式软件开发人员,对并行软件开发感兴趣,但不知道在哪里/如何开始。理想情况下,您应该知道一些C或C ++(您可以选择C,因为它比较简单),并且舒适地使用跨平台构建系统,例如Linux环境中的CMake。(To get the most out of this book, it is highly recommended tha
MissileTest
- 导弹模拟发射并击中目标的OPenGL源码-Simulated missile launch and hit its target of OPenGL source
xuanze
- 关于对话框opengl关联程序 单击mfc对话框中的按钮,显示另一个MFC用OpenGL绘图-About dialog box, click the associated program opengl mfc dialog button to display another MFC with OpenGL graphics
Flash3DShow
- Flash图片展示源码——三维摩天轮旋转特效 效果不错,希望对三维开发有帮助-opengl read obj files
Chapter05
- opengl开发高级篇04源码,对于有一定基础的人适合阅读-opengl development of advanced chapter 04 source, suitable for reading for people who have a certain basis
polygon
- OpenGL:画一个多边形区域,多边形仅显示边界,并允许用户将多边形围绕原点及任意点旋转,而且能够改变多边形尺寸。本代码是以四边形为例。-Opengl:Draw a polygon, only showing the border,which allows users to rotate the polygon around any points and change the size of polygon.