WebGLRenderer


Inheritance WebGLRenderer Renderer Module hilo/renderer/WebGLRenderer Requires hilo/core/Class, hilo/renderer/Renderer, hilo/geom/Matrix Source WebGLRenderer.js
WebGLRenderer The WebGLRenderer, all the visual object is drawing on the canvas using WebGL.The stage will create different renderer depend on the canvas and renderType properties, developer need not use this class directly.

Properties

Show Inherited Properties
Property Defined
gl:WebGLRenderingContext
The WebGL context of the renderer, readonly.
WebGLRenderer
static
WebGLRenderer
static
WebGLRenderer
static
WebGLRenderer

Methods

Show Inherited Methods
Method Defined
WebGLRenderer(properties:Object)
Constructor
WebGLRenderer

Property Detail

[Static] ATTRIBUTE_NUM
gl:WebGLRenderingContext
The WebGL context of the renderer, readonly.
[Static] isSupported
[Static] MAX_BATCH_NUM

Constructor

WebGLRenderer(properties:Object)
parameters
properties:Object — The properties to create a renderer, contains all writeable props of this class.