|
@@ -14,10 +14,10 @@ class MeshMatcapNodeMaterial extends NodeMaterial {
|
|
|
|
|
|
super();
|
|
super();
|
|
|
|
|
|
- this.isMeshMatcapNodeMaterial = true;
|
|
|
|
-
|
|
|
|
this.lights = false;
|
|
this.lights = false;
|
|
|
|
|
|
|
|
+ this.isMeshMatcapNodeMaterial = true;
|
|
|
|
+
|
|
this.setDefaultValues( defaultValues );
|
|
this.setDefaultValues( defaultValues );
|
|
|
|
|
|
this.setValues( parameters );
|
|
this.setValues( parameters );
|