3D Game Programming With C++ book. and inside direct3d

Started by
4 comments, last by GameDev.net 24 years, 4 months ago
I purchased the 3D game programming with C++ but it just came out and due to back order and I still haven't gotten my copy yet. :-(

Inside Direct3D is not due to be out until Feb. Inside DirectX was an excellent book however the 3D version is being written by Peter Kovach. I have one of his earlier books, the Awesome Power of DirectX/3D which to but it bluntly, sucked. Hopefully he will have improved his writting skills since his last foray but regardless I doubt it will have any info on collision detection in it.

Advertisement
I'm about halfway through 3D Game Programming With C++, and so far I like it, but there are some very irritating problems.

Complaints:


  • Half the book is Appendices and a DirectX Referece Section -- the actual content of the book is only about 360 pages!
  • He often explaines things way too vaguely -- if he even explaines it at all. For instance, he often mentions a function and what It can do, but doesn't take the time to explain *how* to use it. Luckily one can figure that out by looking at the (gigantic)reference section, but still.
  • Although there are source listings there aren't any complete programs.

There are some things which are very good about it though. The reference section is nice. The Direct3D coverage is good, although sometimes vague. And it explains collision detection pretty well.

--TheGoop

I just got 3D Game Programming With C++ myself, and as TheGoop pointed out, I was astonished that it's appendices were larger than the actual book. There's a lot of useful information packed in there though. After skimming through it, my initial impression is quite positive. Hopefully once this semester ends I'll have more time to work through it and give it a more complete review.

- Dave

That was one of reasons that Kovach's work bothered me. It was mostly a dump of the sdk reference and the rest lumps of code that were only partially explained.

However, given that books on Direct3D, particulary IM, are not exactly in abudance I suppose we have to make do with what we can get. Thanks goodness for message boards, at least!

anyone read or look at:
3D Game Programming With C++
Inside Direct3D

does 3D Game Programming With C++ teach good collision detection?

how are these books?

The best way to find out if a book is any good is to go to www.amazon.com, find the book and read the customer reviews, which you can do without buying the book. Doing this will save you alot of money.
3D game programming with C++ is not for beginners but may have some useful bits in for intermediate level 3d programmers.

This topic is closed to new replies.

Advertisement