Tagged Questions
1
vote
2answers
588 views
Multi-threaded JOGL Problem
I'm writing a simple OpenGL application in Java that implements the Monte Carlo method for estimating the value of PI. The method is pretty easy. Simply, you draw a circle inside a unit square and ...