|
@@ -29,9 +29,9 @@ void main() {
|
|
|
|
|
|
gl_FragColor = vec4( outgoingLight, diffuseColor.a );
|
|
gl_FragColor = vec4( outgoingLight, diffuseColor.a );
|
|
|
|
|
|
|
|
+ #include <premultiplied_alpha_fragment>
|
|
#include <tonemapping_fragment>
|
|
#include <tonemapping_fragment>
|
|
#include <encodings_fragment>
|
|
#include <encodings_fragment>
|
|
#include <fog_fragment>
|
|
#include <fog_fragment>
|
|
- #include <premultiplied_alpha_fragment>
|
|
|
|
|
|
|
|
}
|
|
}
|