post  Models - DirectX

Such (8)   Link to this post
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)   Link to this post
Maybe look at SDL www.libsdl.org
Such (8)   Link to this post
SDL?isn't SDL only for 2D?And i want to use DirectX
Return 0 (682)   Link to this post
SDL is for 2d graphics only. What exactly are you looking for? A Directx tutorial?
Such (8)   Link to this post
I'm looking for a complete DirectX tutorial like www.directxtutorial.com but free.
Last edited on
poonninja (43)   Link to this post
there are some pretty good ones on drunken hyena: http://www.drunkenhyena.com/cgi-bin/directx.pl
george135 (233)   Link to this post
Download DX MS SDK. Dozens of samples, 100x better than any tutorial....
Last edited on
iostream (7)   Link to this post
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 (47)   Link to this post
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)   Link to this post
I do know how to load a mesh from a X file but i don't know how to load/use it hierarchy
erai (8)   Link to this post
http://zophusx.byethost11.com/tutoriallinks.php?first=0&last=4
this ia a good site i found

This topic is archived - New replies not allowed.