Author Message

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#135815   2018-01-16 01:33          
I edited this line:(line 867)
cam = new GameRef( map, GameRef.RID_CAMERA, pos.toString() + "," + yTemp.toString() + ",0x02, 1.0,0, 0.01", "external track cam" );
to
cam = new GameRef( map, GameRef.RID_CAMERA, pos.toString() + "," + yTemp.toString() + ",0x02, 1.0,0, 0.1", "external track cam" );

that 0.01 which is now 0.1 is the near clipping plane try an even higher number (you wont be able to go much higher though because objects will start to disappear near the camera but try it out)

in the same directory there is a Garage.java there should be a similar line you can change this number there too.