We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Remove AR module

Home Forums General Questions Remove AR module

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32252
    johngrigni
    Customer

    Is there a way to remove the AR module from an app after you have created it? Or do I need to make a new app and copy everything over but the v3d.js file? Or can I copy the v3d.js file from an example app that doens’t have AR installed?

    #32253

    Hi John,

    you can remove the AR module (added by the “Legacy VR” app creation option) by editing your_app.html file. Just delete these 2 lines from it:

        <script src="webxr-polyfill.js"></script>
      <script>var polyfill = new WebXRPolyfill();</script> 

    Chief 3D Verger | LinkedIn | Twitter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.