WebGLBackground constructor
WebGLBackground(
- WebGLRenderer renderer,
- WebGLCubeMaps cubemaps,
- WebGLState state,
- WebGLObjects objects,
- bool alpha,
- bool premultipliedAlpha,
Implementation
WebGLBackground(this.renderer, this.cubemaps, this.state, this.objects,
this.alpha, this.premultipliedAlpha) {
clearAlpha = alpha == true ? 0.0 : 1.0;
}