Skip to content

Commit 3907def

Browse files
committed
BokehShader2: Clean up
1 parent 80d3799 commit 3907def

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/js/shaders/BokehShader2.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,6 @@ THREE.BokehDepthShader = {
389389

390390
"varying float vViewZDepth;",
391391

392-
"#include <common>",
393-
"#include <packing>",
394-
395392
"void main() {",
396393

397394
" float color = 1.0 - smoothstep( mNear, mFar, vViewZDepth );",

0 commit comments

Comments
 (0)