Skip to content

blend(...)

Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.

blend(val : Blend) : this;

Sets the type of blending used to render this object.

ParameterTypeDescription
valZ.BlendThe type of blending used to render this object.

this

myobject.blend(Z.Blend.additive);