menu
openworld package
documentation
three_dart/three3d/renderers/index.dart
WebGLRenderer
initTexture method
initTexture method
dark_mode
light_mode
initTexture
method
void
initTexture
(
Texture
texture
)
Implementation
void initTexture(Texture texture) { textures.setTexture2D(texture, 0); state.unbindTexture(); }
openworld package
documentation
three_dart/three3d/renderers/index
WebGLRenderer
initTexture method
WebGLRenderer class