fix: sign3D text rotation parallel to wall + badge dark mode contrast
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user