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

搜索资源列表

  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. rain

    0下载:
  2. 在vc++在,利用OpenGL函数实现雨滴,关于粒子系统-In vc++ At, using OpenGL function implementation raindrops on the particle system
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-25
    • 文件大小:359828
    • 提供者:blackbear
  1. GPU-Partikel-System

    1下载:
  2. GPU 粒子系统, 采用了Shader4技术,对显卡的要求很高,但视学效果非常好-GPU particle system
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-02
    • 文件大小:519258
    • 提供者:starpoll
  1. Fountain

    0下载:
  2. 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
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:318092
    • 提供者:Wayne Liu
  1. SnowSystemDemo

    0下载:
  2. D3D中的粒子系统,是下雪的效果,有源码-D3D particles in the system, the effects of snow, there is source
  3. 所属分类:Game Engine

    • 发布日期:2017-04-27
    • 文件大小:197991
    • 提供者:flamingo
  1. MyFountain

    0下载:
  2. 本程序主要介绍采用粒子系统来模拟喷泉的方法-This procedure introduces the use of particle system to simulate the way the fountain
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-06
    • 文件大小:1230765
    • 提供者:Halona
« 1 23 4 5 6 7 8 9 10 ... 45 »
搜珍网 www.dssz.com