Skip to content

Commit

Permalink
Merge pull request #12361 from looeee/FBXLoader_revert_envmap
Browse files Browse the repository at this point in the history
FBXLoader: Removed envMapIntensity parameter
  • Loading branch information
mrdoob committed Oct 9, 2017
2 parents 754975f + ae69b3a commit 9e0800d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/js/loaders/FBXLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@
}
if ( properties.ReflectionFactor ) {

parameters.envMapIntensity = parseFloat( properties.ReflectionFactor.value );
parameters.reflectivity = parseFloat( properties.ReflectionFactor.value );

}
Expand Down

0 comments on commit 9e0800d

Please sign in to comment.