11<script setup lang="ts">
2- import { ContactShadows , Environment , OrbitControls } from ' @tresjs/cientos'
2+ import { Environment , OrbitControls } from ' @tresjs/cientos'
33import { TresCanvas } from ' @tresjs/core'
44import { TresLeches , useControls } from ' @tresjs/leches'
55import { NoToneMapping } from ' three'
6- import { ASCIITexture , BlendFunction } from ' postprocessing'
6+ import { BlendFunction } from ' postprocessing'
77import { ASCIIPmndrs , EffectComposerPmndrs } from ' @tresjs/post-processing'
88
99import ' @tresjs/leches/styles'
@@ -27,11 +27,11 @@ const { enabled, blendFunction, opacity, cellSize, inverted, color, useSceneColo
2727 useSceneColor: false ,
2828 color: ' #ffffff' ,
2929 inverted: false ,
30- characters: { value: ' @#8&$%*o!;.' , label: ' Characters ' },
31- font: { value: ' Arial' , label: ' Font ' },
32- fontSize: { value: 54 , step: 1 , min: 10 , max: 100 , label: ' Font Size ' },
33- size: { value: 1024 , step: 128 , min: 256 , max: 2048 , label: ' Texture Size ' },
34- cellCount: { value: 16 , step: 1 , min: 4 , max: 64 , label: ' Cell Count ' },
30+ characters: { value: ' @#8&$%*o!;.' },
31+ font: { value: ' Arial' },
32+ fontSize: { value: 54 , step: 1 , min: 10 , max: 100 },
33+ size: { value: 1024 , step: 128 , min: 256 , max: 2048 , label: ' textureSize ' },
34+ cellCount: { value: 16 , step: 1 , min: 4 , max: 64 },
3535})
3636 </script >
3737
0 commit comments