| http://www.w3.org/ns/prov#value | - I got the same problem last week and my sources of error were two things:- I didn't initialized the TTFont correct- I had to enable GL_TEXTURE_2D before I render the string and disable it afterwards.Here is an example of my render method:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 public static void string(float x, float y, String text, float rotation, int color, float alpha, TrueTypeFont ttFon
|