Ported following examples to osgViewer:

osgteapot
osgtessellate
osgtext
osgtexture1D
osgtexture2D
osgtexture3D
osgtexturerectangle
osgvertexprogram
osgvolume
osgwindows
osgsimple
osgkeyboardmouse
This commit is contained in:
Robert Osfield
2007-01-11 15:19:59 +00:00
parent ab2d9520a6
commit b121c9686f
59 changed files with 460 additions and 1285 deletions

View File

@@ -1,6 +1,6 @@
// C++ source file - (C) 2003 Robert Osfield, released under the OSGPL.
//
// Simple example of use of Producer::RenderSurface to create an OpenGL
// Simple example of use of osg::GraphicContext to create an OpenGL
// graphics window, and OSG for rendering.
#include <osg/Timer>