|
@@ -206,7 +206,7 @@ class SSRNode extends TempNode {
|
|
|
* @private
|
|
* @private
|
|
|
* @type {UniformNode<bool>}
|
|
* @type {UniformNode<bool>}
|
|
|
*/
|
|
*/
|
|
|
- this._isPerspectiveCamera = uniform( camera.isPerspectiveCamera );
|
|
|
|
|
|
|
+ this._isPerspectiveCamera = uniform( camera.isPerspectiveCamera === true );
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* The resolution of the pass.
|
|
* The resolution of the pass.
|