get color => this.uniforms["diffuse"]["value"];
set color(value) { this.uniforms["diffuse"]["value"] = value; }