Skip to content

Commit 883d08d

Browse files
authored
Examples: Clean up. (#29473)
* Examples: Clean up. * E2E: Update screenshot.
1 parent d7575e4 commit 883d08d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
503 Bytes
Loading

examples/webgpu_materials_arrays.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
<script type="importmap">
1616
{
1717
"imports": {
18-
"three": "../build/three.module.js",
18+
"three": "../build/three.webgpu.js",
19+
"three/tsl": "../build/three.webgpu.js",
1920
"three/addons/": "./jsm/"
2021
}
2122
}
@@ -50,7 +51,7 @@
5051
}
5152

5253
// renderer
53-
renderer = new THREE.WebGLRenderer( {
54+
renderer = new THREE.WebGPURenderer( {
5455
forceWebGL,
5556
antialias: true,
5657
} );

0 commit comments

Comments
 (0)