Kwasniok / cpp-raytracing

non-linear raytraycing based on "Raytracing in One Weekend"
2 stars 0 forks source link

step size bug for twisted orb geometry #56

Closed Kwasniok closed 2 years ago

Kwasniok commented 2 years ago

When staring from far away from the origin, ray segments approaching the origin do not always decrease their step size. This leads to inaccurate results, e.g. space becomes flat again when viewed from afar.

related: #57

Kwasniok commented 2 years ago

fixed by 05de344