From 7e17dd95eab956a0cc38c11ee618d9edc848b5a2 Mon Sep 17 00:00:00 2001 From: yuanjiajia <1139393632@qq.com> Date: Thu, 8 Jun 2023 19:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B2=E6=9F=93=E6=B5=8B=E5=BC=8F=20?= =?UTF-8?q?=E6=A1=88=E4=BE=8B=20=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/renderTest.php | 1 - 1 file changed, 1 deletion(-) 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); }