|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Macros | |
| #define | AMBIENT_FACTOR (1.0f / 6.0f) |
| #define | SPECULAR_FACTOR 1.0f |
Variables | |
| static PerlinNoise | s_perlinNoise = PerlinNoise( 0 ) |
| #define AMBIENT_FACTOR (1.0f / 6.0f) |
Definition at line 36 of file material.cpp.
Referenced by MATERIAL::MATERIAL().
| #define SPECULAR_FACTOR 1.0f |
Definition at line 37 of file material.cpp.
Referenced by BLINN_PHONG_MATERIAL::Shade().
|
static |
Definition at line 136 of file material.cpp.
Referenced by BOARD_NORMAL::Generate(), BRUSHED_METAL_NORMAL::Generate(), COPPER_NORMAL::Generate(), PLASTIC_NORMAL::Generate(), PLASTIC_SHINE_NORMAL::Generate(), PLATED_COPPER_NORMAL::Generate(), and SILK_SCREEN_NORMAL::Generate().