Hello all. I have recently upgraded to DBPro and still am in the process of learning about the switch between the two. My problem is this: Whenever an object comes about 1 or 2 inches away from the screen it seems to disappear. I attached an exaple of what I trying to stay in the attached code.
autocam off
make matrix 1,100,100,50,50
make object box 1,1,1,3
position object 1,1,5,10
position camera 0,5,0
do
move object 1,-0.002
loop
As soon as the front part of the box moves past the screen, it slowly does not become visible (as shown in the attached picture.)
I don't nkow if I'm missing a command or what, so please post any advise you have. Thanks.