Home Reference Source

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

public OrbitControls(object: *, domElement: *) source

import {OrbitControls} from 'blueprint3d-js/scripts/three/orbitcontrols.js'

Params:

NameTypeAttributeDescription
object *
domElement *

public PointerLockControls(camera: *, domElement: *) source

import {PointerLockControls} from 'blueprint3d-js/scripts/three/pointerlockcontrols.js'

Params:

NameTypeAttributeDescription
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:

NameTypeAttributeDescription
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

Log the passed message in the context and with given level.

Params:

NameTypeAttributeDescription
context *

The context in which the message should be logged.

level *

The level of the message.

message *

The messages to be logged.