Hello I have a case where I need to achieve the same result as in the picture
do I need to remove mesh on every input change and create a new mesh and add on seen
let’s say for removing the letter in the text
mesh.geometry.dispose()
mesh.material.dispose()
scene.remove(mesh)
and add new letter in the text
and create a new one
mesh(geometry, material)
scene.add(mesh)
also, one question more about if I change parameters for text geometry do I need to do an update, after I change some parameters in options