We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f07e7 commit 8478554Copy full SHA for 8478554
examples/jsm/nodes/display/ViewportDepthNode.js
@@ -52,7 +52,7 @@ class ViewportDepthNode extends Node {
52
53
if ( this.valueNode !== null ) {
54
55
- depthPixelBase().assign( this.valueNode );
+ node = depthPixelBase().assign( this.valueNode );
56
57
}
58
0 commit comments