Game Development Community

LOD ranges

by RC Frederick · in Artist Corner · 01/16/2003 (7:38 pm) · 0 replies

Perhaps this is the wrong place to post this, if so let me know and I'll repost in the programmers area.

I want to change the ranges on the levels of LOD of objects. I want a high-poly model to be very close, a medium but detailed one for the next level, and so on. The problem is, the range by default is way too large. It keeps my high poly model for about 300+ units, and what I would want is something maybe in the 30-50 unit range.

I haven't found any info on how to change this yet, and would appreciate it if someone would point me in the right direction or provide some info. Thanks...!

ps. I do not want to use multires in this particular case, I use it for other models but this one I am doing by hand. My LOD's work, they show up in the engine and -show, but the ranges are not what I want.