Changes between Version 2 and Version 3 of Support/Tutorials/LoadingParticleEffects
- Timestamp:
- 08/24/07 21:45:11 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Support/Tutorials/LoadingParticleEffects
v2 v3 1 1 = Help saving particle systems to file and loading them. = 2 [[TracNav(TracNav/SupportTOC)]] 2 3 3 4 If you follow the tutorial to create a particle system, you'll end up with a scene graph that looks something like the figure on the left. The Particle System (Drawable) is a child of a geode that has as it's parent the root node. The other particle system elements (Modular Program, Updater and Emitter are under a transform associated with our model. This gives us 'well behaved' particle systems: In the case of the tutorial the dust effect follows the tank around the scene. The particle system drawables are not under the vehicle transform and life is good.[[BR]]
