Link to home
Start Free TrialLog in
Avatar of srihari1986
srihari1986

asked on

3D Grid in OPENGL

Hi All,


I actually want to create a wall for  a room.So i wanted to make the wall the room using a grid.So that i can effiencently use the lighting effects.


So now i know the 4 edges of the grid , how can run the loop to create the grid automatically.


Thanks
Hari
ASKER CERTIFIED SOLUTION
Avatar of davebytes
davebytes
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of srihari1986
srihari1986

ASKER

Hi dave,

Thanks for the support.After taking a look at your example i have come out a similiar one that can draw a 10 X 10 grid.I took me a day to understand ur method.Sorry for that i am new to opengl and not too good in maths.

Regards
hARI