The LodObject type is the best way to optimize performance when it comes to polygon count
in the view of the camera. LOD stands for Level of Detail.
The LodObject allows you to setup different models and layouts
for different distance from the camera.
Models are added using AddTemplate, given in the order: complex, simple, and (optionally) wreck.
The complex version of a model is what you see most of the time, but the game will switch
to simpler version based on a given distance.
The wreck model is used when the object is
destroyed. Normally at the bottom of an Objects.con you will find the distance selector
that goes with this object. Also see GeometryTemplate.SetLodDistance.