Amir Zadeh
Amir Zadeh

Reputation: 3629

3D effects description book

I was wondering around google and found nothing good for 3D effects such as bump map, parallax mapping, etc. Please help me with this, is there a book which describes different ways to achieve such effects? furthermore if the book has opengl samples for the algorithms it would be much better.

Upvotes: 2

Views: 245

Answers (2)

datenwolf
datenwolf

Reputation: 162164

The GPU Gems series of books comes to mind. Also available online at the NVidia developer webside.

Upvotes: 3

user707582
user707582

Reputation:

I've enjoyed Real-Time Rendering. When I wrote my 3D engine everything I needed to know was contained in that book. http://www.realtimerendering.com/book.html

Upvotes: 4

Related Questions