S2ENGINE HD
1.4.6
Official manual about S2Engine HD editor and programming
|
Base Class: StaticGeom
This is the static version of light object. It has the same properties of light but it is static.
Texture | (texture filename) filename of the projection texture. Can be empty. |
Projtype | (enumerative) Light projection type. There are 2 projection types: |
Perspective | Spot light. In the case of projection texture, the texture is projected perspective along light z axis |
Cube | Omni light. In the case of projection texture, the texture is cubic. |
Radius | (float)This is the maximum range of influence of the light. In case of omni light this is the radius of the light, in the case of spot light, this is the length of the light cone. |
fov | (float) works only for spotlights. This is the field of view, i.e. the base size, of light cone. |
Fallof | (float) fallof attenuation. Bigger value means sharper light borders. |
LightScale | (float)Used to increase the brightness of light. |
Flash | (boolean)If true the light is a flashing light |
Flashingrate | (float)Rate of light flashing. Works if flash flag is true |
RandomFlash | (boolean)If true the flashing of light have a random rate. Works only if flash param is true. |
RotateBox | (boolean) unused. |
Name | Description | Content parameters |
Action | Turns light on if the it is off and off if it is on. Transition of the on/off state is smoothed and transition velocity depends on flashrate param. | message#0: 'open'(turn on) or 'close'(turn off)string. |
On | Turns on the light. Differs from action because the light is turned on without smoothing | nn |
Off | Turns off the light. Differs from action because the light is turned off without smoothing | nn |
none