19 #include <osg/BoundingBox>
27 static DtColorValue OsgVec4ToColorValue(
const osg::Vec4& vOsgVec4);
29 static Vector4_64 OsgVec4ToVec4(
const osg::Vec4d& vOsgVec4);
30 static Vector3_64 OsgVec4ToVec3(
const osg::Vec4d& vOsgVec4);
31 static Vector3_64 OsgVec3ToVec3(
const osg::Vec3d& vOsgVec3);
33 static Matrix4_64 OsgMatrixToMatrix(
const osg::Matrixd& matrix);
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
contains some utility functions for converting between osg and VR-Vantage types
Definition: DtOsgConvertUtils.h:24
Template for 32/64 bit Axis Aligned bounding boxes.
Definition: DtAxisAlignedBoundingBox.h:25
Axis Aligned Bounding Box class.
4 dimensional vector
Definition: DtVector4.h:24
Contains DLL export macros.
Template for Color values in [0,1] range.
Definition: DtColorValue.h:18