-2

enter image description here

enter image description here

Mobile phone display PC is opaque

Thomas Smyth
  • 3,978
  • 5
  • 23
  • 33

1 Answers1

0

You can try using this example:

  renderer = new THREE.CanvasRenderer();
   /* renderer.setSize(window.innerWidth, window.innerHeight);*/

        renderer.setSize(300, 300);
    /*renderer.setClearColor( 0xa9db8b );*/

https://jsfiddle.net/VsWb9/5847/

Name
  • 1