Hud
A heads up display that renders a separate scene.
Constructor Summary
| Public Constructor | ||
| public |
constructor(view: *) |
|
Member Summary
| Public Members | ||
| public |
ambient: * |
|
| public |
camera: * |
|
| public |
controls: * |
|
| public |
|
|
| public get |
inMotion: * |
|
| public |
renderer: * |
|
| public |
scene: * |
|
| public |
view: * |
|
Method Summary
| Public Methods | ||
| public |
calibrate(width: *, height: *) |
|
| public |
destroy() |
|
| public |
onMouseDown(state: *) |
|
| public |
onMouseMove(state: *) |
|
| public |
onMouseUp(state: *) |
|
| public |
onMouseWheel(state: *) |
|
| public |
onTouchEnd(state: *) |
|
| public |
onTouchMove(state: *) |
|
| public |
onTouchStart(state: *) |
|
| public |
render() |
|
| public |
update(time: *) |
|
Public Constructors
public constructor(view: *) source
Params:
| Name | Type | Attribute | Description |
| view | * |
Public Members
public ambient: * source
public camera: * source
public controls: * source
public get inMotion: * source
public renderer: * source
public scene: * source
public view: * source
Public Methods
public calibrate(width: *, height: *) source
Params:
| Name | Type | Attribute | Description |
| width | * | ||
| height | * |
public destroy() source
public onMouseDown(state: *) source
Params:
| Name | Type | Attribute | Description |
| state | * |
public onMouseMove(state: *) source
Params:
| Name | Type | Attribute | Description |
| state | * |
public onMouseUp(state: *) source
Params:
| Name | Type | Attribute | Description |
| state | * |
public onMouseWheel(state: *) source
Params:
| Name | Type | Attribute | Description |
| state | * |
public onTouchEnd(state: *) source
Params:
| Name | Type | Attribute | Description |
| state | * |
public onTouchMove(state: *) source
Params:
| Name | Type | Attribute | Description |
| state | * |
public onTouchStart(state: *) source
Params:
| Name | Type | Attribute | Description |
| state | * |
public render() source
public update(time: *) source
Params:
| Name | Type | Attribute | Description |
| time | * |