Hello there,
I have made a simple 3D cube program in Java using JOGL, and it works fine on my desktop computer which has a GeForce 8800GT. But when I try it on my laptop which has Intel integrated card, the cube has some missing faces.
Desktop:
Laptop:
Although the two computers have different versions of Windows, this is not the problem as my friend tried it on Windows XP with another GeForce card and it worked fine.
So what can I do to make it work on both machines? Or is this a bug in JOGL?
Here is my rendering code:
cube_render.txtThanks for any help.