CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Location
    Bangalore,India
    Posts
    164

    how can I do shading

    Dear Friends
    How can I implement shading for my 3D model. I am calling
    glShadeModel (GL_SMOOTH);
    In my DrawScene() but its not shading properly.
    Please give me some hints about shading. Thanks a lot in advance...Sujan

  2. #2
    Join Date
    Jan 2009
    Posts
    596

    Re: how can I do shading

    You have been asking a lot of questions about openGL in this forum. It is probably best if you work your way through a good set of tutorials to get a solid understanding. I can recommend NeHe's tutorials: http://nehe.gamedev.net/

    They start at the beginning and work through pretty much everything you'll need to know.

  3. #3
    Join Date
    Sep 2007
    Location
    Bangalore,India
    Posts
    164

    Re: how can I do shading

    Thanks for the information Peter...Asking more questions is not bad..A new thread will help others also having the same doubt or for improving knowledge. Thanks Sujan

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured