fix: sign3D text rotation parallel to wall + badge dark mode contrast

This commit is contained in:
2026-07-10 16:47:27 +00:00
parent 9d01915704
commit 67d55b8142
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -184,7 +184,8 @@ function SignModel({
{/* Texto Informativo Superior */}
<Text
position={[0, topY + 0.6, 0]}
fontSize={0.4}
rotation={[0, Math.PI / 2, 0]}
fontSize={Math.max(0.25, Math.min(0.4, length / 12))}
color={isDark ? "#cbd5e1" : "#1a202c"}
anchorX="center"
anchorY="bottom"