The compass in the upper left corner can be rendered without bloom
but.
When rendering with bloom. Box is visible. But compass disappeared
codepen:
https://codepen.io/Cherish-Present/pen/KKzojbG
How to solve this problem?
Thanks!
codepen:
https://codepen.io/Cherish-Present/pen/KKzojbG
How to solve this problem?
Thanks!
nobody? need help
Hi!
Try this:
function animate() {
requestAnimationFrame( animate );
renderer.autoClear = false;
renderer.clear();
bloomComposer.render();
renderer.clearDepth();
renderer.render( scene2, camera2 );
}
Thank you very much!
I tried this in the middle. Maybe I didn’t check it carefully because of the environment or cache. Thank you again