Jump to content
xisto Community
qwijibow

Recomend A Graphics Programming Book Cg/Shaders/OpenGL-2.x/Direct3D-10

Recommended Posts

Can anyone recommend a good book For advanced modern graphics programming ?The Last book I read "Ultimate Game Programming With DirectX-9" was quite useless.I have experimented with Direct3D 9, and OpenGL 1.5 on and off for a while now, and want to learn all the advanced stuff.Cg is my shader language of choice,c/c++ for the usual stuff...and completely avoiding all that Visual Basic C# .NET Rubbish...Thanks.I was considering the Cg tutorial book by nvidia, but it has some bad reviews on Amazon.

Share this post


Link to post
Share on other sites

Apparently there isn't much book on DirectX9. A few from the Premier Press is quite good

Real-time.Rendering.Tricks.and.Techniques.in.DirectX
3D.Game.Programming.All.In.One
Special.effects.game.programming.with.directx

This site also provide quite a lot of information
http://gpwiki.org/

Those books mostly concentrates on games. Other than that, i've a few in .Net, which i think you would want. Btw, i'm writing a .net based 3D graphic multimedia system. I have to use .net so i can deliver the software faster, where C++ will take longer time to develop, and even more time needed to debug and perfect the coding. Maybe towards the end, when things settle down, i'll convert the 3D engine into C++ based. Generally the basic instruction for DirectX9 doesn't differ much for .net and non-.net.

DirectX SDK from microsoft also prove to be useful. Get Feb 2006 or earlier if you want the use legacy DirectShow features, after that version, DirectShow is moved to Platform SDK. Also don't bother with the newer SDK, cause it includes DirectX10, which is redundant if you're not targeting Vista. Do that note of the syntax changes (mainly the parameters needed per function), if you have diff release of DirectX SDK.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.