Go to the source code of this file.
◆ CHANCE_AGE_M_RAIN_EXTINGUISH
#define CHANCE_AGE_M_RAIN_EXTINGUISH 0.03 |
◆ CHANCE_BASE_RAIN_EXTINGUISH
#define CHANCE_BASE_RAIN_EXTINGUISH 0.2 |
◆ FIRE_FLOG
◆ MAX_CHANCE_FLAMMABILITY
#define MAX_CHANCE_FLAMMABILITY 100000 |
◆ MAX_CHANCE_REPLACE_FUEL
#define MAX_CHANCE_REPLACE_FUEL 100000 |
◆ gCrossCoords
Initial value:=
{
{ 1, 0, 0},
{-1, 0, 0},
{ 0, 0, 1},
{ 0, 0, -1},
}
Definition at line 39 of file FireSimulator.cpp.
◆ gNeighborCoords
Initial value:=
{
{ 1, 0, 0},
{-1, 0, 0},
{ 0, 1, 0},
{ 0, -1, 0},
{ 0, 0, 1},
{ 0, 0, -1},
}
Definition at line 51 of file FireSimulator.cpp.