But what is the var to change??
clip_factor / size / range ?
in my main funtion i have these:
...
Camera.clip_near = 1; //allows to go very close to objects(like a5 old collision cam)
Camera.clip_far = 10000; // reduce clip_far for preventing sorting errors

clip_range = 100000;
..