Skip to content

Commit

Permalink
adding flag which is required by some opengl (ex: ubuntu 18) implemen…
Browse files Browse the repository at this point in the history
…tations to use exp. features
  • Loading branch information
Louis Gagnon committed Jun 25, 2018
1 parent 93b3c8b commit b2105bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/chrono_opengl/core/ChOpenGLBase.h
Expand Up @@ -24,6 +24,10 @@
#define GL_DO_NOT_WARN_IF_MULTI_GL_VERSION_HEADERS_INCLUDED // fixes warnings
#endif

// allows the use of GLM_GTX_rotate_vector and
// GLM_GTX_transform experimental features:
#define GLM_ENABLE_EXPERIMENTAL

#define GLM_FORCE_RADIANS
#define _CRT_SECURE_NO_WARNINGS

Expand Down

0 comments on commit b2105bb

Please sign in to comment.