You are not logged in.

1

Monday, February 6th 2023, 12:44pm

Disabling the control panel

How to completely disable the lower control panel and the arrow icon that suggests switching to the next or previous panorama?

2

Monday, February 6th 2023, 12:57pm

this is all defined in vtourskin.xml, search for skin_layer

to disable use
set(layer[skin_layer].visible, false);
or
<layer name="skin_layer" visible="false" />
(AFTER including vtourskin.xml)
or
don't use the vtourskin ;)

3

Tuesday, February 7th 2023, 9:48am

indexofrefraction, thank you very much

Similar threads