menu
openworld package
documentation
three_dart/three3d/renderers/index.dart
WebGLRenderer
setClearColor method
setClearColor method
dark_mode
light_mode
setClearColor
method
void
setClearColor
(
Color
color
, [
double
alpha
=
1.0
])
Implementation
void setClearColor(Color color, [double alpha = 1.0]) { background.setClearColor(color, alpha); }
openworld package
documentation
three_dart/three3d/renderers/index
WebGLRenderer
setClearColor method
WebGLRenderer class