react-three-csg icon indicating copy to clipboard operation
react-three-csg copied to clipboard

<Text3D> on CSG substraction - performance?

Open marcofiletto opened this issue 2 years ago • 3 comments

error: TypeError: Cannot read properties of undefined (reading 'count') when try to put <Text3D> from @react-three/drei

What I did was to create a <textGeometry> of three (obsolete). Also working with text in CSG takes a lot of real-time processing.

codesandbox here : https://codesandbox.io/s/fervent-diffie-qr140c?file=/src/App.js

marcofiletto avatar Apr 12 '23 02:04 marcofiletto

Hi, does anyone know how to improve this performance? I'm subtracting a textGeometry and takes a lot of time of process..

marcofiletto avatar May 11 '23 20:05 marcofiletto

Hello! Any feedback on this issue?

ihorandrianov avatar May 24 '23 12:05 ihorandrianov

Not from my side. I have limit the amount of text allowed to only 1.. but still running slow

marcofiletto avatar May 24 '23 13:05 marcofiletto