|
Euphoria
|
Variables | |
| constexpr float | epsilon = 0.0001f |
| constexpr n3 | x_axis = n3{1.0f, 0.0f, 0.0f} |
| constexpr n3 | y_axis = n3{0.0f, 1.0f, 0.0f} |
| constexpr n3 | z_axis = n3{0.0f, 0.0f, 1.0f} |
| constexpr n3 | up = y_axis |
| constexpr n3 | down = -y_axis |
| constexpr n3 | right = x_axis |
| constexpr n3 | left = -x_axis |
| constexpr n3 | in = -z_axis |
| constexpr n3 | out = z_axis |
| constexpr std::size_t | max_textures_supported = 16 |
| constexpr float | almost_zero = 0.01f |
| constexpr float | alpha_transparency_limit = 1.0f - almost_zero |
| if alpha goes above this limit, it is no longer considered transparent | |
| constexpr float | outline_scale = 1.1f |
| constexpr int | blur_samples = 10 |
|
constexpr |
Definition at line 11 of file constants.h.
|
constexpr |
if alpha goes above this limit, it is no longer considered transparent
Definition at line 13 of file constants.h.
|
constexpr |
Definition at line 17 of file constants.h.
|
constexpr |
Definition at line 7 of file constants.h.
|
constexpr |
Definition at line 15 of file constants.h.