Flip texture vertically. See: https://threejs.org/docs/#api/en/textures/Texture.flipY.
Texture magnification filter.
Texture minification filter.
Texture horizontal repetition rate. See: https://threejs.org/docs/#api/en/textures/Texture.repeat.
Texture vertical repetition rate. See: https://threejs.org/docs/#api/en/textures/Texture.repeat.
Texture horizontal wrapping mode. See: https://threejs.org/docs/#api/en/textures/Texture.wrapS.
Texture vertical wrapping mode. See: https://threejs.org/docs/#api/en/textures/Texture.wrapT.
Generated using TypeDoc
Properties of a Texture (https://threejs.org/docs/#api/en/textures/Texture).