|
11 | 11 | <script type="importmap"> |
12 | 12 | { |
13 | 13 | "imports": { |
14 | | - "three": "https://cdn.jsdelivr.net/npm/three@0.172.0/build/three.webgpu.min.js", |
15 | | - "three/webgpu": "https://cdn.jsdelivr.net/npm/three@0.172.0/build/three.webgpu.min.js", |
16 | | - "three/tsl": "https://cdn.jsdelivr.net/npm/three@0.172.0/build/three.tsl.min.js", |
17 | | - "three/addons/": "https://cdn.jsdelivr.net/npm/three@0.172.0/examples/jsm/", |
18 | | - "three/examples/jsm/": "https://cdn.jsdelivr.net/npm/three@0.172.0/examples/jsm/" |
| 14 | + "three": "https://cdn.jsdelivr.net/npm/three@0.178.0/build/three.webgpu.min.js", |
| 15 | + "three/webgpu": "https://cdn.jsdelivr.net/npm/three@0.178.0/build/three.webgpu.min.js", |
| 16 | + "three/tsl": "https://cdn.jsdelivr.net/npm/three@0.178.0/build/three.tsl.min.js", |
| 17 | + "three/addons/": "https://cdn.jsdelivr.net/npm/three@0.178.0/examples/jsm/", |
| 18 | + "three/examples/jsm/": "https://cdn.jsdelivr.net/npm/three@0.178.0/examples/jsm/" |
19 | 19 | } |
20 | 20 | } |
21 | 21 | </script> |
|
58 | 58 |
|
59 | 59 | labelGeometry = TextGeometry; |
60 | 60 |
|
61 | | - await font_loader.load( "https://cdn.jsdelivr.net/npm/three@0.172.0/examples/fonts/optimer_bold.typeface.json", function( font ) { |
| 61 | + await font_loader.load( "https://cdn.jsdelivr.net/npm/three@0.178.0/examples/fonts/optimer_bold.typeface.json", function( font ) { |
62 | 62 | label_font = font; |
63 | 63 | }); |
64 | 64 |
|
|
230 | 230 |
|
231 | 231 | <!-- mouse_wheel variable is used throughout as a trigger for rendering --> |
232 | 232 |
|
233 | | - <title>PDB WebGPU (r172)</title> |
| 233 | + <title>PDB WebGPU (r178)</title> |
234 | 234 | </head> |
235 | 235 | <body onload="reset_all(); document_ready(); disabled_changed();" onresize="resize();"> |
236 | 236 | <div id="fixed_menu" class="fixed-menu"> |
|
0 commit comments