three-engine
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -25,3 +25,3 @@ { | ||
], | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "Engine/framework for three.js", | ||
@@ -28,0 +28,0 @@ "main": "./build/three-engine.min.js", |
@@ -202,3 +202,3 @@ /* | ||
clone(){ | ||
return new AnimatedMaterial(this.spriteSheet, {...this.parameters}); | ||
return new AnimatedMaterial(this.spriteSheet, {...this.parameters}, {...this.materialParameters}); | ||
} | ||
@@ -205,0 +205,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1261522