Skip to content

Commit 7851f4e

Browse files
author
aardgoose
committed
remove unused imports
1 parent 82107c4 commit 7851f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webgpu_sprites_common_buffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<script type="module">
3838

3939
import * as THREE from 'three';
40-
import { texture, uv, userData, rangeFog, color, SpriteNodeMaterial, reference, vec4, vec3 } from 'three/nodes';
40+
import { texture, uv, userData, rangeFog, color, SpriteNodeMaterial, reference } from 'three/nodes';
4141

4242
import WebGPU from 'three/addons/capabilities/WebGPU.js';
4343
import WebGL from 'three/addons/capabilities/WebGL.js';

0 commit comments

Comments
 (0)