scaling (pixelation)
This commit is contained in:
@@ -3,7 +3,7 @@ import Text3D from './text';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<Text3D width={800} height={500} style={'border: 1px solid black'} scale={0.5}>text</Text3D>
|
||||
<Text3D width={800} height={500} style={'border: 1px solid black'} zoom={2} scale={1/8}>text</Text3D>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user