vertical text with jit.gl.text3D ?
Is it possible to write vertically with jit.gl.text3d (not simply rotating an horizontal word) ? There is the leadscale option which is supposed to be the vertical offset between lines of text, but I can't find out how to write multiple lines of text, or in my case one letter per line.
gl.text2d/3d will interpret 2D input matrices as multiline text.
easiest way to do this probably is with jit.textfile.
Max Patch
Copy patch and select New From Clipboard in Max.
just type in your vertical word, one letter per line, and bang it out.
Thanks! There's alaways a way.