Skip to content

Commit

Permalink
Update AnamorphicNode.js
Browse files Browse the repository at this point in the history
Fix module name.
  • Loading branch information
Mugen87 authored Dec 18, 2024
1 parent 3c42174 commit 672d77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/tsl/display/AnamorphicNode.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { RenderTarget, Vector2, TempNode, QuadMesh, NodeMaterial, PostProcessingUtils } from 'three/webgpu';
import { nodeObject, Fn, float, NodeUpdateType, uv, passTexture, uniform, convertToTexture, vec2, vec3, Loop, mix, luminance } from 'three/tsl';

/** @module AnaglyphPassNode **/
/** @module AnamorphicNode **/

const _quadMesh = /*@__PURE__*/ new QuadMesh();

Expand Down

0 comments on commit 672d77a

Please sign in to comment.