Warning

Nightly releases are generated automatically from the latest source code and are intended for experimental purposes only. These builds may contain incomplete or untested features, bugs, or security vulnerabilities, and as such, are not for production use. Users should be aware that nightly releases may cause unexpected behavior, data loss, or system instability. Use of these releases is at the user's own risk, and it is advised to have adequate backups before testing. The software is provided as is with no guarantees or support.

ViewChangedEventΒΆ

Event that is fired when the view matrix of a viewer is changed. The view matrix can be changed externally, for instance via user interaction or on application level by setting the view matrix of the viewer. It might also be changed by webvis internal logic that requires the view matrix to be updated as a side effect. The event contains the new view matrix.

Hierarchy (View Summary)

Properties

id: number

The unique ID of the event.

matrix: Float32Array<ArrayBufferLike>

The new view matrix

transactionCode?: string

The transaction code associated with the event.

transactionID?: number

The transaction ID associated with the event.

type?: EventType

The type of the event.

viewer: ViewerAPI

The viewer in which the view matrix was changed