- Messages
- 66
- Country
Hi
On my model, the pilot is only visible on the outside.
For this I created a lod01 without a driver, and it works, interior view, the driver does not appear and we can clearly see the external model.
But now in exterior view, I no longer see the interior model.
My model.cfg file is as follows:
; ----------------------------------------------------------------------------------->
; UPDATE YOUR EXTERIOR AND INTERIOR NAMES AND ENSURE THEY MATCH YOUR .xml FILE NAMES
; ----------------------------------------------------------------------------------->
; 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=HM293_EXT.xml
interior=HM293_INT.xml
I tried different combinations between true and false without result.
Is there anything else to write somewhere?
A little help would be appreciated.
On my model, the pilot is only visible on the outside.
For this I created a lod01 without a driver, and it works, interior view, the driver does not appear and we can clearly see the external model.
But now in exterior view, I no longer see the interior model.
My model.cfg file is as follows:
; ----------------------------------------------------------------------------------->
; UPDATE YOUR EXTERIOR AND INTERIOR NAMES AND ENSURE THEY MATCH YOUR .xml FILE NAMES
; ----------------------------------------------------------------------------------->
; 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=HM293_EXT.xml
interior=HM293_INT.xml
I tried different combinations between true and false without result.
Is there anything else to write somewhere?
A little help would be appreciated.