InterpolationSamplingMode
THREE.InterpolationSamplingMode
object InterpolationSamplingMode extends Object
Represents the different interpolation sampling modes.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
- Self type
Members list
Value members
Concrete methods
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Concrete fields
Centroid sampling mode.
Centroid sampling mode.
Attributes
Flat interpolation using either vertex.
Flat interpolation using either vertex.
Attributes
Flat interpolation using the first vertex.
Flat interpolation using the first vertex.
Attributes
Normal sampling mode.
Normal sampling mode.
Attributes
Sample-specific sampling mode.
Sample-specific sampling mode.
Attributes
In this article