Just starting out with Three and I'm really enjoying it, but I seem to be stuck on a problem.
The code in this gist might help: https://gist.github.com/TheeBryanWhite/a7a2041fc8848a0ba449897883c43bdc
Initially, the first render functions correctly by displaying horizontal and vertical lines. However, during the second pass intended for rendering an Unreal Bloom effect, nothing appears on the canvas. Despite logging the scene and confirming that meshes are present, the screen remains blank.
Any insights or suggestions?