Texture
THREE.Texture
class Texture(var image: UndefOr[Any], var mapping: UndefOr[Int], var wrapS: UndefOr[Int], var wrapT: UndefOr[Int], var magFilter: UndefOr[Int], var minFilter: UndefOr[Int], var format: UndefOr[Int], `type`: UndefOr[Int], var anisotropy: UndefOr[Int], var colorSpace: UndefOr[String]) extends Object
Base class for textures in THREE.js.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Concrete fields
In this article