Przeglądaj źródła

Update AnamorphicNode.js

Fix module name.
Michael Herzog 1 rok temu
rodzic
commit
672d77ab93
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/jsm/tsl/display/AnamorphicNode.js

+ 1 - 1
examples/jsm/tsl/display/AnamorphicNode.js

@@ -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();
 

粤ICP备19079148号