File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
examples/runner/threejs/lite Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -587,8 +587,8 @@ function hideSpinner() {
587587 < script type= " importmap" >
588588 {
589589 " imports" : {
590- " three" : " https://cdn.jsdelivr.net/npm/three@v0.179.1 /build/three.module.js" ,
591- " three/addons/controls/OrbitControls" : " https://cdn.jsdelivr.net/npm/three@v0.179.1 /examples/jsm/controls/OrbitControls.min.js"
590+ " three" : " https://cdn.jsdelivr.net/npm/three@v0.180.0 /build/three.module.js" ,
591+ " three/addons/controls/OrbitControls" : " https://cdn.jsdelivr.net/npm/three@v0.180.0 /examples/jsm/controls/OrbitControls.min.js"
592592 }
593593 }
594594 < / script>
Original file line number Diff line number Diff line change 1313 < script type ="importmap ">
1414 {
1515 "imports" : {
16- "three" : "https://cdn.jsdelivr.net/npm/three@v0.179.1 /build/three.module.js" ,
17- "three/addons/controls/OrbitControls" : "https://cdn.jsdelivr.net/npm/three@v0.179.1 /examples/jsm/controls/OrbitControls.min.js"
16+ "three" : "https://cdn.jsdelivr.net/npm/three@v0.180.0 /build/three.module.js" ,
17+ "three/addons/controls/OrbitControls" : "https://cdn.jsdelivr.net/npm/three@v0.180.0 /examples/jsm/controls/OrbitControls.min.js"
1818 }
1919 }
2020 </ script >
Original file line number Diff line number Diff line change 1313 < script type ="importmap ">
1414 {
1515 "imports" : {
16- "three" : "https://cdn.jsdelivr.net/npm/three@v0.179.1 /build/three.module.js" ,
17- "three/addons/controls/OrbitControls" : "https://cdn.jsdelivr.net/npm/three@v0.179.1 /examples/jsm/controls/OrbitControls.min.js"
16+ "three" : "https://cdn.jsdelivr.net/npm/three@v0.180.0 /build/three.module.js" ,
17+ "three/addons/controls/OrbitControls" : "https://cdn.jsdelivr.net/npm/three@v0.180.0 /examples/jsm/controls/OrbitControls.min.js"
1818 }
1919 }
2020 </ script >
Original file line number Diff line number Diff line change 2727 < script type ="importmap ">
2828 {
2929 "imports" : {
30- "three" : "https://cdn.jsdelivr.net/npm/three@v0.179.1 /build/three.module.js" ,
31- "three/addons/controls/OrbitControls" : "https://cdn.jsdelivr.net/npm/three@v0.179.1 /examples/jsm/controls/OrbitControls.min.js"
30+ "three" : "https://cdn.jsdelivr.net/npm/three@v0.180.0 /build/three.module.js" ,
31+ "three/addons/controls/OrbitControls" : "https://cdn.jsdelivr.net/npm/three@v0.180.0 /examples/jsm/controls/OrbitControls.min.js"
3232 }
3333 }
3434 </ script >
Original file line number Diff line number Diff line change 5454 "types" : " ./index.d.ts" ,
5555 "type" : " module" ,
5656 "dependencies" : {
57- "@babylonjs/core" : " 8.26.2 " ,
58- "@babylonjs/gui" : " 8.26.2 " ,
59- "@babylonjs/loaders" : " 8.26.2 " ,
60- "@babylonjs/materials" : " 8.26.2 " ,
61- "@babylonjs/serializers" : " 8.26.2 " ,
57+ "@babylonjs/core" : " 8.29.1 " ,
58+ "@babylonjs/gui" : " 8.29.1 " ,
59+ "@babylonjs/loaders" : " 8.29.1 " ,
60+ "@babylonjs/materials" : " 8.29.1 " ,
61+ "@babylonjs/serializers" : " 8.29.1 " ,
6262 "@babylonjs/havok" : " 1.3.10" ,
6363 "@bitbybit-dev/core" : " 0.20.6" ,
6464 "earcut" : " 2.2.3"
Original file line number Diff line number Diff line change 5454 "types" : " ./index.d.ts" ,
5555 "type" : " module" ,
5656 "dependencies" : {
57- "three" : " 0.179.1 " ,
57+ "three" : " 0.180.0 " ,
5858 "@bitbybit-dev/core" : " 0.20.6"
5959 },
6060 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments