From: Thorsten R. <tho...@iv...> - 2000-09-04 10:10:47
|
> I use display lists succesfully with Linux, with : > [...] > So i don't think it is a driver problem... Thanx for the answers ... I think I've found the problem: I thought deleting and then allocating a display list would always give me the same id. But every glGenLists() returns a new (higher) value. Therefore deleting every time the (wrong) display list "1" seems to worry opengl/gl4java. By the way: Does anybody has a link to something like a "Font"-Library, where I can render a given String with a given Font in 3D ? The gl4java examples seems to use "2d" coords (no z), right ? (font-depth is not needed but would be nice also) Thorsten |