menu
three_js_core package
documentation
renderers/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_core package
documentation
renderers/webgl/index
WebGLTextures
textureNeedsGenerateMipmaps method
WebGLTextures class