Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/threejs_4_deno/src/Three.js>WebGLState#setBlending

A simple transformation of three.js for use within a Deno workflow
Go to Latest
method WebGLState.prototype.setBlending
Re-export
import { WebGLState } from "https://deno.land/x/threejs_4_deno@v121/src/Three.js";

Parameters

blending: Blending
optional
blendEquation: BlendingEquation
optional
blendSrc: BlendingSrcFactor
optional
blendDst: BlendingDstFactor
optional
blendEquationAlpha: BlendingEquation
optional
blendSrcAlpha: BlendingSrcFactor
optional
blendDstAlpha: BlendingDstFactor
optional
premultiplyAlpha: boolean