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.

When switch to AR model then only background should be transparent

Home Forums Puzzles When switch to AR model then only background should be transparent

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #42645
    vinayvidhani
    Customer

    I am creating an app where I want on the browser the background should not be transparent however when I switch to AR mode then the background should be transparent. When I am entering in AR part(Enter AR Button in your demo) I tried to execute the following code

    app.clearBkgOnLoad = true;
    app.renderer.setClearColor(0x000000, 0);

    But no luck. I also found in the forum that alpha = true will help with where is alpha.

    I will be looking forward to your positive response.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.