If I remember right lod is depending on your clip_range (or camera.clip_far)
I think it was something like: 1/8 clip_range = lod1
1/4 = lod2
1/2 = lod3
You can change your Flags depending on the clip_range.
You have to take the distance between camera and model with vec_dist of course.
Last edited by RedPhoenix; 02/22/07 17:23.