Login  Register

Re: Trouble getting a simple JOGL program running on OSX 10.10

Posted by roger on Apr 19, 2016; 8:30pm
URL: https://forum.jogamp.org/Trouble-getting-a-simple-JOGL-program-running-on-OSX-10-10-tp4036627p4036628.html

So after a ton of frustration, and poking around other people's source code. I've discovered that my problem was that I didn't use Direct Buffers. Instead, I was creating my buffers with FloatBuffer.allocate(). Is this noted in the documentation anywhere?

Hopefully this will help others who get hung up on this later.

Thanks