correcao de texto - girando
This commit is contained in:
@@ -401,20 +401,7 @@ export function WarehouseModel() {
|
||||
<meshStandardMaterial color="#0f172a" roughness={0.5} transparent={(viewMode as string) === 'airflow'} opacity={(viewMode as string) === 'airflow' ? 0.35 : 1} />
|
||||
</mesh>
|
||||
|
||||
{/* Rótulo e Título da Água */}
|
||||
<Text
|
||||
position={[0, 0.95, 0]}
|
||||
rotation={[-Math.PI / 2, 0, -Math.PI / 2]}
|
||||
fontSize={titleFontSize}
|
||||
color="#000000"
|
||||
outlineWidth={0.04}
|
||||
outlineColor="#ffffff"
|
||||
fontWeight={700}
|
||||
anchorX="center"
|
||||
anchorY="middle"
|
||||
>
|
||||
{isParallel ? 'Telhado (Zonas E/F/G/H)' : 'Água Barlavento (Zonas E, F, J)'}
|
||||
</Text>
|
||||
|
||||
|
||||
{/* Marcações Individuais das Zonas */}
|
||||
<Text
|
||||
@@ -471,7 +458,7 @@ export function WarehouseModel() {
|
||||
</Text>
|
||||
<Text
|
||||
position={[-widthSlope * 0.38, 0.35, 0]}
|
||||
rotation={[-Math.PI / 2, 0, Math.PI]}
|
||||
rotation={[-Math.PI / 2, 0, -Math.PI / 2]}
|
||||
fontSize={zoneFontSize}
|
||||
color="#000000"
|
||||
outlineWidth={0.035}
|
||||
@@ -532,20 +519,7 @@ export function WarehouseModel() {
|
||||
<meshStandardMaterial color="#0f172a" roughness={0.5} transparent={(viewMode as string) === 'airflow'} opacity={(viewMode as string) === 'airflow' ? 0.35 : 1} />
|
||||
</mesh>
|
||||
|
||||
{/* Rótulo e Título da Água */}
|
||||
<Text
|
||||
position={[0, 0.95, 0]}
|
||||
rotation={[-Math.PI / 2, 0, -Math.PI / 2]}
|
||||
fontSize={titleFontSize}
|
||||
color="#000000"
|
||||
outlineWidth={0.04}
|
||||
outlineColor="#ffffff"
|
||||
fontWeight={700}
|
||||
anchorX="center"
|
||||
anchorY="middle"
|
||||
>
|
||||
{isParallel ? 'Telhado (Zonas E/F/G/H)' : 'Água Sotavento (Zonas G, H, I)'}
|
||||
</Text>
|
||||
|
||||
|
||||
{/* Marcações Individuais das Zonas */}
|
||||
<Text
|
||||
@@ -602,7 +576,7 @@ export function WarehouseModel() {
|
||||
</Text>
|
||||
<Text
|
||||
position={[widthSlope * 0.38, 0.35, 0]}
|
||||
rotation={[-Math.PI / 2, 0, Math.PI]}
|
||||
rotation={[-Math.PI / 2, 0, -Math.PI / 2]}
|
||||
fontSize={zoneFontSize}
|
||||
color="#000000"
|
||||
outlineWidth={0.035}
|
||||
|
||||
Reference in New Issue
Block a user