From: Artiste on t. W. <a1...@So...> - 2000-07-12 10:24:58
|
Rob Grzywinski wrote: > I am using MSJVM v5.00.3167 under Win95 and I just > upgraded to GL4Java2.4.0.0. My application, which > uses display lists extensively, now displays all > objects as if their 1st coordinate was at infinity (so > all objects have an infinite line shooting out from > them). Also selection against any object causes an > invalid page fault in module MSJAVA.DLL. I'm working > to isolate the problem and post the code, but I wanted > to get the word out to see if anyone else has a > similar problem. > > Rob Grzywinski > rgr...@ya... I have a similar problem with the jdk 1.3 (version beta) from sun on Linux. The problem is also due to vertex (and other) arrays; the last (or the first ?) point of the array is strangely displayed (maybe like Rob : as if one coordinate was infinite). Without arrays it's ok. A11W |