gopro / forgejs

ForgeJS is a javascript framework that unleashes immersive WebVR experiences.
https://forgejs.org/
Apache License 2.0
239 stars 61 forks source link

Rroux viewer webgl config #135

Closed rroux-gpsw closed 7 years ago

rroux-gpsw commented 7 years ago

You can now set options of the webgl context in the viewer json configuration like this 👍

"viewer":
    {
        "webgl":
        {
            "preserveDrawingBuffer": true
        }
    }
sw-team-release-gpsw commented 7 years ago

CLA assistant check
All committers have signed the CLA.