Click or drag to resize

WeatherMakerMeteorShowerProfileScript Fields

The WeatherMakerMeteorShowerProfileScript type exposes the following members.

Fields
  NameDescription
Public fieldArcRange
Arc range, determines in what angles the meteors may be emitted from. 360 for all directions.
Public fieldEmissionRange
How many emissions per second
Public fieldLifetimeRangeMax
How long, in seconds, meteor emissions should live (max value)
Public fieldLifetimeRangeMin
How long, in seconds, meteor emissions should live (min value)
Public fieldOffsetMax
Random offset range (-1 to 1, max) multiplied by camera far plane from each rendered camera where the particle system will be placed.
Public fieldOffsetMin
Random offset range (-1 to 1, min) multiplied by camera far plane from each rendered camera where the particle system will be placed.
Public fieldRadiusRange
Radius range, as percent of camera far plane. Determines in how large an area in the sky meteors are emitted from.
Public fieldRefreshInterval
How often in seconds to pick new random emission values. This helps randomize things a bit and keeps from a very static meteor shower, but you can set to 0,0 for no change.
Public fieldSpeedRangeMax
Speed range in percentage of camera far plane for emitted meteors (max value)
Public fieldSpeedRangeMin
Speed range in percentage of camera far plane for emitted meteors (min value)
Public fieldVisibility
When is the meteor shower visible, center is sun at horizon. White areas are fully visible, black are fully invisible.
Top
See Also