diff --git a/examples/renderTest.php b/examples/renderTest.php index 64171e4..0c7fdd9 100644 --- a/examples/renderTest.php +++ b/examples/renderTest.php @@ -241,6 +241,7 @@ foreach($taskModel->childsParams as $childParams){ (new Client())->get($childParams->childPlyFile, [RequestOptions::SINK => $plyFileHandle]); $obj = new Objects(); $obj->ply = $plyFileSavaPath; + $obj->appliedtransformation = $childParams->worldMatrix; $obj->setMaterial($material); $scene->registerObjects($obj); }