Robert Osfield
89f7726383
Copied libutil and libtess implementations in form Mesa 7.9/src/glu into the src/osg/glu,
...
changed extensions from .c to .cpp and got compiling as C files as part of the osg core library.
Updated and cleaned up the rest of the OSG to use the new internal GLU.
2010-10-06 14:44:52 +00:00
Robert Osfield
68b661c93b
Cleaned up the #define's for when GLU is not available
2009-10-08 09:27:54 +00:00
Robert Osfield
2d26cbe7ab
Introduced optional build against the GLU library, using optional compile paths to enable/disable GLU related function.
...
To toggle the use of the GLU library adjust the OSG_GLU_AVAILABLE variable via ccmake . or CMakeSetup.
2009-10-07 19:42:32 +00:00
Robert Osfield
f858d30c68
Fixed doc comment
2008-03-13 19:48:16 +00:00
Robert Osfield
292be66ecc
Removed gl and glu prefixes from SceneGraphBuilder methods to avoid problems under Solaris
2008-03-13 19:44:10 +00:00
Robert Osfield
3a11483ba8
Added support for assigning state to created drawables, implemented gluDisk.
2008-03-13 13:44:34 +00:00
Robert Osfield
db256b962c
Added proper implementations of OpenGL 1.0 calls to OSG object representation methods in SceneGraphBuilder.
2008-03-12 20:15:28 +00:00
Robert Osfield
a26bdd9446
Added default implementations of new SceneGraphBuilder class
2008-03-11 13:29:12 +00:00