+ 2
Why is screen blank in output? [Solved]
So i am following some tutorial and according to that I should see a red sphere by now ,but nothing is visible so why is that ?Ty in advance! https://code.sololearn.com/WgIgdnkEl9fi/?ref=app
6 Answers
+ 1
i can see its using an older version https://cdnjs.cloudflare.com/ajax/libs/three.js/58/three.min.js by now in cdnjs its already r119. looks like thats the cause of error texture
i change it to r119, the scene shown black and no error
hmm.. maybe because there are no lightsource in the scene ? or camera facing the wrong way ?
+ 2
Abhay might be a browser problem .
+ 2
Taste ty it was missing light source
+ 1
i see an error texture is not supported
+ 1
Oma Falk It says S3TC compressed textures not supported ,is that referring to MESH?
0
Taste ty ,i am very new to three js as well as 3d ,so I am not sure the camera is facing the wrong way or not but as I mentioned the tutorial I am following said it should show sphere by now ,I will try to see from other resources to know what I might be doing wrong ,