We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82107c4 commit 7851f4eCopy full SHA for 7851f4e
examples/webgpu_sprites_common_buffer.html
@@ -37,7 +37,7 @@
37
<script type="module">
38
39
import * as THREE from 'three';
40
- import { texture, uv, userData, rangeFog, color, SpriteNodeMaterial, reference, vec4, vec3 } from 'three/nodes';
+ import { texture, uv, userData, rangeFog, color, SpriteNodeMaterial, reference } from 'three/nodes';
41
42
import WebGPU from 'three/addons/capabilities/WebGPU.js';
43
import WebGL from 'three/addons/capabilities/WebGL.js';
0 commit comments