Atoms are GO

atoms

I finally figured out the lighting issue that I was having with the atoms code. I was doing a scaling operation after setting up the lighting, so the normals were getting all screwed up. This was resolved by enabling GL_RESCALE_NORMAL inside the jogl box.

Possibly Related Posts

Comments are closed.