[Three.js]Three.js中文文檔-自定義混合方程常數

Custom Blending Equation Constants

Todo: 這篇文章裏的英文對應的是Three.js裏的對象方法,後續進行詳細說明,尾部附上源碼git

方程式(Equations)

THREE.AddEquation
THREE.SubtractEquation
THREE.ReverseSubtractEquation
THREE.MinEquation
THREE.MaxEquationgithub

指定係數(Destination Factors)

THREE.ZeroFactor
THREE.OneFactor
THREE.SrcColorFactor
THREE.OneMinusSrcColorFactor
THREE.SrcAlphaFactor
THREE.OneMinusSrcAlphaFactor
THREE.DstAlphaFactor
THREE.OneMinusDstAlphaFactor對象

來源因子(Source Factors)

THREE.DstColorFactor
THREE.OneMinusDstColorFactor
THREE.SrcAlphaSaturateFactor
Sourcethree

src/Three.jsget

相關文章
相關標籤/搜索