5 Answers
New AnswerThe script in the js tab is executed before the Three.js scripts are loaded. So at line 6, you are trying to access Three.js before it is loaded. I suggest moving the 3 Three.js scripts into the head of the document. There Three.js will be loaded before the script in the js tab. This will take care of the second error also. https://code.sololearn.com/W6VoG5nch5EQ/#html
What is your problem/error and what are you trying to achieve? Then we may be happy to help you
Do you have an idea of where the errors may be coming from? Cat🐈 It will be better to point us to a particular area of the code than to leave us to have to go through the whole code to help you!
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message