So.. I've been playing around with XLUA and OPENGL extensions and got stuff working such as fog etcetc.. But I have one question: How can I render ms3d models in xlua? (or is that even possible) ?
So.. I've been playing around with XLUA and OPENGL extensions and got stuff working such as fog etcetc.. But I have one question: How can I render ms3d models in xlua? (or is that even possible) ?
No.
Xlua and ms3D are not perfectly compatible.
it might be possible to get both to draw into the same GL window but i wouldn't even try.
Ms3D is muuuch easier to use, and muuuch slower to perform; to that end i use Xlua when working on a game which needs to be as fast as possible, Ms3D is more for quick games or examples, where writing a custom 3D Bone-animation engine would be too time consuming.