diff --git a/examples/renderTest.php b/examples/renderTest.php index 0c7fdd9..64171e4 100644 --- a/examples/renderTest.php +++ b/examples/renderTest.php @@ -241,7 +241,6 @@ 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); }