搜索资源列表
jahshaka-1.8.tar
- Jahshaka 是一个视频和电影合成、编辑系统,使用了OpenGL和OpenML硬件渲染,所以给操作者者实时交互感。这个系统跨平台,也包括所有CG,图片处理模块-Jahshaka is a video frequency and the movie synthesizes, the edition system, has used OpenGL and the OpenML hardware exaggerates, therefore gives the operator real-time
SolarModel_src_2_0
- The Solar Model is real time modeling of solar system. It allows user to navigate in space, to control time counting (speed-up time flow) and estimate movement of space bodies, bind camera to space objects (for example, from Moon on Earth in real ti
celestia-1.6.1.tar Celestia is an application for real-time 3D
- Celestia is an application for real-time 3D visualization of space, with a detailed model of the solar system, over 100,000 stars, more than 10,000 galaxies, and an extension mechanism for adding more objects.
FireTest.rar
- OpenGL实现三维火焰实时模拟;可切换视角;资源耗费少,系统要求底,实时性能好。,OpenGL implementation of real-time three-dimensional flame simulation can switch perspective resources to spend less, the system requirements at the end of better real-time performance.
OpenGLSYSTEM
- OpenGL三维可视化系统,可实时显示位置坐标。-OpenGL 3D visualization system, real-time display position coordinates.
GL_clock
- V++6.0和OPenGL开发的时钟程序,可实时获取系统时间,有绚丽的界面效果。-V++6.0 and OpenGL development of the clock program in real-time access to the system time a brilliant interface
opengl_solar_system
- openGL和C++开发的太阳系系统,自动旋转,点击行星后能实时反馈-openGL and C++ development of the solar system, automatic rotation, click on the planet after the real-time feedback
Raining
- 此程序演示了利用粒子系统实现雨景效果模拟。实现雨景模拟的粒子系统中,每个雨点粒子是一条短线,即一定长度的线段,把这条线段当做一个粒子,随着时间的推移,它根据两个顶点所决定的方向向量,按一定的速度下降,实时计算出它的具体位置,然后在这个位置上将该粒子绘制出来。具体实现过程可参照代码。-This program demonstrated the use of particle systems to achieve the effect of simulated rain King. The real
Fountain
- OpenGL粒子系统实现三维喷泉实时模拟;可转换视角;系统要求不高,耗费资源少,实时性能好;-OpenGL Particle System fountain achieve real-time three-dimensional simulation convertible perspective system not ask for much, consume fewer resources are available, real-time performance better
particle
- 粒子系统 多种不同颜色的烟火 实时渲染 动态模拟-Particle system in a variety of pyrotechnic color real-time rendering of dynamic simulation
sanwei
- 计算机三维图形技术已发展到了实时阶段,怎样有效地开发实时三维应用系统,是目前较为引人注目的话题。笔者先后开发了数个opengl三维应用软件,从中总结出了实现实时三维应用系统的不少关键技术。-Three-dimensional computer graphics technology has been developed to the stage of the real-time and how to effectively develop real-time three-dimensional
GraphicsHomework
- 课程设计的主要内容为开发一个实时绘制大规模三维场景的程序系统,应老师要求,完成的主要功能如下。 必做部分: 1. 采用3DS Max对三维场景进行了建模。场景中包含了建筑物、道路、天空等基本元素,实现了场景的纹理贴图功能。(见图1,2) 2. 实现了通过3DS Loader读取场景数据。 3. 使用了OpenGL和GLUT扩展库来实时绘制上述场景,画面生成速度达到36帧/秒。 4. 提供了友善的用户界面,并实现了多角度场景的交互漫游,可以以第一人称行走的方式漫游场景
openglBloodshedsimulation
- 本文在认真分析和总结目前国内外流血模拟的基础上,结合游戏、电影等虚拟场景需求和应用,以友好的交互性、真实感和实时性为目标,利用粒子系统的基本原理和物理学的基本知识,实现了对流血粒子系统的模拟。首先分析流血粒子,对粒子进行实体建模。然后分析其运动规律,进行行为建模。最后考虑实际情况运用纹理映射技术和背景载入技术进行物理建模,从而实现了流血模拟的整个过程。-This article summarized in a careful analysis and bloodshed at home and
OpenGLGettingStarted
- 此代码为< OpenGL游戏编程> 一书的源代码。内容包含: 游戏开发快速入门、OpenGL程序框架、OpenGL变换、OpenGL光照、材质和纹理、OpenGL字体、摄像漫游、构造开空和地形、模型载入、实时阴影、DirectInput的使用、DirectSound的使用、游戏中的物理模拟、粒子系统、构造游戏引擎、3DRPG游戏、Quake室内场景实例等-This code is < <OpenGL游戏编程> " Was Written in the s
shishi-moni
- 基于粒子系统与OpenGL的实时雨雪模拟 粒子系统 opengl 纹理映射技术 物理数学 -Particle System and OpenGL-based real-time simulation of particle system snow texture mapping opengl Mathematical Physics
yuxueshishimoni
- 农业场景中下雪和积雪的实时模拟 opengl 粒子系统 雨雪 农场 纹理映射技术 融合 技术-Agriculture in the snow and snow scenes, real-time simulation of rain and snow particle system opengl texture mapping technology fusion farm
FireSystem
- FireSystem 烟火系统 设置时间挫,进行实时显示-FireSystem pyrotechnic system to set the time down of real-time display
RayTrace-master
- 提到Computer Graphics,众所周知的是如OpenGL、Direct3D这样非常流行的光栅化渲染器。事实上,这些大部分应用于游戏制作的API主要为实时渲染(Real-time Rendering)而设置,而它们所采用的光栅化(Rasterization)的渲染方式,通过渲染大量的三角形(或者其他的几何图元种类(Primitive types)),是与本文介绍的光线跟踪相对的一种渲染方式。这种基于光栅化的渲染系统,往往只支持局部照明(Local Illumination)。局部照明在渲