CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 其他游戏 搜索资源 - particle

搜索资源列表

  1. lizidemo

    0下载:
  2. 本例子是D3D的粒子系统代码,有各种粒子效果,加入风向,重力等-this example is the particle system D3D code, there are various particle effects, by adding wind, gravity
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:410253
    • 提供者:李健
  1. ablazeballsrc

    0下载:
  2. 此为一款用vc和opengl编写的3d游戏。粒子系统作的尤其漂亮。非常的cool.-for this new and used vc opengl prepared by the 3d games. Particle system for the particular good. Very cool.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:4438912
    • 提供者:崔琼文
  1. JSR184_Demo4

    0下载:
  2. JSR184的一个小例子,主要讲的是粒子效果,个人认为效果不是很好-JSR184 example of a small, mainly about the particle effects, I think is not very good results
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:19617
    • 提供者:Michael
  1. cocos2d-x_particle_sourcecode

    0下载:
  2. android cocos2d-x例子编辑器源码 支持在线编辑粒子效果 便于调节 可保存为plist格式用于2d-s游戏开发-android cocos2d-x examples editor source code to support online editing particle effects easy to adjust the plist format can be saved as a game developer for 2d-s
  3. 所属分类:Other Games

    • 发布日期:2017-11-07
    • 文件大小:557945
    • 提供者:chunjian
  1. Particle

    1下载:
  2. 基于C++的烟花游戏编程,符合重力等物理条件制约-Based on the physical conditions of C++, fireworks game programming in line with gravity constraints
  3. 所属分类:Other Games

    • 发布日期:2017-06-21
    • 文件大小:37521408
    • 提供者:yucia
  1. fireworks3d

    0下载:
  2. 一个3D火焰粒子效果,使用JSR184,效果很逼真-Flame of a 3D particle effects, the use of JSR184, the effect is very realistic
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:23208
    • 提供者:bedlang
  1. ExplosionParticle

    0下载:
  2. JSR184的一个粒子效果,很适合用于游戏开发中,效果不错-JSR184 a particle effect, very suitable for game development, good results
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:30181
    • 提供者:bedlang
  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. particle

    0下载:
  2. 一个VB+DX8的简单粒子系统, 用到了方程和模糊功能-Nothing
  3. 所属分类:Other Games

    • 发布日期:2017-04-29
    • 文件大小:13795
    • 提供者:小无
  1. BadSushi

    0下载:
  2. Gamebryo2.5编写的原代码,很适合初学者学习粒子系统-Gamebryo2.5 the preparation of the original code, it is suitable for beginners to learn particle systems
  3. 所属分类:Other Games

    • 发布日期:2017-05-29
    • 文件大小:11816906
    • 提供者:hiroshiryu
  1. rengongzhinengyouxi

    0下载:
  2. Particle Chamber Lecture six(游戏中的人工智能)\移动游戏中的人工智能 -Particle Chamber Lecture six (game AI) \ AI mobile game
  3. 所属分类:Other Games

    • 发布日期:2017-05-04
    • 文件大小:1146092
    • 提供者:欣悦
  1. Ch20p3_ComplexExplosion

    0下载:
  2. particle explosions for directx
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:662782
    • 提供者:jon
  1. particles_xna4(1)

    0下载:
  2. An XNA sample project for particle implementation
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:241011
    • 提供者:zekidogan37
  1. vcbmpstar

    0下载:
  2.  VC++绘制窗口的实例源码下载,星空绽放-浅墨的窗口绘制Demo源码,是毛星云VC++游戏开发笔记系列配套源码,使用了BMP图像资源为素材。牵扯到一些粒子编程,设定该粒子存在的时间为零,按粒子编号i来决定粒子在哪个象限运动,且x,y方向的移动速度随机为1—15之间的一个值,由1+rand() 15来完成。50个粒子由for循环设置完成后,我们将粒子数量设为50,代表目前有50颗星光,先在内存dc中贴上背景图片,判断粒子是否还存在,若存在,则根据其坐标(flystar[i].x,flystar[
  3. 所属分类:Other Games

    • 发布日期:2017-04-09
    • 文件大小:1262236
    • 提供者:
  1. vcvs2010snows

    1下载:
  2. VS2010版漫天飞舞的雪花Demo源码,主要讲解了在GDI中粒子的运用,游戏基础物理建模,粒子系统的模拟程序,源码编译环境为VS2010.其实VS2005,VS2008也可以编译运行。本实例包括了VC++6.0源码版本。MyPaint函数的书写思路是,先初始化每个粒子,这里是共50个粒子。然后贴上背景图到mdc中,再用循环将各个粒子也贴到mdc中,循环完成之后,再统一将mdc中的内容直接贴到hdc中。这样做的优点是比较直观,提高了贴图的效率。-VS2010 version of the fly
  3. 所属分类:Other Games

    • 发布日期:2017-05-27
    • 文件大小:9733295
    • 提供者:
  1. TestBalls

    0下载:
  2. 模拟大量小球在平面空间中的运动。可以展示在加以外部加速度和中心吸引质点等多种方式表现弹性小球或粘性小球的运动特性。-A lot of the ball in the plane space motion. Can show the motion characteristics of a variety of fashion show elastic ball or sticky ball in external acceleration and center to attract particl
  3. 所属分类:Other Games

    • 发布日期:2017-11-27
    • 文件大小:58895
    • 提供者:舒愈
  1. 1001-atom

    0下载:
  2. 基于SDL的粒子系统,可以根据喜好改变作用力方程,-a particle motion simulator based on sdl, try change the force formular so that to see the difference in the shown animations!
  3. 所属分类:Other Games

    • 发布日期:2017-04-16
    • 文件大小:253763
    • 提供者:liboyang
  1. 3dExplorer

    0下载:
  2. 这是一个室外Engine Demo,主要特征包括: 1.大面积山脉渲染,使用Heightmap构造地形,7级 LOD 细节精度,地形无限重复循环。 2.清晰、自然的地表贴图。 3.读取.MD2 、.MS3D 格式的3D模型文件。 4.粒子系统,产生爆炸、炊烟等特效。 5.太阳光晕。 6.画面Contrast+Brigntness控制。-This is an outdoor Engine Demo, the main features include: 1 large
  3. 所属分类:Other Games

    • 发布日期:2017-05-12
    • 文件大小:2931523
    • 提供者:龙飞华
  1. android_Particle_Upsampling

    0下载:
  2. nvidia公司在移动平台上展示特效粒子真采样(unsampleing)效果的例子,特别适合初学者学习。-nvidia company effect Particle Upsampling samples for android
  3. 所属分类:Other Games

    • 发布日期:2017-04-27
    • 文件大小:142783
    • 提供者:
  1. Particle

    0下载:
  2. 粒子系统的源代码,iphone cocos2dx的源码,可以学习使用-Particle system source code, iphone cocos2dx source, you can learn to use
  3. 所属分类:Other Games

    • 发布日期:2017-05-16
    • 文件大小:4021323
    • 提供者:bluelim
« 12 »
搜珍网 www.dssz.com