From: Jiba <Jea...@im...> - 2002-02-12 13:14:06
|
On 2002.02.12 12:03:38 +0000 Michael Nischt wrote: > Hi Kenneth, > > > > >It is likely a bug in your application. Try compiling your DLL > >with debug information and running your program in the Visual C++ > >debugger. > > > > Sorry my mail might be confusing: > I don't use my own native code, the excpetion must be in gl4java libs. I > hoped it would be clear with the error log containing: > > .. > Current Java thread: > at gl4java.GLFunc14JauJNI.glDrawArrays(Native Method) > .. > > > greetings > -Michael Nischt If i remember well, there is a maximum limit to the number of vertices you can pass in an array. 39000 may be over ? OpenGL has some function (glGet...) to get the limit, you should check it. Jiba |