CHAI3DCHAI3D

normal Compiling CHAI3D without graphic support

More
01 Feb 2016 10:55 #1

I am developing an application that is running on a real-time operating system where OpenGL is not supported. Is it possible to compile CHAI3D without the support of graphic rendering?

Please Log in or Create an account to join the conversation.

More
01 Feb 2016 10:57 #2

Support for graphic rendering can be disabled by commenting the following option in file src/system/CGlobals.h :

// OPENGL SUPPORT
// Enable or disable OpenGL and GLEW libraries.
#define C_USE_OPENGL

Please Log in or Create an account to join the conversation.