登录
首页 » OpenGL图像 » 本程序是模拟爆发的喷泉,包括粒子的生成、粒子的运动、粒子的死亡、粒子的绘制及场景的绘制...

本程序是模拟爆发的喷泉,包括粒子的生成、粒子的运动、粒子的死亡、粒子的绘制及场景的绘制...

于 2022-04-24 发布 文件大小:749.78 kB
0 239
下载积分: 2 下载次数: 1

代码说明:

本程序是模拟爆发的喷泉,包括粒子的生成、粒子的运动、粒子的死亡、粒子的绘制及场景的绘制-this process is simulated outbreak of the fountain, including particle formation, particle movement, the death particles, particle rendering and scene rendering

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 可以读入并显示obj模型,可以用键盘的上下左右键随意旋转模型,并提供了两个obj3D模型...
    可以读入并显示obj模型,可以用键盘的上下左右键随意旋转模型,并提供了两个obj3D模型-Can read and display the obj model, can be used around the top and bottom of the keyboard keys at random spin model, and provide two obj3D model
    2022-01-28 08:27:23下载
    积分:1
  • opengl材质管理,可以贴bmp格式的
    opengl材质管理,可以贴bmp格式的图片-opengl materials management, which can be attached bmp format photographs
    2022-08-17 18:08:33下载
    积分:1
  • 网格OPENGL的实例
    应用背景大家好!在世界上,我们总是做一些关于三维世界,特别是在图形处理。所以拥有一个方便的3D处理工具箱可以帮助你做什么,你若是有C++语言, ;你可以设置代码在墨西哥和做你想做的,你能得到你想要的。这是工具箱,可以让你做一些处理的三维表面。请快一点,马上下来。这是很容易和方便做的三维处理和;关键技术大家好!这是一个三维处理工具箱。它包括网格处理,点处理,和,你可以很容易地处理的三维表面,并做你想做的。那么如何做网格处理,特别是网格移动网的扩大,网格变形?以及如何做点翻译和如何做网格旋转?工具箱可以告诉你怎么做他们的方式和;
    2022-08-26 00:47:45下载
    积分:1
  • OpenGL Super Bible Chapter IV, not yet finished, please let station points.
    OpenGL 超级宝典第四章,还没有完,请站长加分吧。-OpenGL Super Bible Chapter IV, not yet finished, please let station points.
    2023-02-22 02:20:04下载
    积分:1
  • school OpenGL 3D game series with the book source A01_OpenGL the procedural fram...
    学OpenGL编3D游戏 随书源码 A01_OpenGL的程序框架 第1 章源程序 A02_OpenGL的基本图形 第2 章源程序 A03_OpenGL的组合图形 第3 章源程序 A04_摄像漫游 第4 章源程序 A05_开天辟地 第5 章源程序 A06_OpenGL中显示文字 第6 章源程序 A07_特殊的平面_树 第7 章源程序 A08_显示3D模型 第8 章源程序 A09_3D动画 第9 章源程序 A10_射击、爆炸 第10章源程序 A11_碰撞检测 第11章源程序 A12_游戏进度保存 第12章源程序 A13_3D场景编辑 第13章源程序 include 公用程序 运行程序 所有运行程序 学OpenGL编3D游戏运行程序在里面 文件 TSCC.exe AVI解码器 运行须知.txt 错误解决方法 说明文档.txt 本文档 学OpenGL编3D游戏.bat 运行“学OpenGL编3D游戏” //////////////////////////////////// 如果程序编制演示的AVI不能播放,请自行安装盘上的TSCC.exe。-school OpenGL 3D game series with the book source A01_OpenGL the procedural framework of Chapter 1-source The basic sequence A02_OpenGL graphics Chapter 2 source A03_OpenGL combination graphics Chapter 3 source A04_ roaming camera Chapter 4 source A05_ Chapter 5 of the entire source A06_OpenG L display text Chapter 6 source A07_ special plane trees _ Chapter 7 source revealed A08_ No. 3 D model Chapter 8 source A09_3D animation Chapter 9 source A10_ s
    2022-04-06 17:01:27下载
    积分:1
  • 学校的OpenGL 3D游戏";是一系列的编程书籍。为必要的。
    学OpenGL编3D游戏》是编程系列丛书之一。是以一个完整的3D游戏编写过程,进行程序设计的知识、技术教学。《学OpenGL编3D游戏》不同于传统的程序设计书籍,它重在游戏的实现方案。以一个完整的游戏为主线,用鱼骨方式讲解相关知识技术,力求可读性更好。-school OpenGL 3D games "is one of a series of books on programming. Based on a complete 3D game preparation, program design and the technology of teaching. "Learning series OpenGL 3D games" is different from the traditional program design books, it is important to the realization of the game program. For a complete game the main line, means fish on the bone-related knowledge and technology, strive to better readability.
    2023-04-13 08:20:03下载
    积分:1
  • teaching OpenGL and 3D graphics rendering, a very good example
    OpenGL教学,三维图形绘制 ,一个很好的例子-teaching OpenGL and 3D graphics rendering, a very good example
    2022-12-22 16:55:03下载
    积分:1
  • 增加的典型方法
    The typical approach to adding in-game media such as movies and television has been to cycle through a series of textures. In order to play even a short show meant that a lot of texture swapping and memory had to be used, so the idea was to replace this method with a MPEG decoder and display each pixel as a polygon. I believe this is the first example of this method for two main reasons, firstly it takes a lot of processing to read the frames and display the large number of polygons but this is no longer a problem with the latest video cards, and secondly, it is no picnic writing a MPEG decoder. Fortunately I didn t have to write the MPEG decoder, I have used and modified the freely available source code ported to Win32 by Thanassis Tsiodras which was originally released by the University of California in 1992, back when there was a greater open source ethic.
    2023-01-19 08:00:04下载
    积分:1
  • 通过OpenGl构造三维地形,并且附带摄机功能.
    通过OpenGl构造三维地形,并且附带摄像机功能.-OpenGl structure through three-dimensional terrain, and attached to the camera function.
    2022-12-22 11:40:03下载
    积分:1
  • My homework from computer graphics, an opengl source in c++
    My homework from computer graphics, an opengl source in c-My homework from computer graphics, an opengl source in c++
    2023-07-18 01:25:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载