Hello,
I need to display a model that has more than one texture. Do you have some example code to do this please?
I am just using the code below from Animate3D, but with my own multi-texture model.
display->BindTexture(&turtle_tex);
display->SetShading(rendertype_shading[rendertype]);
display->Render(&turtle);
Thanks,
Lance