![]() |
|
#2
|
|||
|
|||
|
Hi Zafer,
Vizard supports particle systems, but currently the only way to create one is by hand editing a text file. I've attached a zip file that contains a particle file with a texture. To use it simply do the following in your script: Code:
dust = viz.add('dust.osg')
dust.hasparticles()
|
|
|