-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lighting, Normals, Materials #23
Comments
Those are subjects I plan to cover in the future when I have more time. My intent was for the tutorial to cover most of the features of OpenGL and show at least one use case for each of them. The things you mention aren't directly tied to the underlying graphics library. I could explain how to do shadow mapping, for example, in a way that you could then implement with either Direct3D or OpenGL. That's why they have a lower priority for now. |
What about using lighting/normals as an example to introduce a new topic: G-buffers/multiple render targets for deferred shading? |
Maybe, I'll think about it.
|
Really awesome tutorial and thanks! but there isn't any mention of lighting, normals nor materials. I consider them to be quite important.
The text was updated successfully, but these errors were encountered: