CubeTexture
THREE.CubeTexture
class CubeTexture(var images: UndefOr[Array[Any]], mapping: UndefOr[Int], wrapS: UndefOr[Int], wrapT: UndefOr[Int], magFilter: UndefOr[Int], minFilter: UndefOr[Int], format: UndefOr[Int], `type`: UndefOr[Int], anisotropy: UndefOr[Int], colorSpace: UndefOr[String]) extends Texture
Represents a texture comprising six images - one for each side of a cube.
Attributes
- Graph
-
- Supertypes
Members list
Value members
In this article