搜索资源列表
在OpenGL视图中绘制动画
- 利用mfc设定计时器和帧缓存技术,可以制作出流畅的动画。一般用opengl向正方体表面添加各种颜色,以达到双缓存动画的实现。-use mfc set the timer and frame buffer technology, can produce smooth animation. General use opengl cube surface to add color to achieve double-buffering to achieve animation.
OpenGLDevelopManual
- opengl开发指南,游戏开发者必备之开发指南,共包含十七章:第一章 OpenGL与三维图形世界,第二章 OpenGL概念建立,第三章 Windows NT环境下的OpenGL, 第四章 OpenGL基本程序结构, 第五章 OpenGL数据类型和函数名,第六章 OpenGL辅助库的基本使用,第七章 OpenGL建模,第八章 OpenGL变换,第九章 OpenGL颜色,第十章 OpenGL光照,第十一章 OpenGL位图和图像,第十二章 OpenGL纹理,第十三章 OpenGL复杂物体建模,第十
2181916312320079115445374425
- 介绍了垂直同步的相关知识。 介绍了一种简单的计算帧速(FPS)的方法。 最后,我们列出了一份完整的天体动画程序清单。
donghua
- 计算机图形学OPENGL实现帧动画功能文件
zhendonghua
- 基于OPENGL的帧动画实现,由VC++编写
opengl创建off格式帧动画
- 将off帧连在一起,实现动画
masflc.ZIP
- 一个用来播放 FLCFLI 的 3DS 动画格式控件-One used to play FLCFLI the 3DS animation format control
RobertAnimation
- OPENGL的层次模型与关键帧动画,使用GULT作为UI的设计,便于DEBUG。-OPENGL level model and key-frame animation.
singlependulum
- 模拟钟摆实现动画 (1)绘制圆柱状三维钟摆模型,计算合理的摆线长度以及摆动初始位置,保证钟摆一个摆动周期为1秒,提供误差计算并显示误差(20分) (2)计算重力作用以及摆线弹性拉力作用下的钟摆速度,计算每一帧的钟摆位置及相应的旋转变换角度,并实现动画(30分) (3)增加阻尼计算,提供阻尼参数的调整工具,实现带阻尼的钟摆动画(30分) (4)音效、图形画面效果(10分) (5)详细的作业报告(10分)-Simulation of the pendulum to
1921682998200746114279655678
- OpenGL基础图形编程、讲述了OpenGL的基本程序结构,以及OPenGL建模,变换,颜色,光照,位图和图像,纹理,复杂物体建模,特殊光处理,效果处理,显示列表,帧缓存和动画 -OpenGL graphical programming based on
basedon3dszhenanimation
- 一个用opengl 实现3ds模型帧动画源程序,很经典的一个例子,可以运行-This file includes all of the model structures that are needed to load in a .3DS file. If you intend to to this. These structures only support the information that is needed to load the objects in the sce
MD2File
- 可导入Quake 2的模型MD2,里面含有多个关键帧动画形成的动作,可切换显示,是比较成型的示例。-The model can be imported Quake 2 MD2, which contains multiple key-frame animation form action, you can switch display, it is more an example of molding.
GraphicsHomework
- 课程设计的主要内容为开发一个实时绘制大规模三维场景的程序系统,应老师要求,完成的主要功能如下。 必做部分: 1. 采用3DS Max对三维场景进行了建模。场景中包含了建筑物、道路、天空等基本元素,实现了场景的纹理贴图功能。(见图1,2) 2. 实现了通过3DS Loader读取场景数据。 3. 使用了OpenGL和GLUT扩展库来实时绘制上述场景,画面生成速度达到36帧/秒。 4. 提供了友善的用户界面,并实现了多角度场景的交互漫游,可以以第一人称行走的方式漫游场景
OpenGLGameDevelopersGuideChinese
- OpenGL中文游戏开发指南一部:详细讲了OpenGL基础编程、复杂建模、特殊光照处理、帧缓存和动画的知识!-Guide to a Chinese game developer OpenGL: OpenGL basic details about the programming, complex modeling, special illumination, frame buffer memory and knowledge of animation!
zhendonghua
- 书后关盘素材、、源代码、、、关于opengl帧动画的相关代码-opengl
0000
- opengl实现off文件帧动画,将所有帧循环读取,实现动画-opengl achieve off-frame animation files
frame
- 实现帧动画的例子,很有帮助!Frame animation example, helpful!
camera
- 程序演示了如何用关键帧来创建相机的轨迹动画-Program demonstrates how to use keyframes to create animation camera trajectory
osganimationtimeline
- osg关键帧动画,时间进度,回调机制,时间响应-osg keyframe animation, time, callback mechanism, time response
test
- 基本要求:(共35分,每实现一个项目满分得5分) 1. 具有基本体素(立方体、球、圆柱、圆锥、多面棱柱、多面棱台)的建模表达能力; 2. 具有基本三维网格导入导出功能(建议OBJ格式); 3. 具有基本材质、纹理的显示和编辑能力; 4. 具有基本几何变换功能(旋转、平移、缩放等); 5. 基本光照明模型要求,并实现基本的光源编辑(如调整光源的位置,光强等参数); 6. 能对建模后场景进行漫游如Zoom In/Ou