iMSTK
Interactive Medical Simulation Toolkit
|
ObjectIO provides SceneObject reading capabilities It is used to read complex visual objects or animated objects. More...
#include <imstkVisualObjectImporter.h>
Static Public Member Functions | |
static std::shared_ptr< SceneObject > | importSceneObject (const std::string &objName, const std::string &modelFilePath, const std::string &textureFolderPath, const Mat4d &transform=Mat4d::Identity()) |
Import a scene object. More... | |
ObjectIO provides SceneObject reading capabilities It is used to read complex visual objects or animated objects.
Definition at line 26 of file imstkVisualObjectImporter.h.
|
static |
Import a scene object.
objName | Name for the object |
modelFilename | File name for visual object to import |
textureFolderPath | Texture folder path |
scale | Scale for visual objects |
translation | Translation for visual objects |
Definition at line 54 of file imstkVisualObjectImporter.cpp.