How do game engines implement certain features?

Posted by Milo on Game Development See other posts from Game Development or by Milo
Published on 2012-06-16T06:03:39Z Indexed on 2012/06/16 9:23 UTC
Read the original article Hit count: 289

Filed under:
|
|
|

I have always wondered how modern game engines do things such as realistic water, ambient occluded lighting, eye adaptation, global illumination, etc.

I'm not so much interested in the implementation details, but more on what part of the graphics API such as D3D or OpenGL allow adding such functionality.

The only thing I can think of is shaders, but I do not think just shaders can do all that.

So really what I'm asking is, what functions or capabilities of graphics APIs enable developers to implement these types of features into their engines?

Thanks

© Game Development or respective owner

Related posts about c++

Related posts about opengl