I'm working on a website using the amazing three.js
library. My current challenge is figuring out how to incorporate a camera flash effect into three.js
. Currently, I have a rotating cube in my scene and I would like to have a camera flash occur after 4 seconds, leading to the loading of another page. I have been utilizing stateTime += deltaTime
along with a basic scene setup. If you have any suggestions on how to achieve a camera flash effect in threejs, I would greatly appreciate your input!
Take a look at a preview of my progress so far. The only element missing is the camera flash!