Loading multiple models

Started by
2 comments, last by Beaverbutt8 18 years, 4 months ago
Hey guys, I'm using the 3ds loader from Apron tutorials for my game http://www.morrowland.com/apron/tut_gl.php Anyway, how do i load more than one 3ds model? Thanks :) Mike
Advertisement
From a cursory glance at the code, I guess by calling CLoad3DS::Import3DS(t3DModel *pModel, char *strFileName) multiple times and passing different objects.
Aha. Makes sense
Quote:Original post by lightbringer
From a cursory glance at the code, I guess by calling CLoad3DS::Import3DS(t3DModel *pModel, char *strFileName) multiple times and passing different objects.




actually, i called the function CLoad3DS::Init_3ds

Works great!

This topic is closed to new replies.

Advertisement