Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

scr_cmd_light_transition Struct Reference

#include <fack.hpp>

Inheritance diagram for scr_cmd_light_transition:

script_cmd List of all members.

Public Member Functions

 scr_cmd_light_transition (float time_delta, pt< light_fixed_in_loc > ligh, float start_intensity, float dest_intensity, bool switch_off_light_at_the_end)

Public Attributes

float time_delta
pt< light_fixed_in_locligh
float start_intensity
float dest_intensity
bool switch_off_light_at_the_end

Detailed Description

This struct helps you specify a light transition, which is something like: "in 15 seconds, the sun passes from intensity zero to intensity 40, and the moon from 40 to 0".

Definition at line 1530 of file fack.hpp.


Constructor & Destructor Documentation

scr_cmd_light_transition::scr_cmd_light_transition float  time_delta,
pt< light_fixed_in_loc ligh,
float  start_intensity,
float  dest_intensity,
bool  switch_off_light_at_the_end
[inline]
 

Definition at line 1538 of file fack.hpp.


Member Data Documentation

float scr_cmd_light_transition::dest_intensity
 

Definition at line 1535 of file fack.hpp.

pt<light_fixed_in_loc> scr_cmd_light_transition::ligh
 

Definition at line 1533 of file fack.hpp.

float scr_cmd_light_transition::start_intensity
 

Definition at line 1534 of file fack.hpp.

bool scr_cmd_light_transition::switch_off_light_at_the_end
 

Definition at line 1536 of file fack.hpp.

float scr_cmd_light_transition::time_delta
 

Definition at line 1532 of file fack.hpp.


The documentation for this struct was generated from the following file:
Generated on Wed May 25 15:36:13 2005 for FACK by  doxygen 1.4.0