MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / Scene_UpdateObjectTransformation

Function Scene_UpdateObjectTransformation

src/luxcore/pyluxcore.cpp:1305–1311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1303}
1304
1305static void Scene_UpdateObjectTransformation(luxcore::detail::SceneImpl *scene,
1306 const string &objName,
1307 const boost::python::object &transformation) {
1308 float mat[16];
1309 GetMatrix4x4(transformation, mat);
1310 scene->UpdateObjectTransformation(objName, mat);
1311}
1312
1313//------------------------------------------------------------------------------
1314// Glue for RenderConfig class

Callers

nothing calls this directly

Calls 2

GetMatrix4x4Function · 0.85

Tested by

no test coverage detected