Fullscreen scene in ShapeDiver API V3

Hi, how would I translate this code snippet from V2 to V3?

this.sdvApi.updateSettingAsync(‘scene.fullscreen’, true)

Hello @Nils_Magnus,

In V3 there is no such functionality. It is easy to reproduce though as you can see in this example. Please note that due to the permissions of CodeSandBox, the fullscreen mode is not allowed in this example and therefore the button doesn’t do anything (the code still works). You can see it working on this example page.

Cheers, Michael

Ok, perfect – thank you.