ViewChangedEventΒΆ
Class ViewChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- ViewChangedEvent
Index
Properties
Properties
id
id: number
The unique ID of the event.
matrix
matrix: Float32Array
The new view matrix
Optionaltransaction Code
transactionCode?: string
The transaction code associated with the event.
Optionaltransaction ID
transactionID?: number
The transaction ID associated with the event.
Optionaltype
The type of the event.
viewer
The viewer in which the view matrix was changed
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.
See