Skip to content

Commit 1d0a68f

Browse files
committed
SSRNode: Clean up.
1 parent 83dbc70 commit 1d0a68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/tsl/display/SSRNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ class SSRNode extends TempNode {
399399

400400
} );
401401

402-
// compute new uv, depth, viewZ and viewPosition for the next fragment
402+
// compute new uv, depth and viewZ for the next fragment
403403
const uvNode = xy.div( this._resolution );
404404
const d = sampleDepth( uvNode ).toVar();
405405
const vZ = getViewZ( d ).toVar();

0 commit comments

Comments
 (0)