Data to jit.gl.text2d 01
March 6th, 2008
I decided to use jit.gl.text2d as the main object to draw my texts on the screen.
Here are some test about the object.
In this moment, I would like to connect my data analyze patch to the jit.gl.text2d patch to see if it’s work.
It is not complicate as it looks like.
data to jit.gl.text2d patch:
![]()
Fortunately, It works. see!!! I typed good. Did you see that!
Result:

Next step, I realized that one text object can only content one text ,then how to make multiple texts on the screen?
That’s easy! As a normal person, I will try to duplicate the patch……I won’t attach it here, just imagine “data to jit.gl.text2d patch” duplicate 100 times. I’ll tell you the result: it works.
Result:

Recent Comments