menu
three_js_core package
documentation
renderers/webgl/index.dart
WebGLTextures
textureNeedsPowerOfTwo method
textureNeedsPowerOfTwo method
dark_mode
light_mode
textureNeedsPowerOfTwo
method
dynamic
textureNeedsPowerOfTwo
(
Texture
texture
)
Implementation
textureNeedsPowerOfTwo(Texture texture) { if (isWebGL2) return false; }
three_js_core package
documentation
renderers/webgl/index
WebGLTextures
textureNeedsPowerOfTwo method
WebGLTextures class