InterpolationSamplingMode

THREE.InterpolationSamplingMode
object InterpolationSamplingMode extends Object

Represents the different interpolation sampling modes.

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def toString(): String

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

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val CENTROID: String

Centroid sampling mode.

Centroid sampling mode.

Attributes

val EITHER: String

Flat interpolation using either vertex.

Flat interpolation using either vertex.

Attributes

val FIRST: String

Flat interpolation using the first vertex.

Flat interpolation using the first vertex.

Attributes

val NORMAL: String

Normal sampling mode.

Normal sampling mode.

Attributes

val SAMPLE: String

Sample-specific sampling mode.

Sample-specific sampling mode.

Attributes