Hello! Im starting the testing on my home simpit for the tbm900 and I was able to disable the fuselage via the cockpit_builder config, however disabling the glass does not appear to work. My config looks like below. Any ideas what I'm doing wrong? Thanks in advance!
# =====================
# COCKPIT GLASS EFFECTS
# =====================
#
# When you are building a physical cockpit, you might want to disable the
# custom virtual cockpit glass effects (rain, ice, broken glass, engine
# heatblur, etc.).
# To disable the effects, uncomment the following line:
#
glass_enabled = false
#
# The default value is true (cockpit glass effects enabled).
#
#
# ===================================
# VIRTUAL COCKPIT/FUSELAGE VISIBILITY
# ===================================
#
# Same as for the cockpit glass effects, you might want to hide the
# aircraft virtual cockpit and fuselage. Uncomment the following line to
# hide the VC and fuselage when the view is internal to the aircraft.
# The VC and fuselage will be visible when the view is external.
#
fuselage_enabled = false
-Chris