Please Help! When I run the attached code, DBPro only displays half of the object. the mesh is a terrain .X mesh exported from geoscape 3D, as is the texture. I have tried moving the camera, changing the camera range and scaling the object. Does anyone have any more suggestions?
specs:
AMD AMathalon XP 2800+
2.08 GHz
512 MB of RAM
DBPro
Direct X 9.0B
ATI Hydravision with latest driver updates installed
sync on
hide mouse
color backdrop 0
load bitmap "mesh.bmp",1
get image 1,0,0,256,256
delete bitmap 1
load mesh "mesh.X",1
make object 1,1,1
position object 1,0,0,128
position camera 128,500,0
set camera range 0,3000
sync
set ambient light 100
do
if upkey()=1 then move camera 0.1
if rightkey()=1 then yrotate camera camera angle y()+0.1
if leftkey()=1 then yrotate camera camera angle y()-0.1
sync
loop