onContextCreationError method
void
onContextCreationError(
- dynamic event
Implementation
void onContextCreationError( event ) {
console.error( 'THREE.WebGLRenderer: A WebGL context could not be created. Reason: ${event.statusMessage}');
}