Skip to content

Commit

Permalink
Update PMREMNode.js
Browse files Browse the repository at this point in the history
commented out WebGLCoordinateSystem
  • Loading branch information
Spiri0 committed May 11, 2024
1 parent e7e4b90 commit d2ef275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/nodes/pmrem/PMREMNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { textureCubeUV } from './PMREMUtils.js';
import { uniform } from '../core/UniformNode.js';
import { NodeUpdateType } from '../core/constants.js';
import { nodeProxy, vec3 } from '../shadernode/ShaderNode.js';
import { WebGLCoordinateSystem } from 'three';
//import { WebGLCoordinateSystem } from 'three';

let _generator = null;

Expand Down

0 comments on commit d2ef275

Please sign in to comment.