#include "IToolController.h"
#include "MainFrame.h"
#include "SceneManager.h"
#include "Terrain.h"
#include "ObjectManipulatorProxy.h"
#include <osgViewer/View>
#include <osgGA/TerrainManipulator>
#include <osg/Quat>
#include <osg/Notify>
#include <osg/io_utils>
#include <osgUtil/LineSegmentIntersector>
Go to the source code of this file.
Classes | |
class | InsertObjectController |