Go to the source code of this file.
◆ FlareLight()
void FlareLightRed::FlareLight |
( |
| ) |
|
Definition at line 43 of file FlareLight.c.
46{
48 {
49 SetDiffuseColor(0.3, 1.0, 0.3);
50 SetAmbientColor(0.3, 1.0, 0.3);
51 }
52}
53
55{
57 {
58 SetDiffuseColor(0.3, 0.3, 1.0);
59 SetAmbientColor(0.3, 0.3, 1.0);
60 }
61}
62
64{
66 {
67 SetLifetime(20);
68 }
class FlareLightGreen extends FlareLight FlareLightBlue()
void FlareLightContamination()
Referenced by FlareSimulation::FlareSimulation().
◆ FlareLightBlue()
◆ FlareLightGreen()
void FlareLightBlue::FlareLightGreen |
( |
| ) |
|
Definition at line 57 of file FlareLight.c.
57 {
58 SetDiffuseColor(0.3, 0.3, 1.0);
59 SetAmbientColor(0.3, 0.3, 1.0);
60 }
61}
◆ FlareLightRed()
Definition at line 1 of file FlareLight.c.
39 {
40 SetDiffuseColor(1.0, 0.3, 0.3);
41 SetAmbientColor(1.0, 0.3, 0.3);
42 }
◆ m_FlareBrightness
float m_FlareBrightness = 10.0 |
|
static |
◆ m_FlareRadius
float m_FlareRadius = 100 |
|
static |
◆ m_MemoryPoint
string m_MemoryPoint = "light" |
|
static |