Skip to content

Commit 2209746

Browse files
Potential fix for code scanning alert no. 3582: Unused variable, import, function or class
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 32aace7 commit 2209746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webgpu_reflection.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
import * as THREE from 'three';
3131

32-
import { abs, blendOverlay, color, div, float, Fn, instancedBufferAttribute, materialColor, min, mrt, normalView, normalWorldGeometry, output, pass, positionGeometry, positionLocal, reflector, screenUV, sin, sub, texture, time, uniform, uv, varyingProperty, vec3 } from 'three/tsl';
32+
import { abs, blendOverlay, color, float, Fn, instancedBufferAttribute, materialColor, normalWorldGeometry, pass, positionGeometry, positionLocal, reflector, screenUV, sin, sub, texture, time, uniform, uv, vec3 } from 'three/tsl';
3333
import { ao } from 'three/addons/tsl/display/GTAONode.js';
3434
import { denoise } from 'three/addons/tsl/display/DenoiseNode.js';
3535
import { gaussianBlur } from 'three/addons/tsl/display/GaussianBlurNode.js';

0 commit comments

Comments
 (0)