Function
| Static Public Summary | ||
| public |
|
|
| public |
OrbitControls(object: *, domElement: *) |
|
| public |
PointerLockControls(camera: *, domElement: *) |
|
| public |
isLogging(context: *, level: *): * Pre-check if logging for specified context and/or level is enabled. |
|
| public |
log(context: *, level: *, message: *) Log the passed message in the context and with given level. |
|
Static Public
public OBJExporter() source
import {OBJExporter} from 'blueprint3d-js/scripts/exporters/OBJExporter.js'public OrbitControls(object: *, domElement: *) source
import {OrbitControls} from 'blueprint3d-js/scripts/three/orbitcontrols.js'Params:
| Name | Type | Attribute | Description |
| object | * | ||
| domElement | * |
public PointerLockControls(camera: *, domElement: *) source
import {PointerLockControls} from 'blueprint3d-js/scripts/three/pointerlockcontrols.js'Params:
| Name | Type | Attribute | Description |
| camera | * | ||
| domElement | * |
public isLogging(context: *, level: *): * source
import {isLogging} from 'blueprint3d-js/scripts/core/log.js'Pre-check if logging for specified context and/or level is enabled. This may be used to avoid compilation of complex logs.
Params:
| Name | Type | Attribute | Description |
| context | * | The log context to be verified. |
|
| level | * | The log level to be verified. |
Return:
| * | If this context/levels is currently logged. |
public log(context: *, level: *, message: *) source
import {log} from 'blueprint3d-js/scripts/core/log.js'Log the passed message in the context and with given level.
Params:
| Name | Type | Attribute | Description |
| context | * | The context in which the message should be logged. |
|
| level | * | The level of the message. |
|
| message | * | The messages to be logged. |