资源列表
camera
- 程序演示了如何用关键帧来创建相机的轨迹动画-Program demonstrates how to use keyframes to create animation camera trajectory
GPUOpenGL
- GPU深度发掘(三)::OpenGL Frame Buffer Object 201-如何通过使用OpenGL高级着色语言(GLSL),实现在同一时间渲染输出到多个纹理上,当然,这里还需要用到绘图缓冲扩展(Draw Buffers extension)
glut-function-API-and-Demo
- 这个是doc文档,里面包含了OpenGL中回调函数的声明,以及使用实例分析,都非常详细全面。-This is a doc file, which contains the OpenGL callback function declaration, and the use of case studies, are very detailed and comprehensive.
CSharp_OpenGL_Color_Material
- 使材质颜色追踪当前颜色 的OPENGL事例-color material to make tracking the current color OpenGL examples
sken
- 基于MFC和OpenGL三维图形的开发,基本框架的建立以及基础程序的实现。-MFC and OpenGL three-dimensional graphics based on the development, the basic framework for the establishment and implementation of basic procedures.
GLScene
- GLScene200403 For D5-7 (OpenGL组件包)-GLScene 200403 For D5-7 (OpenGL组件包)
lesson48
- ArcBall Rotation,for openGL, you can rotate the object in your 3d view, such as to apply this in draging the object with mouse NeHe
螺旋体发光特效
- 用opengl写的一个螺旋体向外发散紫色的光芒
Neon
- opengl写的螺旋体向外发光的程序,用到纹理拉伸-Helix emitting on the platform of VC with OpenGL
MISSILETEST1
- 基于VC的OPENGL三维动画方真及场景漫游系统的实现,详细介绍开发过程-VC-based OpenGL 3D animation side really Walkthrough system and the realization of the development process in detail
MyView
- Opengl中相机坐标的改变,按下不同的键分别对应不同的改变-Opengl coordinates changes in the camera, press the button corresponding to the different changes in different
cup
- 这段代码可以通过一段贝塞尔曲线画出一个杯子,并可以切换纹理。(建议在linux下运行)。 运行:make 编译,./Courbe coupe.glb ,在 coupe.glb 文件中有多项属性可供修改,用来控制纹理文件,纹理大小,控制点个数和控制点坐标。-This code can draw a Bezier curve of a cup, and can switch texture. (Recommendation run in linux). Operation : make comp