VB - Opengl lighting

Started by
0 comments, last by hamishl 21 years, 5 months ago
I am trying to do a simple project where I read in arrays specifing different cube sizes and positions and there color. I hhave been able to get everything working except that when I enable the lighting, all the color goes away, and I am left with white objects. I am using a simple .bmp for texturing. When I disable the lighting, the color comes back, but there is no shading. What am I doing wrong, Thank you, Hamish Here is my source code www.tes-inet.com/3dviewer.zip [edited by - hamishl on November 5, 2002 1:11:42 PM]
Advertisement
I figured out the problem i needed to
glEnable glcColorMaterial

This topic is closed to new replies.

Advertisement