I am a newbie to OpenGL and JOGL. I have defined a cube as a Collection of polygons. How does one render this to show the 3D effect ? I tried doing a glu.glLookAt(…) function but it doesnt seem to help.
Any ideas or sample code will be appreciated.
Thanks
– pady