|
@@ -259,13 +259,7 @@ THREE.PMREMGenerator.prototype = {
|
|
|
gl_FragColor = linearToOutputTexel( vec4( rgbColor, 1.0 ) );\n\
|
|
|
}",
|
|
|
|
|
|
- blending: THREE.CustomBlending,
|
|
|
- premultipliedAlpha: false,
|
|
|
- blendSrc: THREE.OneFactor,
|
|
|
- blendDst: THREE.ZeroFactor,
|
|
|
- blendSrcAlpha: THREE.OneFactor,
|
|
|
- blendDstAlpha: THREE.ZeroFactor,
|
|
|
- blendEquation: THREE.AddEquation
|
|
|
+ blending: THREE.NoBlending
|
|
|
|
|
|
} );
|
|
|
|