File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
examples/jsm/nodes/materials Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class MeshNormalNodeMaterial extends NodeMaterial {
1717
1818 this . isMeshNormalNodeMaterial = true ;
1919
20- this . colorSpace = false ;
20+ this . colorSpaced = false ;
2121
2222 this . setDefaultValues ( defaultValues ) ;
2323
Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ class NodeMaterial extends ShaderMaterial {
3737 this . fog = true ;
3838 this . lights = true ;
3939 this . normals = true ;
40- this . colorSpace = true ;
40+
41+ this . colorSpaced = true ;
4142
4243 this . lightsNode = null ;
4344 this . envNode = null ;
@@ -334,7 +335,7 @@ class NodeMaterial extends ShaderMaterial {
334335
335336 // ENCODING
336337
337- if ( this . colorSpace === true ) {
338+ if ( this . colorSpaced === true ) {
338339
339340 const renderTarget = renderer . getRenderTarget ( ) ;
340341
You can’t perform that action at this time.
0 commit comments