|
|
|
@ -32,6 +32,8 @@ ObjectData3D::ObjectData3D(std::vector<UnsignedInt> children, const Matrix4& tra |
|
|
|
|
|
|
|
|
|
|
|
ObjectData3D::ObjectData3D(ObjectData3D&&) = default; |
|
|
|
ObjectData3D::ObjectData3D(ObjectData3D&&) = default; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ObjectData3D::~ObjectData3D() = default; |
|
|
|
|
|
|
|
|
|
|
|
ObjectData3D& ObjectData3D::operator=(ObjectData3D&&) = default; |
|
|
|
ObjectData3D& ObjectData3D::operator=(ObjectData3D&&) = default; |
|
|
|
|
|
|
|
|
|
|
|
#ifndef DOXYGEN_GENERATING_OUTPUT |
|
|
|
#ifndef DOXYGEN_GENERATING_OUTPUT |
|
|
|
|