Update: CC - Demo New - Key Up (ip0443a52d.js) 30 bytes modified

beta.r3js.org
-=yb4f310 2018-02-15 14:43:13 +01:00
parent 0e23e48114
commit fb37077730
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ if (data.code === 'KeyL') {
}
var uniforms = Object.assign(
THREE.UniformsLib['lights'],
THREE.UniformsLib['lights'],
THREE.UniformsLib['common'],
{
map: { value: this.textureWhite.instance }
}