Go to the source code of this file.
const unsigned int plane_indices[] |
Initial value:
Definition at line 11 of file plane.hpp.
const float plane_normals[] |
Initial value:= {
0.0f, 1.0f, 0.0f,
0.0f, 1.0f, 0.0f,
0.0f, 1.0f, 0.0f,
0.0f, 1.0f, 0.0f
}
Definition at line 16 of file plane.hpp.
const float plane_positions[] |
Initial value:= {
0.5f, 0.0f, 0.5f,
0.5f, 0.0f, -0.5f,
-0.5f, 0.0f, -0.5f,
-0.5f, 0.0f, 0.5f
}
Definition at line 3 of file plane.hpp.
Initial value:= {
0.0f, 0.0f,
1.0f, 0.0f,
1.0f, 1.0f,
0.0f, 1.0f
}
Definition at line 24 of file plane.hpp.