View Single Post
  #1  
Old 12-19-2009, 07:06 PM
srwing srwing is offline
Member
 
Join Date: Dec 2009
Posts: 2
How to use precipitation.dle?

I was wondering if anyone has any information about the precipitation.dle file in the Vizard plug-ins directory? I can not find any documentation on the use of this file and am wondering how to use it effectively and/or what kind of settings are available.


This is what I have so far :
precip = viz.add('precipitation.dle')
snow = precip.snow(1) #Create snow with intensity of 1
snow.setSpeed(0.0001)
Reply With Quote