|
@@ -218,6 +218,9 @@ Material.prototype = Object.assign( Object.create( EventDispatcher.prototype ),
|
|
|
data.envMap = this.envMap.toJSON( meta ).uuid;
|
|
|
data.reflectivity = this.reflectivity; // Scale behind envMap
|
|
|
|
|
|
+ if ( this.combine !== undefined ) data.combine = this.combine;
|
|
|
+ if ( this.envMapIntensity !== undefined ) data.envMapIntensity = this.envMapIntensity;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
if ( this.gradientMap && this.gradientMap.isTexture ) {
|