31 #include <Inventor/SbRotation.h>
32 #include <Inventor/SbVec3f.h>
35 #include "../memoryxcontroller/MemoryXController.h"
36 #include "../scene3D/Scene.h"
62 const std::shared_ptr<memoryxcontroller::MemoryXController>& memoryXController,
63 const std::shared_ptr<scene3D::Scene>& scene,
64 const std::string& objectId);
99 const std::shared_ptr<memoryxcontroller::MemoryXController>& memoryXController,
100 const std::shared_ptr<scene3D::Scene>& scene,
101 const std::string& objectName,
102 const std::string& objectCollection,
103 const SbVec3f& objectPosition,
104 const SbRotation& objectRotation,
105 const std::string& objectId);
107 std::string objectName;
108 std::string objectCollection;
109 SbVec3f objectPosition;
110 SbRotation objectRotation;