🚀 Auto-deploy: BrainWind atualizado em 24/08/2026 11:28:13
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user