bgmeulem / Luminet

This repo provides material for recreating the famous paper by Jean-Pierre Luminet (1979), simulating the first image of a Schwarzschild black hole.
MIT License
63 stars 5 forks source link

Better method for accretion disk rendering #6

Open bgmeulem opened 2 months ago

bgmeulem commented 2 months ago

Currently, I manually set a max radius on which I sample points. It's rather unclear what's supposed to happen when ghost images pass through. I assume a perfectly opaque accretion disk with sharp cutoff at the max radius.

I'm not planning on implementing actual ray tracing, scattering functions, absorption etc (have a look at the SKIRT project if that's if interest to you), but I can probably figure something out that works better then what I do now.