Material

THREE.Material
class Material extends Object

Abstract base class for materials.

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def copy(material: Material): this.type
def customProgramCacheKey(): String
def dispose(): Unit
def jsClone(): this.type
def onBeforeCompile(shader: Object): Unit
def setValues(values: Object): Unit

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 `type`: String
var alphaTest: Double
var alphaToCoverage: Boolean
var blending: Int
var depthTest: Boolean
var depthWrite: Boolean
val id: Int
var name: String
var opacity: Double
var polygonOffset: Boolean
var polygonOffsetFactor: Double
var polygonOffsetUnits: Double
var precision: UndefOr[String]
var premultipliedAlpha: Boolean
var side: Int
var stencilWrite: Boolean
var toneMapped: Boolean
var transparent: Boolean
var userData: Object
val uuid: String
var version: Int
var vertexColors: Boolean
var visible: Boolean