Thanks for all your replies to my last question. I am going to jump into direct3d
immediate mode and leave RM alone. One thing
though, Direct3dRM allows you to import .x files and use animation sets with just a few
method calls. Since RM is built on top of IM,
it must be possible to import x files with IM......right????
Can import models into direct3d immediate mode?
Started by meganova75, Oct 29 1999 01:42 AM
3 replies to this topic
Ad:
#3 Members - Reputation: 122
Posted 28 October 1999 - 05:21 AM
What I do is when I create my Direct3D IM object I create an RM object too. Now when you want to load an .x file create a Direct3dRMMeshBuilder and use its load function. Then you can use the meshbuilders functions to get the vertices or any other information you need.






