|
@ -239,7 +239,7 @@ foreach($taskModel->childsParams as $childParams){ |
|
|
} |
|
|
} |
|
|
$scene->registerMaterial($material); |
|
|
$scene->registerMaterial($material); |
|
|
|
|
|
|
|
|
$plyFileSavaPath = $cacheFileDir.basename($childParams->childPlyFile); |
|
|
|
|
|
|
|
|
$plyFileSavaPath = $cacheFileDir.'/'.basename($childParams->childPlyFile); |
|
|
$plyFileHandle = fopen($plyFileSavaPath, "w"); |
|
|
$plyFileHandle = fopen($plyFileSavaPath, "w"); |
|
|
(new Client())->get($childParams->childPlyFile, [RequestOptions::SINK => $plyFileHandle]); |
|
|
(new Client())->get($childParams->childPlyFile, [RequestOptions::SINK => $plyFileHandle]); |
|
|
$obj = new Objects(); |
|
|
$obj = new Objects(); |
|
|