@@ -48,7 +48,12 @@ MeshPhysicalMaterial.prototype.copy = function ( source ) {
MeshStandardMaterial.prototype.copy.call( this, source );
- this.defines = { 'PHYSICAL': '' };
+ this.defines = {
+
+ 'PHYSICAL': '',
+ 'ADVANCED_PHYSICAL': ''
+ };
this.reflectivity = source.reflectivity;
@@ -59,8 +59,8 @@ function MeshStandardMaterial( parameters ) {
Material.call( this );
- this.defines = { 'STANDARD': '' };
-
+ this.defines = { 'PHYSICAL': '' };
this.type = 'MeshStandardMaterial';
this.color = new Color( 0xffffff ); // diffuse