File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ objects straight from HTML:
124124 <head >
125125 <script src =" https://aframe.io/releases/1.8.0/aframe.min.js" ></script >
126126 <script src =" https://cdn.jsdelivr.net/gh/c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.js" ></script >
127- <script src =" https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.0 /dist/aframe-extras.min.js" ></script >
127+ <script src =" https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.7.x /dist/aframe-extras.min.js" ></script >
128128 <script src =" https://cdn.jsdelivr.net/npm/@fern-solutions/aframe-sky-background/dist/sky-background.umd.min.js" ></script >
129129 </head >
130130 <body >
Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ Registry and using the JSDELIVR CDN. This example can also be viewed in the [A-
482482 <script src =" https://aframe.io/releases/1.8.0/aframe.min.js" ></script >
483483 <script src =" https://unpkg.com/@c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.js" ></script >
484484 <script src =" https://cdn.jsdelivr.net/npm/aframe-simple-sun-sky@^1.2.2/simple-sun-sky.js" ></script >
485- <script src =" https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.0 /dist/aframe-extras.min.js" ></script >
485+ <script src =" https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.7.x /dist/aframe-extras.min.js" ></script >
486486 </head >
487487 <body >
488488 <a-scene >
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ Make sure the three and A-Frame versions are compatible. See browser console (or
412412 " aframe" : " https://aframe.io/releases/1.8.0/aframe.module.min.js" ,
413413 " three" : " https://cdn.jsdelivr.net/npm/super-three@0.184.0/build/three.module.min.js" ,
414414 " three/addons/" : " https://cdn.jsdelivr.net/npm/super-three@0.184.0/examples/jsm/" ,
415- " aframe-extras/controls" : " https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5 .x/dist/aframe-extras.controls.min.js"
415+ " aframe-extras/controls" : " https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.7 .x/dist/aframe-extras.controls.min.js"
416416 }
417417 }
418418 </script >
Original file line number Diff line number Diff line change 1010 "aframe" : "../../../dist/aframe-master.module.min.js" ,
1111 "three" : "../../../super-three-package/build/three.module.min.js" ,
1212 "three/addons/" : "../../../super-three-package/examples/jsm/" ,
13- "aframe-extras/controls" : "https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5 .x/dist/aframe-extras.controls.min.js"
13+ "aframe-extras/controls" : "https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.7 .x/dist/aframe-extras.controls.min.js"
1414 }
1515 }
1616 </ script >
Original file line number Diff line number Diff line change 88 -->
99 < script src ="../../../dist/aframe-master.js "> </ script >
1010 < script src ="https://cdn.jsdelivr.net/gh/c-frame/aframe-particle-system-component@1.2.x/dist/aframe-particle-system-component.min.js "> </ script >
11- < script src ="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.0 /dist/aframe-extras.min.js "> </ script >
11+ < script src ="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.7.x /dist/aframe-extras.min.js "> </ script >
1212 < script src ="https://cdn.jsdelivr.net/npm/@fern-solutions/aframe-sky-background/dist/sky-background.umd.min.js "> </ script >
1313 </ head >
1414 < body >
You can’t perform that action at this time.
0 commit comments