Changeset 13018
- Timestamp:
- 03/05/12 15:17:01 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgsimplegl3/osgsimplegl3.cpp
r12973 r13018 128 128 * Add the path to <GL3/gl3.h> to the CMake compiler flags, CMAKE_CXX_FLAGS and 129 129 CMAKE_CXX_FLAGS_DEBUG (for release and debug builds; others if you use other 130 build configurations). The te st to add should look something like this:130 build configurations). The text to add should look something like this: 131 131 /I C:\GLHeader 132 132 The folder GLHeader should contain a subfolder GL3, which in turn contains … … 146 146 OSG_GL_VERTEX_ARRAY_FUNCS_AVAILABLE 147 147 OSG_GL_VERTEX_FUNCS_AVAILABLE 148 149 * Additionally, leave BUILD_OSG_EXAMPLES disabled. None of the existing150 examples use GL3, so there's no point in building them.151 148 152 149 Create your project files in cmake-gui as usual, and build OSG as usual.
