Create a new WebGL renderer.
Optional
parameters: WebGLRendererParametersProtected
_cameraProtected
_rendererProtected
_sceneA Canvas where the renderer draws its output. This is automatically created by the renderer in the constructor (if not provided already); you just need to add it to your page.
document.createElementNS( 'http://www.w3.org/1999/xhtml', 'canvas' )
Protected
_checkGenerated using TypeDoc
The WebGL renderer displays your beautifully crafted scenes using WebGL.