🚀 Auto-deploy: BrainWind atualizado em 24/08/2026 11:28:13

This commit is contained in:
2026-08-24 11:28:13 +00:00
parent ff01f68941
commit 0a4dc9b57a
2 changed files with 3 additions and 6 deletions
+1 -4
View File
@@ -37,9 +37,6 @@ function BridgeModel({
deckHeight,
heg,
cx,
cz,
fxPerLength,
fzPerLength,
alpha,
viewMode = 'solid',
}: Bridge3DInput) {
@@ -135,7 +132,7 @@ function BridgeModel({
}
export default function Bridge3DViewer(props: Bridge3DInput) {
const { lp, width, deckHeight, heg, cx, cz, fxPerLength, fzPerLength, alpha, viewMode = 'solid' } = props;
const { lp, width, deckHeight, heg, cx, cz, fxPerLength, fzPerLength, viewMode = 'solid' } = props;
const cameraDistance = Math.max(lp * 1.2, width * 2, deckHeight * 2, 15);
const theme = useCanvasTheme();
const isDark = theme === 'dark';