Mobile phone display PC is opaque
Asked
Active
Viewed 972 times
-2

Thomas Smyth - Treliant
- 4,993
- 6
- 25
- 36
-
2Can you show your code? How are you instantiating the renderer? What is the clearColor? What is your mobile device? What is your PC? Which one is not working properly? – WestLangley Mar 14 '17 at 04:32
-
renderer.alpha =true – zhubenjie Mar 14 '17 at 05:53
-
1@zhubenjie this is not the expected code. And your question, in general, is for people with paranormal abilities, like telepaths or mediums. – prisoner849 Mar 14 '17 at 07:05
-
How to write。。 。。。。 – zhubenjie Mar 14 '17 at 09:03
-
@zhubenjie http://stackoverflow.com/questions/20495302/transparent-background-with-three-js/20496296#20496296 – WestLangley Mar 14 '17 at 15:28
-
thanks~~~~~~~~~~~~~~~~~~ – zhubenjie Mar 16 '17 at 01:27
1 Answers
0
You can try using this example:
renderer = new THREE.CanvasRenderer();
/* renderer.setSize(window.innerWidth, window.innerHeight);*/
renderer.setSize(300, 300);
/*renderer.setClearColor( 0xa9db8b );*/

Name
- 1