![]() |
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) |
After adding the plug-in you can either create a snow or rain object from that. Each one has methods that allow you to set the size, speed, and wind for the particles. Here is a sample script that you can use to change the effects.
Code:
import viz |
All times are GMT -7. The time now is 10:50 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC