Skip to content
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

Open
davispuh opened this issue Apr 20, 2014 · 3 comments
Open

Lighting, Normals, Materials #23

davispuh opened this issue Apr 20, 2014 · 3 comments

Comments

@davispuh
Copy link

Really awesome tutorial and thanks! but there isn't any mention of lighting, normals nor materials. I consider them to be quite important.

@Overv
Copy link
Owner

Overv commented Apr 20, 2014

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.

@luiscubal
Copy link

What about using lighting/normals as an example to introduce a new topic: G-buffers/multiple render targets for deferred shading?
Or would that be too much for a single tutorial?

@Overv
Copy link
Owner

Overv commented Apr 20, 2014

Maybe, I'll think about it.
On Apr 20, 2014 3:41 AM, "Luís Reis" [email protected] wrote:

What about using lighting/normals as an example to introduce a new topic:
G-buffers/multiple render targets for deferred shading?
Or would that be too much for a single tutorial?


Reply to this email directly or view it on GitHubhttps://github.com//issues/23#issuecomment-40885487
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants