bldevries / blackhole_geodesic_calculator

A render engine for Blender that includes scientifically correct ray tracing using Einsteins theory for gravitation.
GNU General Public License v3.0
13 stars 0 forks source link

Suzanne brightness increase #1

Open Markus40 opened 4 weeks ago

Markus40 commented 4 weeks ago

I just saw your presentation at the Blender conference. It is a nice simulator you have built and making it a Blender addon is a great idea.

I noticed that parts of Suzanne become brighter as it moves behind the black hole. Do you know where that comes from?

bldevries commented 3 weeks ago

Hi Markus, how nice you saw my presentation and came here! And thanks for the compliments, much appriciated! You have noticed that well, it is because I have some lights in the scene that move with suzanne. My code is not implementing lights like it should just yet, I hacked it in to get it working, but the lensing makes it look funny :) Doing lighting properly is on my list of todos, so I add your issue to my enhancements. Thanks for letting me know!