I am trying to write a few math equations in 3D with react-three/fiber
, and have been looking for a way to get it working with latex.
Currently I have been using the Text3D
component in @react-three/drei
, have been googling and looking for ways to allow latex, though no luck.
I'm guessing I will be able to do it if I write an equation, export the SVG, then make it into a 3D object. Though it would be nice, if there was a faster way.
Any help is appreciated!