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.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
val | Z.Blend | The type of blending used to render this object. |
Returns
Section titled “Returns”this
Example
Section titled “Example”myobject.blend(Z.Blend.additive);