A 2D Particle Plugin for DXStudio -- Section: DXStudio Goodies --
The Particles2D Plugin is a helper plugin for DXStudio. It can be added to 2D effectpoints in 2D scenes of DXStudio documents, providing some basic emitter functionality.
Plugin Functions
Please see the example doc for information on how to use these functions. By design, the plugin is configurable by JS script only. Setting attributes via the DXStudio editor interface is not implemented.
getPosWorld(...)
setPosWorld(...)
addColorBlip(...)
addBitmap(...)
setAngularRange(...)
setSpeedRange(...)
setLifetimeRange(...)
start(...)/stop(...)
setFrequency(...)
getParticleCount(...)
setExplosion(...)
setGravity(...)
setFading(...)
setRotRange(...)
Example Output (from the demo doc)
Downloads
| Description |
File |
Filedate |
Size |
Remarks |
| Particles2D Plugin |
particles2D.dxeffect |
6/4/2010 |
68 KB |
The plugin (DXEffect) v.1.0.0 |
| Particles2D Plugin Demo Doc |
Particles2D_sampledoc.dxstudio |
6/4/2010 |
266 KB |
A demo doc, showing the usage of the different functions |
| Cardek's 2DWaterfall Demo |
2DWaterfall.dxstudio |
6/13/2010 |
930 KB |
A demo doc (pwd locked), made by Cardek, posted at the DXStudio forums |
|