Thread: particle
View Single Post
  #3  
Old 05-18-2004, 07:19 AM
Zafer Zafer is offline
Member
 
Join Date: Jan 2004
Location: maryland
Posts: 7
Hi Farshizzo,
I included the two files that you sent me in my source folder. Then I added the two lines below. However, I couldn't see anything. I tried to open the RGB file in FotoShop but it didn't work. What was I supposed to see when I added those lines into my script?
You told me about editing a text file. Could you give an example?
Thanks a lot...
Zafer


Quote:
Originally posted by farshizzo
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!
Reply With Quote