Hi! smile

This is the example in manual for clip_near
Example:
Camera.clip_near = 5; // allows to go very close to objects
Camera.clip_far = 10000; // reduce clip_far for preventing sorting errors


If you copy this directly to your code you will get an error.
in the example Camera should be camera ....capital C removed...

Ottawa smile

Last edited by Ottawa; 11/26/08 23:54.