jit.gl.text2d rotate in windows

deligut's icon

Since the rotate and rotatexyz attributes are not supported in windows for jit.gl.text3d what would be the workaround?Use jit.gl.text3d with @depth_enable 0 ?

Rob Ramirez's icon

using text3d would be my suggestion.
you can set of your render-context in 2D mode by setting @ortho on you jit.gl.render, if desired.

deligut's icon

Thanks a lot Robert.