搜索资源列表
MFC_OpenGL.rar
- 基于MFC和OpenGl三维图形开发::介绍OpenGL基本概念,详细讨论了利用OPGEL库,在MFC下进行三维图形的绘制。(有具体实现源码)
图形学中三种画直线算法源码
- 这是OpenGL MinGW运行的文件,这是学习图形学时所编的实现代码-This is the OpenGL MinGW running in the paper, which is studying graphics as part of the realization of code
bigskybox
- 计算机图形学源码实现,本程序实现一个skybox,模拟天空.-computer graphics source achieved, the process to achieve a skybox, simulated sky.
A02_OpenGL
- 各种3D图形的源码实现、旋转变化、挺漂亮的小程序
opengl
- 此源码实现基于OpenGL的摄像漫游,模仿第一人称视角在游戏中漫游,程序简明扼要,对喜欢游戏编程的朋友有一定的帮助
Radiosity
- 辐射度光照的源码 实现了三维场景的辐射度光照明计算,编译已经通过
OpenGL实现多边形扫描转换的扫描线算法(源码)
- OpenGL实现多边形扫描转换的扫描线算法
MyOpenGL
- OpenGL模拟的一个3维空间模型,VC++源码实现,一个模拟的3维视图,随着鼠标移动会改变视图,VC++6下可直接编译代码,仅此参考。 -OpenGL 3-D simulation of a space model, VC++ source code implementation, a simulated three-dimensional view, with the mouse will change the view, VC++6 compiler directly under th
roamosg
- 基于osg和vc2005的漫游实例,其中实现了碰撞检测的功能,希望能对osg的初学者有一点借鉴的作用-Based on the OSG and the roaming vc2005 example, which achieved a collision detection function, hoping to OSG beginner to learn from the role it
02_DrawTriangle
- nehe的OpenGL源码,源码实现了在一个界面中画出一个三角形和一个四方形-nehe the OpenGL source, source realized in an interface to draw a triangle and a square
03_Color
- nehe的OpenGL源码,源码实现了在一个界面中画出一个彩色三角形和一个四方形,初步介绍了色彩的使用-nehe the OpenGL source code, source code to achieve a draw in an interface of a color triangle and a square, initially introduced the use of color
mc_arase
- marching cube 源码 实现布尔运算等功能-marching cube
Delphi.code.OpenGL.graphics.programming
- Delphi源码实现OpenGL图形编程经典代码 OpenGL-Delphi source code to achieve the classic OpenGL graphics programming
Bresenham
- 该源码实现Bresenham划线算法,基于OpenGL,在VC++ 6.0下编译运行通过。该算法可以帮助大家更好理解计算机图形学的关键算法概念。-Source crossed the Bresenham algorithm to achieve, based on OpenGL, under the VC++ 6.0 compiler run through. This algorithm can help you better understand the concept of key alg
OpenGL1
- OpenGL模拟的一个3维空间模型,VC++源码实现,一个模拟的3维视图,随着鼠标移动会改变视图,VC++6下可直接编译代码,仅此参考。 -OpenGL simulation model of a 3-dimensional space, VC++ source code implementation, a simulated three-dimensional view, with the mouse will change the view, VC++6 can be directly
Blanking
- 该程序源码实现线、面的绘制过程及其消隐过程-To achieve the blanking of the line, surface
EngineDemo
- opengl 3D引擎源码, 实现的比较完整,供初学者参考。-opengl 3D engine source code
OpenGLSourceCode_Magnifier
- 调用OpenGL实现放大镜功能 按键控制, 按 o键实现开启/关闭放大镜功能 按m/n键 : 扩大/缩小放大倍数 源码实现-OpenGL magnifying glass function. O open/close the magnifier function m/n: expansion/reduction magnification source implementation
可鼠标点击旋转的茶壶 源码
- 利用opengl 和vc++ 6.0实现鼠标事件的响应(opengl c++ a rotated cup)
一个基于opengl的导弹飞行仿真源码
- 基于opengl实现的导弹飞行,包含导弹模型,飞行尾焰、爆炸碎片、火焰等各种特效,能够模拟导弹的飞行和攻击目标全过程。