Login  Register

Re: PickTool.pickAllSorted() returns null when enabling on-screen rendering

Posted by Schorsch on Jul 17, 2015; 10:49am
URL: https://forum.jogamp.org/PickTool-pickAllSorted-returns-null-when-enabling-on-screen-rendering-tp4034922p4034927.html

Here we go:
PickToolTest.java

This should be simple enough. Just run it and change the flag IS_OFFSCREEN from true to false and voilà.

--------------------------------------------------------
edit: Removed wrong dependencies in the sample file. Accidental typo. The sample file should execute now.