Use more googley colors in the examples.

Add high-resolution textured sphere, and automatically convert sphere, capsule and multi-sphere shape to use this, with caching to avoid duplicates.
This commit is contained in:
Erwin Coumans
2017-05-11 22:59:27 -07:00
parent 951da22e59
commit b22ffcf61c
4 changed files with 7758 additions and 9 deletions

View File

@@ -90,6 +90,7 @@ struct OpenGLGuiHelper : public GUIHelperInterface
virtual void dumpFramesToVideo(const char* mp4FileName);
int createCheckeredTexture(int r,int g, int b);
};
#endif //OPENGL_GUI_HELPER_H