GLVis
v4.2
Accurate and flexible finite element visualization
|
Go to the source code of this file.
Functions | |
void | minmax (const float *data, size_t components, size_t stride, size_t count, vector< float > &mins, vector< float > &maxs) |
Variables | |
const int | NUM_MATERIALS = 5 |
Material | materials [5] |
Light | lights [] |
std::array< float, 4 > | amb_setting [] |
Light | lights_4 [] |
void minmax | ( | const float * | data, |
size_t | components, | ||
size_t | stride, | ||
size_t | count, | ||
vector< float > & | mins, | ||
vector< float > & | maxs | ||
) |
Definition at line 553 of file openglvis.cpp.
std::array<float, 4> amb_setting[] |
Definition at line 56 of file material.cpp.
Light lights[] |
Definition at line 48 of file material.cpp.
Light lights_4[] |
Definition at line 65 of file material.cpp.
Material materials[5] |
Definition at line 14 of file material.cpp.
const int NUM_MATERIALS = 5 |
Definition at line 19 of file openglvis.cpp.