mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
perf(studio): 尝试使用第一张六视图来组成六视图
Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
@@ -77,8 +77,8 @@ final class Lattice extends JsonResource
|
||||
'wide' => $this->wide,
|
||||
'surfaceNum' => $this->surfaceNum,
|
||||
'viewShots' => $this->when(
|
||||
isset($this->showPicIds),
|
||||
isset($this->showPicIds) ? FileCollection::make($this->showPicIds) : null
|
||||
isset($this->viewShotFirst),
|
||||
isset($this->viewShotFirst) ? FileCollection::make([$this->viewShotFirst]) : null
|
||||
),
|
||||
'technology' => $this->when(isset($this->technology), $this->technology),
|
||||
'material' => $this->when(isset($this->material), $this->material),
|
||||
|
||||
Reference in New Issue
Block a user