blob: 9433cbe89a146cafeb4d4abd9e9f3ed0c78a0a12 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef RENDER_OPENCSG_H_
#define RENDER_OPENCSG_H_
#include <GL/glew.h>
void renderCSGChainviaOpenCSG(class CSGChain *chain, GLint *shaderinfo, bool highlight, bool background);
#endif
|