mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
revert: 密度比
This commit is contained in:
@@ -72,7 +72,7 @@ class Lattice extends JsonResource
|
||||
'a' => (float)$this->a,
|
||||
'b' => (float)$this->b,
|
||||
'c0' => (float)$this->c0,
|
||||
'scalingRatio' => (float)$this->pivot->scalingRatio,
|
||||
'scalingRatio' => (float)$this->pivot->scaling_ratio,
|
||||
'evaluation' => LatticeEvaluation::make($this->evaluation),
|
||||
'material' => Material::collection($this->material),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user