#include <osg/Notify>
#include <osg/MatrixTransform>
#include <osg/PositionAttitudeTransform>
#include <osg/Geometry>
#include <osg/Geode>
#include <osgUtil/Optimizer>
#include <osgDB/Registry>
#include <osgDB/ReadFile>
#include <osgGA/TrackballManipulator>
#include <osgGA/FlightManipulator>
#include <osgGA/DriveManipulator>
#include <osgProducer/Viewer>
Include dependency graph for osganimate.cpp:
Functions | |
osg::AnimationPath * | createAnimationPath (const osg::Vec3 ¢er, float radius, double looptime) |
osg::Node * | createBase (const osg::Vec3 ¢er, float radius) |
osg::Node * | createMovingModel (const osg::Vec3 ¢er, float radius) |
osg::Node * | createModel () |
int | main (int argc, char **argv) |
|
|
|
|
|
|
|
|
|
|