For a school project, we have DLP Link glasses with an Acer projector, and we would like to develop a demonstration application in Java, showing some 3D features.. Unfortunately, I can’t find good resources on how to make it, and I’m wondering if you have some ideas ?
How do I link my application to these glasses ? How can I develop easily something in Java, that will allow me to actually display 3D ?
Thanks
If the graphics card in the system that your code runs on supports 3D output, all you need to do is use the standard OpenGL or DirectX 3D functions and the graphics card should do the rest. You probably won’t have to worry at all about whether your graphics card outputs things on a 3D projector, 2D regular monitor, or which type of glasses it uses…
For that, you can start here: http://en.wikipedia.org/wiki/Java_OpenGL