hey, I am trying to create a car select screen, but it seems that the .3ds file of my car always removes the BG behind it
. How can I get it to display properly?
Is something wrong with this code?
//Load our texture for the basic car
dbLoadImage ( "texture.bmp", 1, 1 );
//Create the basic car
dbLoadObject("car.3ds", 1);
//Move the camera into the proper position
dbPositionCamera(0, 120, -300);
dbXRotateCamera(40);
//Car texture
dbTextureObject ( 1, 1 );
//Music for Car Select
dbLoadSound ( "results.wav" , 1 );
dbPlaySound (1);
dbLoopSound(1);
// Problem Code?
dbLoadImage ("menu.bmp", 1);
dbPasteImage ( 1, 0, 0 );
Join the dark side. We have cookies!