three-nebula
three-nebula copied to clipboard
Setting blending mode example
Hello. How I can change the blending mode from AdditiveBlending to NoBlending?
Hi,
If you are using the GPURenderer
, you can set the blend mode via the options
arg. It's currently undocumented because the GPURenderer is currently still "experimental" even though it is quite stable.
You can check the code here https://github.com/creativelifeform/three-nebula/blob/master/src/renderer/GPURenderer/index.js#L19