ParticleEmitters in 1.5.2, other objects aren't loading..
by Meyou · in General Discussion · 02/10/2008 (6:38 am) · 4 replies
Everything is going fantastic with my mission but I want to load a few Environment objects when I try to load just about anything from Environments nothing happens. It brings up the detail box for each object but nothing happens...I can load some things from the list like shapRep, foliagRep, light object, but I can't load any particles, lightning, precipitation, can someone tell me what the problem is and how to get these to load?
#2
02/10/2008 (8:36 am)
*...update..I got it..
#3
To use a particle emitter, you need a particle emitter node, and the actual particle emitter.
If you look in server/scripts/sqExamples.cs, you will see how several types of particle emitters are setup.
02/10/2008 (10:06 am)
Just noticed this. To use a particle emitter, you need a particle emitter node, and the actual particle emitter.
If you look in server/scripts/sqExamples.cs, you will see how several types of particle emitters are setup.
#4
02/10/2008 (10:12 am)
Thanks Mike, I think I'm on my way, going great here......woo hoo...
Meyou