MeshFaceMaterial
class
@author mr.doob / http://mrdoob.com/
Ported to Dart from JS by:
@author rob silverton / http://www.unwrong.com/
class MeshFaceMaterial extends Material {
List materials = [];
MeshFaceMaterial([this.materials]);
}
Extends
Material > MeshFaceMaterial
Constructors
new MeshFaceMaterial([List materials]) #
Creates a new Object instance.
Object instances have no meaningful state, and are only useful
through their identity. An Object instance is equal to itself
only.
MeshFaceMaterial([this.materials]);
Properties
int blendDst #
int blending, blendSrc, blendDst
int blendEquation #
int blending, blendSrc, blendDst, blendEquation
bool depthTest #
bool transparent, depthTest
bool depthWrite #
bool transparent, depthTest, depthWrite
bool overdraw #
bool transparent, depthTest, depthWrite, overdraw
bool polygonOffset #
int polygonOffsetFactor #
int polygonOffsetUnits #
int polygonOffsetFactor, polygonOffsetUnits
Operators
dynamic operator [](String key) #
operator [] (String key) => _data[key];
dynamic operator []=(String key, value) #
operator []= (String key, value) => _data[key] = value;