17 #include <matrix/vlVector.h>
21 class Dt3dBoundingVolume;
27 class DtOsgExtrudedPolygonModel;
94 virtual void calculatePossibleLeftRightPointsFromModel(
const PointsByHeight&,
const Dt3dBoundingVolume& bv,
Framework
Definition: boundingVolumeSupportPointCalculator.h:45
makVrv::DtDe & myDe
Definition: boundingVolumeSupportPointCalculator.h:99
OSG implementation of 3D Extruded Polygon.
Definition: DtOsgExtrudedPolygonModel.h:22
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
bool hasOther
Definition: boundingVolumeSupportPointCalculator.h:60
std::map< double, LRInfo > LeftRightCalcs
Information is by height of left/right points at the given object height.
Definition: boundingVolumeSupportPointCalculator.h:64
DtVector left
Definition: boundingVolumeSupportPointCalculator.h:57
DtVector right
Definition: boundingVolumeSupportPointCalculator.h:58
A DtSceneObject represents an object that can be positioned in the scene by (possibly) attaching it t...
Definition: DtSceneObject.h:44
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
double distance
Definition: boundingVolumeSupportPointCalculator.h:56
makVrv::DtOsgExtrudedPolygonModel * myFramework
Definition: boundingVolumeSupportPointCalculator.h:98
Small structure to keep information about possible left/right/other points from model points...
Definition: boundingVolumeSupportPointCalculator.h:54
std::map< double, std::vector< DtVector > > PointsByHeight
Definition: boundingVolumeSupportPointCalculator.h:66
Given a scene object, this class will iterate over the models, looking for an articulated model or di...
Definition: boundingVolumeSupportPointCalculator.h:42
DtVector other
Definition: boundingVolumeSupportPointCalculator.h:59
Contains various enum classes relating to model sets.