NOT 演算子を使用する必要があり
ます [url]https://krpano.com/docu/actions/#expressions[/url]
if="!(webvr.isenabled OR device.mobilevr)" />
または
if="!webvr.isenabled AND !device.mobilevr " />
indexofrefraction-san.
Thank you very much.
Both, worked!
I wanted to switch between VR mode and virtual tour mode.
There is a way to use action and tag= in the community, but it is hard to understand for a layman.
I thought it would be easier to understand if I load the scene in VR and VT.
loadscene(get(xml.scene););
I thought it would be nice if we could use
However, when you return to VT, you don't take the frame to the thumbs.
I couldn't use skin_updatescroll();.
If you can help me figure out how to do this, I would be happy.
Thank you.
P.S.
I just noticed that on Android 13 on mobile, controlbar_offset seems to be set to 0 when reverting from VR to VT.
(This may be a glitch in the Japanese version)