Skip to content

Commit b3ceeb5

Browse files
committed
Updated builds.
1 parent e8e1a71 commit b3ceeb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/three.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20061,7 +20061,7 @@ THREE.Material.prototype = {
2006120061
if ( this.color instanceof THREE.Color ) data.color = this.color.getHex();
2006220062

2006320063
if ( this.roughness !== 0.5 ) data.roughness = this.roughness;
20064-
if ( this.metalness > 0 ) data.metalness = this.metalness;
20064+
if ( this.metalness !== 0.5 ) data.metalness = this.metalness;
2006520065

2006620066
if ( this.emissive instanceof THREE.Color ) data.emissive = this.emissive.getHex();
2006720067
if ( this.specular instanceof THREE.Color ) data.specular = this.specular.getHex();

build/three.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)