menu
three_js_webgl_renderer package
documentation
webgl/index.dart
WebGLTextures
textureNeedsGenerateMipmaps method
textureNeedsGenerateMipmaps method
dark_mode
light_mode
textureNeedsGenerateMipmaps
method
bool
textureNeedsGenerateMipmaps
(
Texture
texture
)
Implementation
bool textureNeedsGenerateMipmaps(Texture texture) { return texture.generateMipmaps; }
three_js_webgl_renderer package
documentation
webgl/index
WebGLTextures
textureNeedsGenerateMipmaps method
WebGLTextures class