Sebastian Schunke

Results 6 issues of Sebastian Schunke

## Summary I have found a scene with a possible intersection issue. ![out_all](https://user-images.githubusercontent.com/59089956/111283258-38dcfb00-863f-11eb-993e-144b7ace0291.png) ## System configuration - Platform: Linux - Compiler: Clang 10 - Python version: 3.8 - Mitsuba 2...

## Description I am trying to create a shape from CSG and output it to .ply format. The CSG part seems fine so far, but I am struggling with converting...

## Description This PR introduces a different algorithm for the bisection in the builtin kd-tree. The original implementation would fail to converge in the pre-defined 100 iterations. Fixes #233 ##...

### What happened? I am trying to combine two datasets with partially overlapping data variables and exactly identical coordinates, using the `compat="override"` option. In the resulting dataset, the data variable,...

bug
topic-combine

# Bug report ## Summary Using the Hapke BSDF model on a DEM surface produces invalid samples. ## Description When I use the Hapke BSDF on a flat surface, I...

bug 🐛

# Description This PR introduces the InterpolatedTexture class in Eradiate. This is a limited wrapper around the mitsuba `bitmap` texture class. It is limited in the sense that it fixes...