Corona Effect
From TrainzOnline
(Difference between revisions)
(Removed "name" tag - obsolete) |
m |
||
Line 14: | Line 14: | ||
frequency 0 | frequency 0 | ||
wave-shift 0 | wave-shift 0 | ||
+ | |||
+ | ===Explanations and default values=== | ||
+ | |||
+ | att: Name of attachment point. | ||
+ | |||
+ | object-size: size of the corona in meters; default is 0.15. | ||
+ | |||
+ | max-size-mul: | ||
+ | |||
+ | mul-distance: | ||
+ | |||
+ | min-distance: | ||
+ | |||
+ | max-distance: | ||
+ | |||
+ | max-intensity | ||
+ | |||
+ | texture-KUID: allows user to specify the a user defined texture for the corona by identifying the KUID of a "[[KIND_Texture | KIND_Texture]]" asset. If the texture-kuid tag is not present, the corona will use the default yellow/orange texture. | ||
+ | |||
+ | distance-fade: boolean value | ||
+ | |||
+ | directional: boolean value | ||
+ | |||
+ | frequency: boolean value | ||
+ | |||
+ | wave-shift: boolean value | ||
[[Category:Config Container]] | [[Category:Config Container]] |
Revision as of 22:24, 11 January 2016
The Corona effect kind is a "mesh-table" Container effect container. The following tags are supported:
kind "corona" att "" object-size 0.15 max-size-mul 2.0 mul-distance 60.0 min-distance 1.0 max-distance 315.0 max-intensity 1.0 texture-KUID <KUID:-1:6349> distance-fade 1 directional 1 frequency 0 wave-shift 0
Explanations and default values
att: Name of attachment point.
object-size: size of the corona in meters; default is 0.15.
max-size-mul:
mul-distance:
min-distance:
max-distance:
max-intensity
texture-KUID: allows user to specify the a user defined texture for the corona by identifying the KUID of a " KIND_Texture" asset. If the texture-kuid tag is not present, the corona will use the default yellow/orange texture.
distance-fade: boolean value
directional: boolean value
frequency: boolean value
wave-shift: boolean value