搜索资源列表
opengl
- OpenGL 在人脸建模和动画中的应用。是篇论文,个人觉得还不错。-OpenGL in the human face modeling and animation applications. Is the papers personally feel that bad.
DirectXandOpenGLanimationrecording
- DirectX和OpenGL动画的录制。本文介绍了两个可分别用于录制DirectX和OpenGL渲染动画的类。简介在游戏和仿真领域,为实现离线应用,有时候需要将已经渲染好的内容录制下来。特别是在实际渲染过程非常复杂、重新渲染需要大量时间的时候,这种需求更为迫切。比如游戏中的过场动画,就必须将事先渲染好的动画录制-DirectX and OpenGL animation recording. This article describes the two can be used to record
OpenGL-3d
- 使用OpenGL通过动态调整观察点位置实现三维动画-Using OpenGL to realize 3D animation by dynamically adjusting the observation point
tree
- opengl tree animation
Moving_Beyond_OpenGL_1.1_for_Windows
- An example of an OpenGL animation loop using the Win32 API.
Accelerating-Depth-Image-Based-Rendering-using-GP
- In this paper, we propose a practical method for hardware- accelerated rendering of the depth image-based representation (DIBR) object, which is defined in MPEG-4 Animation Framework eXtension (AFX). The proposed method overcomes the drawbacks
OpenGL
- OpenGL全面系统地介绍了进行OpenGL编程所需的基础知识, 如三维基本图元的绘制、坐标变换、颜色、光照、纹理映射、动画和用户交互技术等。-OpenGL( Open Graphics Library)A comprehensive and systematic introduction to the basic knowledge of OpenGL programming, such as the rendering of three-dimensional basic elements,
Python极客项目编程
- 《Python极客项目编程》里面讲解了一些很好玩的项目。 利用参数方程和turtle模块生成万花尺图案; ● 通过模拟频率泛音在计算机上创作音乐; ● 将图形图像转换为ASCII文本图形; ● 编写一个三维立体画程序,生成隐藏在随机图案下的3D图像; ● 通过探索粒子系统、透明度和广告牌技术,利用OpenGL着色器制作逼真的动画; ● 利用来自CT和MRI扫描的数据实现3D可视化; ● 将计算机连接到Arduino编程,创建响应音乐的激光秀。(Python Geek Program