-
Notifications
You must be signed in to change notification settings - Fork 69
294 LOD Property Rules
tngreene edited this page Apr 16, 2019
·
1 revision
2.49 LOD properties have some special rules for their use
- LOD property names match "LOD_[0123]" and are not case sensitive
- 0 or more LOD property names can be defined
- In 2.49 LODs are gathered (for some awful reason and in an awfully stateful way) in XPlaneExport.getTextures. LOD properties can be defined on any of the objects in the search space, and be applied to the destination XPlaneLayer
- In 2.49 Additive LOD mode is set by an "additive_lod" property somewhere in the search space
- Any use of LOD properties writes any applicable them to the file. Therefore, if we don't encounter LOD properties, we shouldn't apply them
- There is an exception: If there are objects on layer 2 or 3 and there are no LODs, use the default LODs
We copy this behavior as is