-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
Changes incorporated, white textures should be fixed.
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
; Reference LOD implementation, please keep these comments (for now). | ||
|
||
[model.options] | ||
; if true, when showing the exterior, also show the interior model (default false) | ||
withExterior_showInterior=true | ||
; if true, when showing the interior with the exterior, exclude interior.lod.0 (default false); only has an effect when withExterior_showInterior is true | ||
withExterior_showInterior_hideFirstLod=true | ||
; when showing the interior, force showing lod0 (default true) | ||
withInterior_forceFirstLod=true | ||
; when showing the interior, also show the exterior model (default false) | ||
withInterior_showExterior=true | ||
|
||
[models] | ||
exterior=VL3.xml | ||
interior=VL3_cockpit.xml |