renderer.setClearColor with bloom unselective, not the good color

Hi,

When i use bloom unselective with layers i could set my renderer color correctly and i have this effect :

renderer.setClearColor(0x01010d, 0);

But When i use the other method and put the same setting

renderer.setClearColor(0x01010d, 0);

The color is not correct. How do you do to have the same color than the previous one ?

Thanks :slight_smile:

find it’s just in the setting here :

// BLOOM
const params = {
  exposure: 4,
  bloomStrength: 1,
  bloomThreshold: .1,
  bloomRadius: 10
};
1 Like