How do I create LOD's? I think you need to export them or something, since just setting the cutoffs wont do anything.
Any help?
Printable View
How do I create LOD's? I think you need to export them or something, since just setting the cutoffs wont do anything.
Any help?
You make versions of your model with progressively fewer triangles (there's a modifier in 3ds that makes this a breeze whose name I can't remember at the moment) and export them as <permutation name> <LOD level>.jms.
Ex : gun superhigh.jms; gun high.jms; gun medium.jms; gun low.jms; gun superlow.jms.
multires
But try not to use the modifier too much as it can mess up your geometry and may weld smoothing groups and other parts together which may resault in it looking bad.
Well, the whole idea of LODs is that you give up progressively more appearance for performance, as the smaller the object becomes on the screen the less you notice that its detail is going down. Of course, be prepared and know how to clean up your model after using multires in case something comes out unreasonably bad.
ok, thanks.