Class WebGLRenderer

The WebGL renderer displays your beautifully crafted scenes using WebGL.

Hierarchy

Implements

Constructors

Properties

_camera: Camera
_renderer: WebGLRenderer
_scene: Object3D<Object3DEventMap>
domElement: HTMLCanvasElement

A 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.

Default

document.createElementNS( 'http://www.w3.org/1999/xhtml', 'canvas' )
freeze: boolean

Methods

  • Resizes the output canvas to (width, height), and also sets the viewport to fit that size, starting in (0, 0).

    Parameters

    • width: number
    • height: number
    • Optional updateStyle: boolean

    Returns void

Generated using TypeDoc