3D Programming for Windows (Pro - Developer)

3D Programming for Windows (Pro - Developer)
Authors
Charles Petzold
ISBN
0735623945
Published
25 Jul 2007
Purchase online
amazon.com

Get the practical introduction to programming 3D graphics using the Windows Presentation Foundation--straight from programming legend Charles Petzold. The Windows Presentation Foundation is a key component of .NET Framework 3.0, which is a part of Windows Vista(tm) and available for Windows XP. With the Windows Presentation Foundation, 3D images can be displayed regardless of the video-display hardware on the user's machine.

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

Eran Levy said
First, maybe it's worth mentioning that unlike most other books on 3D out there, it concentrates solely on WPF 3D, right from the beginning, and it assumes you have enough knowledge of C# .net/WPF. It doesn't "waste" half of the book trying to teach you C#/Visual Studio/XAML etc... it's a very good attitude. If you need to learn WPF/C#, read another book first. Charles Petzold has a great book on WPF, for example.

And to the book - It teaches most fundamental elements of 3D and how it's done in WPF. Meshes, models, camera, lights, textures, transforms and some basic 3D math are all there. There's also a chapter about quaternions.
Most of the material is well written, and good examples are given throughout the book, just where needed, and all well explained. The examples compile without any problem in Visual Studio 2005/2008 (the Express editions are enough btw).
All the examples are in C#.

Most of the material tends to be pretty practical and useful for real-world application. And that's particularly true to the last chapter, which try to inspire you with real world usage of WPD 3D and examples.

Just note that most of the material isn't very advanced. You'll have to learn more by yourself to write really useful 3D applications. But the book is just what it should be - gives you a very good jump start and leaves the rest for you to explore.

I highly recommend this book for anyone with knowledge of WPF who'd like to jump to the WPF 3D wagon.
Many WPF books dedicate a chapter or 2 about 3D. Even if you read one - this book have much more material and practical info about WPF 3D than those, so I highly recommend in this case as well.
Also, people with knowledge of other more advanced 3D platforms (DirecX/OpenGL) who'd like to know WPF 3D will also find this book useful.

MrPerphekt said
This book is a fantastic intro into the world of 3D Programming. It explains the concepts in an easy to understand format and gradually eases you into the more complex aspects of 3D. Also, because it is for WPF it makes it a cinch to get up and running quickly. I've also found that this book is a great way to get acquainted with 3D and these concepts are easily transferrable into the more complex 3D languages (ie: Direct3D and OpenGL). I highly recommend this book for anyone looking to learn 3D or to expand their WPF repetoire!

Eric Sink said
This book is an excellent overview of WPF 3D.

Petzold blends his development experience with his math background to explain everything quite thoroughly, from the details of the API to the hows and whys of the math underneath.

* He explains why WPF 3D shades triangles differently depending on whether they share their vertices or not.

* His explanation of quaternions is probably the best I have read.

* He talks about why Viewport3DVisual is better than Viewport3D for printing.

* He explains the math behind lighting calculations.

The book contains lots of pictures, lots of sample code and a library of useful classes for WPF 3D programming.

If you're doing anything with WPF 3D, you simply must have this book.

R. Zelt said
In his informative writing style of writing, the author of this book gives you both a good understanding of 3D graphics concepts and digs deep into the specifics WPF and XAML 3D APIs. If you're doing and 3D WPF, this title is a must have sitting next to his previous WPF title, Applications = Code + Markup.

This is the definitive guide to WPF 3D.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter” - Eric Raymond