Constructor Summary
Public Constructor | ||
public |
constructor(gl: WebGLRenderingContext, camera: Camera) constructor |
Method Summary
Public Methods | ||
public |
|
|
public |
|
|
public |
getContext(): * |
|
public |
getDynamicVertexData(dhObject: *): * |
|
public |
getVertexData(dhObject: *): * |
|
public |
render(dhObject: *) |
|
public |
renderMirror(dhObject: *, reflectionObjectArray: *) |
|
public |
setCamera(camera: *) |
|
public |
setClearColor(r: *, g: *, b: *, a: *) |
|
public |
setLight(light: *) |
Public Constructors
Public Methods
public disableStencil() source
public enableStencil() source
public getDynamicVertexData(dhObject: *): * source
Params:
Name | Type | Attribute | Description |
dhObject | * |
Return:
* |
public getVertexData(dhObject: *): * source
Params:
Name | Type | Attribute | Description |
dhObject | * |
Return:
* |
public render(dhObject: *) source
Params:
Name | Type | Attribute | Description |
dhObject | * |
public renderMirror(dhObject: *, reflectionObjectArray: *) source
Params:
Name | Type | Attribute | Description |
dhObject | * | ||
reflectionObjectArray | * |
public setCamera(camera: *) source
Params:
Name | Type | Attribute | Description |
camera | * |
public setClearColor(r: *, g: *, b: *, a: *) source
Params:
Name | Type | Attribute | Description |
r | * | ||
g | * | ||
b | * | ||
a | * |
public setLight(light: *) source
Params:
Name | Type | Attribute | Description |
light | * |