I've been doing some small time game programming with a few open source rendering engines with c++. It's been a great learning experience but i want to see what I can do with DirectX.
What would be a good starting point
Are there tutorials out there for common functions, such as fps camera, collision detection, dynamic lighting, seamless worlds, etc.
Or code samples and snippets that happen to be lying about
I've looked through the SDk, and there is certainly some good info there, but I guess I'm looking for a little more(unless some of those things were there and i missed it)
Currently, I'm entirely happy with the eninge that I'm using, but I would really like to see what DirectX can do (or rather what I can do with it)
I'm not a real programmer (I'm a 3d artist), though I can ussually find my way around, sometimes with a nudge in the right direction.

oh, where to start...
hitgou
Enjoy!
smurrell
Start > Program Files > DirectX SDK > DirectX Sample Browser
Skip
Geo242
I've developed a few fps-style games with this one graphics engine, in c++, but I am definately new to DirectX programming.
Some of these engines are fully featured and extensible, but at the end of the day, they seem to lack on that performance end.
Am I correct in thnking that DirectX is the way to go
(of course you'll say "yeah")
I'll check things out, and I am sure I'll be back with questions! :)
-M
EDIT:
I am using the Visual Studio C++ Express beta 2
Is there anything special I have to do to get up and running with the DirectX SDK
(yes, I do already have the sdk installed)
kostyamy
http://pluralsight.com/wiki/default.aspx/Craig.DirectX.Direct3DTutorialIndex
Beau Button
www.gamedev.net
www.flipcode.com
www.gamasutra.com
www.codesampler.com
One thing to bear in mind... the DirectX SDK samples have the "latest and greatest" guidance that we recommend. It is always a good idea to be familiar with the patterns you find in the SDK samples (especially the sample framework code). However, you'll find great stuff at the websites I've listed above (if you're a beginner, you'll particularly like Kevin's Codesampler site).