What is the URL for three.js to include it online?

前端 未结 6 539
难免孤独
难免孤独 2021-02-05 13:11

I am trying to make a javascript application in google app engine using three.js but I am not getting the URL to include it online in my document. I dont want to upload the who

6条回答
  •  面向向阳花
    2021-02-05 13:45

    Please download the library and link to it locally.

    However, if you must hot-link, then you can link to the three.js site directly.

    
    
    
    
    
    

    TIP: If you are debugging, then use the un-minified version of three.js -- three.js -- not three.min.js.

    three.js r.67

提交回复
热议问题