I have a long road and a rocket car I want to animate in EEVEE.
When lighting up the model I would add a light probe so that the road would glow from the rear rockets.
But If I put that same probe and scale it for the entire road the rocket car travels through but there is no reflections on the road.
How do I have to approach the light probes so that a moving glowing object emit everywhere it goes properly?
That is the first thing I tried and it didn’t work.
The glow stays when the vehicle moves, it just stays where the probe has been baked in the first place.
Maybe I don’t quite understand what you want to achieve !!
But for me, parenting the probe and the car works perfectly…
…Of course you have to correctly adjust the size of the “Probe” according to your camera …
I want to achieve a glow on the road and at the rear of the car.
For the entire animation for about a kilometer as the camera follows the vehicle.
Using EEVEE.
Methods I tried and it didn’t work:
Scale a light probe to the entire kilometer of the road. Bake then render.
Parent the light probe to the vehicle. Bake then render.
That is what I’m trying to do and need help to understand why it doesn’t work and how it should work.
Looks like you have an irradiance volume as light probe for indirect light. It can’t be animated yet if the meshlight itself is moving, see Eevee Indirect Lighting in the manual:
As of now the light cache is static and needs to be computed before rendering. It cannot be updated per frame (unless via scripting). This limitation is being worked on and will be removed in future versions.