7 #ifndef PROJECT_CHECKERBOARD_H 8 #define PROJECT_CHECKERBOARD_H 17 Checkerboard(
float xSize,
float ySize,
size_t xSquares,
size_t ySquares);
37 std::vector<float>& normals, std::vector<float>& colors);
46 #endif // PROJECT_CHECKERBOARD_H Common types that are only valid in C++.
static constexpr float checkerboardLight[]
Checkerboard(float xSize, float ySize, size_t xSquares, size_t ySquares)
static constexpr float checkerboardDark[]
void computeVertices(std::vector< float > &vertices, std::vector< float > &normals, std::vector< float > &colors)
const float * _lightColor
void setLightColor(const float *light)
void setDarkColor(const float *dark)
Some colors commonly used in the simulator.