#include <gepetto/viewer/macros.h>
#include <osg/Shape>
#include <osg/ShapeDrawable>
#include <osg/Geometry>
#include <osg/Geode>
#include <osg/PositionAttitudeTransform>
#include <osg/AutoTransform>
#include <osg/MatrixTransform>
#include <osg/Node>
#include <osg/Group>
#include <osg/Switch>
#include <osgShadow/ShadowedScene>
#include <osgShadow/ViewDependentShadowMap>
#include <osg/ClearNode>
#include <osg/AlphaFunc>
#include <osg/BlendFunc>
#include <osg/StateSet>
#include <osg/Depth>
#include <osg/State>
#include <osg/Material>
#include <osg/Camera>
#include <osg/Viewport>
#include <osgViewer/Viewer>
#include <osgViewer/ViewerBase>
#include <osg/GraphicsContext>
#include <osg/PolygonMode>
Namespaces | |
osg | |
osgShadow | |
osgViewer | |
graphics | |
Macros | |
#define | DEF_WIDTH_WINDOW 600 |
#define | DEF_HEIGHT_WINDOW 480 |
Typedefs | |
typedef ::osg::ref_ptr < GraphicsContext::Traits > | osg::TraitsRefPtr |
typedef ::osg::Vec2f | osgVector2 |
typedef ::osg::Vec3f | osgVector3 |
typedef ::osg::Vec4f | osgVector4 |
typedef ::osg::Quat | osgQuat |
Enumerations | |
enum | graphics::VisibilityMode { graphics::VISIBILITY_ON = 0, graphics::ALWAYS_ON_TOP, graphics::VISIBILITY_OFF } |
enum | graphics::LightingMode { graphics::LIGHT_INFLUENCE_ON = 0, graphics::LIGHT_INFLUENCE_OFF } |
enum | graphics::WireFrameMode { graphics::FILL = 0, graphics::WIREFRAME, graphics::FILL_AND_WIREFRAME } |
enum | graphics::FaceMode { graphics::FACE = 0, graphics::EDGE, graphics::FACE_AND_EDGE } |
#define DEF_HEIGHT_WINDOW 480 |
#define DEF_WIDTH_WINDOW 600 |
typedef ::osg::Quat osgQuat |
typedef ::osg::Vec2f osgVector2 |
typedef ::osg::Vec3f osgVector3 |
typedef ::osg::Vec4f osgVector4 |