I have programmed with Ogl for a while, now I want to explore d3d 7.0. I'm a beginner in programming DirectX, but I've heard that you should use immediate mode (instead of rm). As an OGL programmer, I was shocked about this ugly long initialisation of d3d. And where are the routines to edit the modelviewmatrix (LoadIdentity, Rotate,...)?
What's the way to get fast d3d apps with fast initialisation and proper matrixroutines?
which way
Started by silvero, Sep 30 1999 02:09 AM
2 replies to this topic
Sponsor:
#3 Members - Reputation: 122
Posted 30 September 1999 - 02:09 AM
If you wanna learn D3D, better learn it the correct way. You could use some frameworks to simplify things, but I'd say you should better start with learning how to do all and then use some framework. The initialisation is the biggest part, that's true, but you can normally get it work within two hours as a beginner, look at the tutorials where all the initialisation is done without the framework, maybe copy some stuff and check out what happens if you modify it. While that, read through the documentation and you'll know how to do within one day.
CU
------------------
Skullpture Entertainment
#40842461






