Re: JOGL/Rift/JOVR - Exception in thread "main-Display-.windows_tiny-1-EDT-1"
Posted by
BrickFarmer on
Nov 28, 2014; 10:06am
URL: https://forum.jogamp.org/JOGL-Rift-jocular-Exception-in-thread-main-Display-windows-tiny-1-EDT-1-tp4033677p4033674.html
gouessej wrote
Why not looking at Sven's code to check whether your "approach" is viable?
I've been through what unit tests I can find that seem to be about NEWT, and some demos. But for example, it was only by chance I stumbled over a forum posting about using the Screen.addReference() call. Also the setFullscreen only worked on the second (rift) monitor when I found the MonitorDevice list option. So I just feel like I'm having to guess a lot of what I'm doing. So I'm worried I may be missing some steps, or have something out of sequence.
I know someone has something similar working with NewtCanvasAWT, and the original JOVR demo works but is using LWJGL. So I'm pretty sure that what I'm trying to do should be possible, and I'm trying to apply a lot of the same techniques in my code, but it seems I need some guidance from the experts to get me on the right track again :)