Skip to main content
GameDev.net gamedev.net
🔒 Locked

I need help with Direct3D

Started by SnpProgrmr Sep 2, 1999 at 8:23 AM 9 replies 2.3k views
Original Post
SnpProgrmr
SnpProgrmr
I need some help with D3D.
No web site that I've gone to so far has a Direct3D sample that gives only the bare basic in Win SDK format. So I'm asking if anyone would be kind enough give me a very easy sample with comments. Assume that the WinMain and WndProc is already defined.
Thanks
WizardUSMC
WizardUSMC
A book that I have found that answered alot of my D3D questions was Windows Game Programming For Dummies. You may want to pick it up.
WizardUSMC
WizardUSMC
Yes, I stand corrected. It does not cover Direct3D specifically. However, it was very helpful to me to learn how to set up the whole windows environment in preparation. It answered alot of questions (fundamentals) I had. The Awesome Power of Direct3D/DirectX, although only version 5.0, was good. The code got confusing at times, but overall it was a help. DX7.0 books are due out in a couple months.
NuFAN
NuFAN
Yeah, the source is crap ! You need much time, but after a while and you stepped throught their notation (a mix between hungarian and something else), it isn't that hard. For creating textures, why not look into the D3D_Textr.cpp, it's a bit hard to understand, but working through the whole code (and understanding it) helps much.

CU

------------------
Skullpture Entertainment
#40842461

Graphix Coding @Skullpture Entertainmenthttp://www.skullpture.de
arrogantgod
arrogantgod
I agree with you, the SDK examples suck. I finally got tired of their examples and all the other ones on the net that dont work and have started compiling my own examples as I learn it.

I finally got some basic primitives working on the screen and am in the process of "cleaning" the code that has been thrown together.

I will give you an email when I have something "presentable."

AG

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.