This warning keeps pops up in the browser console on every requestAnimationFrame when using GodRaysEffect:
WebGLRenderer: .getClearColor() now requires a Color as an argument
Simply use GodRaysEffect with the latest version of ThreeJs and you'll get the warning.
As the error states, "getClearColor" now requires a Color as an argument: https://threejs.org/docs/#api/en/renderers/WebGLRenderer.getClearColor

Hi,
thanks for the report! A fix will be included in the next release.
Please note that [email protected] officially supports three ≥ 0.102.0 < 0.123.0 and that such warnings are quite common when a newer version of three is used.
Most helpful comment
Hi,
thanks for the report! A fix will be included in the next release.
Please note that
[email protected]officially supportsthree ≥ 0.102.0 < 0.123.0and that such warnings are quite common when a newer version ofthreeis used.