menu
openworld package
documentation
three_dart/three3d/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; }
openworld package
documentation
three_dart/three3d/renderers/webgl/index
WebGLTextures
textureNeedsPowerOfTwo method
WebGLTextures class