The ViewerState describes the current state of a Viewer.
The ViewerState is grouped by the ViewerStateCategory which can be discovered by dividing the State by 1000.
Indicates a general Error that doesn't match any of the specific ones.
ERROR_WEBGL_CONTEXT_LOST
ERROR_WEBGL_CONTEXT_LOST:5001
Indicates that the Viewer lost the webGL Context.
This can happen when your browser decides that your applications uses too many resources.
READY
READY:3000
Indicates that the Viewer is ready to use.
SETUP
SETUP:2000
Indicates that the Viewer is currently setting up the render pipeline.
WARNING
WARNING:4000
Indicates a general Warning that doesn't match any of the specific ones.
WARNING_LOW_PERFORMANCE
WARNING_LOW_PERFORMANCE:4001
Indicates that the Viewer is running without hardware acceleration.
This may result in a degraded performance. Please check the browser settings to enable hardware acceleration.
Did you find this page useful? Please give it a rating:
The ViewerState describes the current state of a Viewer. The ViewerState is grouped by the ViewerStateCategory which can be discovered by dividing the State by 1000.