|
11 | 11 | <script type="importmap"> |
12 | 12 | { |
13 | 13 | "imports": { |
14 | | - "three": "https://cdn.jsdelivr.net/npm/three@0.173.0/build/three.webgpu.min.js", |
15 | | - "three/webgpu": "https://cdn.jsdelivr.net/npm/three@0.173.0/build/three.webgpu.min.js", |
16 | | - "three/tsl": "https://cdn.jsdelivr.net/npm/three@0.173.0/build/three.tsl.min.js", |
17 | | - "three/addons/": "https://cdn.jsdelivr.net/npm/three@0.173.0/examples/jsm/", |
18 | | - "three/examples/jsm/": "https://cdn.jsdelivr.net/npm/three@0.173.0/examples/jsm/" |
| 14 | + "three": "https://cdn.jsdelivr.net/npm/three@0.174.0/build/three.webgpu.min.js", |
| 15 | + "three/webgpu": "https://cdn.jsdelivr.net/npm/three@0.174.0/build/three.webgpu.min.js", |
| 16 | + "three/tsl": "https://cdn.jsdelivr.net/npm/three@0.174.0/build/three.tsl.min.js", |
| 17 | + "three/addons/": "https://cdn.jsdelivr.net/npm/three@0.174.0/examples/jsm/", |
| 18 | + "three/examples/jsm/": "https://cdn.jsdelivr.net/npm/three@0.174.0/examples/jsm/" |
19 | 19 | } |
20 | 20 | } |
21 | 21 | </script> |
|
1533 | 1533 |
|
1534 | 1534 | <!-- mouse_wheel variable is used throughout as a trigger for rendering --> |
1535 | 1535 |
|
1536 | | - <title>OBJ+MTL WebGPU (r173)</title> |
| 1536 | + <title>OBJ+MTL WebGPU (r174)</title> |
1537 | 1537 | </head> |
1538 | 1538 | <body onload="reset_all(); document_ready();" onresize="resize();"> |
1539 | 1539 | <div id="fixed_menu" class="fixed-menu"> |
|
1985 | 1985 | if (ktx2_loader === undefined) { |
1986 | 1986 | const { KTX2Loader } = await import( "three/addons/loaders/KTX2Loader.min.js" ); |
1987 | 1987 | ktx2_loader = new KTX2Loader( manager ); |
1988 | | - ktx2_loader.setTranscoderPath( "https://cdn.jsdelivr.net/npm/three@0.173.0/examples/jsm/libs/basis/" ); |
| 1988 | + ktx2_loader.setTranscoderPath( "https://cdn.jsdelivr.net/npm/three@0.174.0/examples/jsm/libs/basis/" ); |
1989 | 1989 | manager.addHandler( /\.ktx2$/i, ktx2_loader ); |
1990 | 1990 | } |
1991 | 1991 |
|
|
0 commit comments