Thread: particle
View Single Post
  #2  
Old 05-17-2004, 10:22 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
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()
Let me know if you have any more questions. Good luck!
Attached Files
File Type: zip particle.zip (8.6 KB, 1339 views)
Reply With Quote