🚀 Auto-deploy: BrainWind atualizado em 13/07/2026 19:17:52

This commit is contained in:
2026-07-13 19:17:52 +00:00
parent dc764d8c39
commit db9db5ff57
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB