🚀 Auto-deploy: BrainWind atualizado em 13/07/2026 19:17:52
This commit is contained in:
@@ -43,8 +43,8 @@ function PiperackModel({
|
|||||||
for (let i = 0; i < numFrames; i++) {
|
for (let i = 0; i < numFrames; i++) {
|
||||||
const z = -zOffset + i * spacing;
|
const z = -zOffset + i * spacing;
|
||||||
|
|
||||||
// Simplificando o visual: desenha 5 colunas distribuídas ao longo da largura (comprimento do pipe-rack)
|
// Desenha apenas 2 colunas nas extremidades da largura do pórtico (conforme solicitado pelo usuário)
|
||||||
const numCols = Math.max(2, Math.floor(width / 4) + 1);
|
const numCols = 2;
|
||||||
for (let c = 0; c < numCols; c++) {
|
for (let c = 0; c < numCols; c++) {
|
||||||
const colX = -halfW + (c / (numCols - 1)) * width;
|
const colX = -halfW + (c / (numCols - 1)) * width;
|
||||||
frames.push(
|
frames.push(
|
||||||
|
|||||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 91 KiB |
Reference in New Issue
Block a user