I was able to fix it by changing [this line](https://github.com/supermedium/aframe-environment-component/blob/master/index.js#L899) from ``` var ds = this.environmentData.dressingScale; ``` to ``` var ds = parseInt(this.environmentData.dressingScale); ```