CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 粒子系统

搜索资源列表

  1. SPH.rar

    2下载:
  2. 基于粒子系统的中小尺度流体模拟,利用SPH方法求解NS方程。,Small and medium-sized particle system based fluid simulation, using SPH method to solve NS equation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:34883
    • 提供者:于亚莉
  1. waterfall

    0下载:
  2. 自己做的毕业设计,基于粒子系统的瀑布模拟与实现。包括软件,论文,任务书等。-The design of their own graduates, based on the particle system simulation and implementation of the Falls. Including software, papers, books and other tasks.
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-15
    • 文件大小:23180456
    • 提供者:孔晓刚
  1. Smoke

    1下载:
  2. 实现烟雾模拟(smoke)的源代码,基于粒子系统的,很真实。-The realization of simulated smoke (smoke) the source code, based on particle systems, it is true.
  3. 所属分类:其他小程序

    • 发布日期:2013-03-18
    • 文件大小:56844
    • 提供者:name
  1. OpenGLVC

    0下载:
  2. 一个基于VC++t OpenGL制作的导弹射击行为模拟,导弹建模技术和粒子系统-One based on VC++ t OpenGL simulation produced by firing a missile, missile modeling techniques and particle systems
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:189523
    • 提供者:翟松青
  1. smoke

    1下载:
  2. openGL实现的烟雾效果。。。。粒子系统源码-smoke particle system,implement for opengl
  3. 所属分类:OpenGL

    • 发布日期:2012-12-07
    • 文件大小:2500025
    • 提供者:shengjiang
  1. hge-1.81

    3下载:
  2. 2D游戏引擎HGE1.81,整合了目前大部分相关的增强代码集合,其中包括: 1、修改支持DirectX9 2、添加中文说明文档和地图编辑器 3、添加中文输出与输出,添加Flash支持,添加与之相关Turorial代码样例 4、添加文本编辑框的选择、复制和焦点查询功能 5、添加对所有tutorials的调用工程,并修改所有Turorial工程设置以方便运行 6、添加中文的粒子系统编辑器 -2D game engine HGE1.81, integration of
  3. 所属分类:Game Engine

    • 发布日期:2016-01-26
    • 文件大小:5856790
    • 提供者:iFire
  1. ParticleSystem_snow

    0下载:
  2. OpenGL实现的粒子系统,雪花漫天飘舞的效果.-OpenGL achieve particle systems, snowflakes filled the wave effect.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:18717
    • 提供者:李义
  1. D3Dparticlefire

    0下载:
  2. D3D 粒子系统 火焰效果的讲解(中文),对于想要学会用D3D做出火焰的粒子系统的同学会有帮助-D3D flame particle system effects to explain (in Chinese), who want to learn how to use D3D to make flame particle system will help students
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:600236
    • 提供者:elaine
  1. 01_SprayParticles

    0下载:
  2. DirectX编程之粒子系统,用一个喷水的例子来演示例子系统,具有一般性,可进行扩充成为自己想要的粒子系统-DirectX programming of the particle system, with a water spray system example to demonstrate the example, has general, can be expanded into the particle system you want
  3. 所属分类:DirextX

    • 发布日期:2017-05-25
    • 文件大小:8506458
    • 提供者:陈坚
  1. Waterfall

    0下载:
  2. 粒子系统的一段水特效,大家可以一起来评价一下-Particle system special effects for some water, we can work together to assess the
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:31589
    • 提供者:jinyi
  1. FireTest

    0下载:
  2. 基于粒子系统编写的火焰模型,效果不是很真,希望大家改进。谢谢下载-Based on the particle system prepared by the flame model, the effect is not very true, hope that we improve. Thank you to download
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3275480
    • 提供者:hhhhh
  1. Particles

    0下载:
  2. 演示如何使用一个粒子系统/ VC++ 6.0 Opengl -Demonstration of how to use a particle system/VC++ 6.0 Opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:427983
    • 提供者:cnsoft
  1. TheFlowerDown

    0下载:
  2. 同样和我前一个作品一样的粒子系统原型机。主要是模仿花落的型态。不可以在外部调整参数。只是第一次用HGE写的初级作品。喜欢对大家有帮助-The same and I like the works of the previous particle system prototype. Mainly imitate the pattern of the flowers. Can not adjust the parameters in the external. HGE is only the firs
  3. 所属分类:Other Games

  1. Raining

    0下载:
  2. 此程序演示了利用粒子系统实现雨景效果模拟。实现雨景模拟的粒子系统中,每个雨点粒子是一条短线,即一定长度的线段,把这条线段当做一个粒子,随着时间的推移,它根据两个顶点所决定的方向向量,按一定的速度下降,实时计算出它的具体位置,然后在这个位置上将该粒子绘制出来。具体实现过程可参照代码。-This program demonstrated the use of particle systems to achieve the effect of simulated rain King. The real
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:965858
    • 提供者:fantasy
  1. 2-6-ParticleBasedFluidSimulation

    0下载:
  2. 这是粒子系统中水粒子的程序,很不错,和大家分享下。-This is a particle system in the process of water particles, it is good to share with you the next.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-22
    • 文件大小:4210908
    • 提供者:葛靖青
  1. OpenGLPlat

    0下载:
  2. 《计算机动画算法与编程基础》第七章模拟礼花爆炸的粒子系统- Computer animation algorithms and programming based on Chapter VII of the simulated fireworks explosion particle system
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-23
    • 文件大小:2871637
    • 提供者:anweihua
  1. ps_pointsprites

    0下载:
  2. 粒子系统实现火焰效果struct CParticle { float m_x //当前x坐标 float m_y //当前y坐标 float m_Angle //方向 float m_Speed //速度 float m_AngleAdjustment //角加速度 float m_Life //生命值 float m_Decay //衰减速度 } -Particle system to achieve the effect of flame s
  3. 所属分类:DirextX

    • 发布日期:2017-03-28
    • 文件大小:278504
    • 提供者:amluisha
  1. FireworkSystem

    1下载:
  2. 利用directx 9.0的粒子系统实现美丽的五彩烟火爆炸效果。-Directx 9.0 use the particle system to achieve a beautiful effect of colorful pyrotechnic explosions.
  3. 所属分类:DirextX

    • 发布日期:2017-03-25
    • 文件大小:354469
    • 提供者:限量版
  1. Particle220Src

    0下载:
  2. 基于Openggl的粒子系统,使用方便快捷,升级容易-Openggl based on particle systems, a convenient, easy to upgrade
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-18
    • 文件大小:4715298
    • 提供者:luo ruoyu
  1. 21840254ParticleSim

    0下载:
  2. 粒子系统的实例,很系统,效果很炫,适合初学者
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-29
    • 文件大小:334446
    • 提供者:熊瑛
« 1 23 4 5 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com