cplusplus.com
C++ : Forum : General C++ Programming : Models - DirectX
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs


post Models - DirectX

Such (8)
Hello guy's I'm new here and I thought this was a good forum to ask somethings:
Should I create my own model code, or use a already created one?(like .X, .MDL, .MDX, ...)
If use a created one, each one?
Do you know any good particle emitter tutorial??(thats not the DirectX SDK)
Thx.
PS: I thing that I'm ready to learn DirectX, but could you tell me some code's that i need to try to have sure?
OBS: English is not my natural language so excuse me if you can't understand what i said lol.
turbozedd (153)
Maybe look at SDL www.libsdl.org
Such (8)
SDL?isn't SDL only for 2D?And i want to use DirectX
Return 0 (1282)
SDL is for 2d graphics only. What exactly are you looking for? A Directx tutorial?
Such (8)
I'm looking for a complete DirectX tutorial like www.directxtutorial.com but free.
Last edited on
poonninja (58)
there are some pretty good ones on drunken hyena: http://www.drunkenhyena.com/cgi-bin/directx.pl
george135 (268)
Download DX MS SDK. Dozens of samples, 100x better than any tutorial....
Last edited on
iostream (7)
The X File format is very easy, and can be easily loaded with the D3DXLoadMeshFromX() function.

You can have a look to this tutorial: http://msdn.microsoft.com/en-us/library/bb206289(VS.85).aspx
Cojones (58)
If you want a free DirectX tutorial, give me a PM. I'll give you some info on how you can get a free tutorial :).
Such (8)
I do know how to load a mesh from a X file but i don't know how to load/use it hierarchy
erai (11)
http://zophusx.byethost11.com/tutoriallinks.php?first=0&last=4
this ia a good site i found
Topic archived. No new replies allowed.