Reputation: 3629
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
Reputation: 162164
The GPU Gems series of books comes to mind. Also available online at the NVidia developer webside.
Upvotes: 3
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