OpenSceneGraph 3.6.5
|
#include <osg/Export>
#include <osg/GLExtensions>
#include <osg/StateSet>
#include <osg/Matrix>
#include <osg/Uniform>
#include <osg/BufferObject>
#include <osg/Observer>
#include <osg/Timer>
#include <osg/VertexArrayState>
#include <osg/ShaderComposer>
#include <osg/FrameStamp>
#include <osg/DisplaySettings>
#include <osg/Polytope>
#include <osg/Viewport>
#include <osg/AttributeDispatchers>
#include <osg/GraphicsCostEstimator>
#include <iosfwd>
#include <vector>
#include <map>
#include <set>
#include <string>
Classes | |
class | osg::State |
Encapsulates the current applied OpenGL modes, attributes and vertex arrays settings, implements lazy state updating and provides accessors for querying the current state. More... | |
struct | osg::State::ApplyModeProxy |
Proxy helper class for applyig a model in a local scope, with the preivous value being resotred automatically on leaving the scope that proxy was created. More... | |
struct | osg::State::ApplyTextureModeProxy |
struct | osg::State::SetCurrentVertexArrayStateProxy |
Proxy helper class for applyig a VertexArrayState in a local scope, with the preivous value being resotred automatically on leaving the scope that proxy was created. More... | |
struct | osg::State::DynamicObjectRenderingCompletedCallback |
struct | osg::State::ModeStack |
struct | osg::State::AttributeStack |
struct | osg::State::UniformStack |
struct | osg::State::DefineStack |
struct | osg::State::DefineMap |
Namespaces | |
namespace | osg |
The core osg library provides the basic scene graph classes such as Nodes, State and Drawables, and maths and general helper classes. | |
Macros | |
#define | OSG_STATE 1 |
#define | GL_TEXTURE0 0x84C0 |
#define | OSG_GL_DEBUG(message) |
macro for use with osg::StateAttribute::apply methods for detecting and reporting OpenGL error messages. | |
#define GL_TEXTURE0 0x84C0 |
#define OSG_GL_DEBUG | ( | message | ) |
macro for use with osg::StateAttribute::apply methods for detecting and reporting OpenGL error messages.
#define OSG_STATE 1 |
![]() | Generated at Wed Jan 18 2023 00:00:00 for the OpenSceneGraph by doxygen 1.9.6. |