open-pv / simshady

Simulating Shadows for PV Potential Analysis on 3D Data in the Browser :sunny:
https://open-pv.github.io/simshady/
Apache License 2.0
5 stars 0 forks source link

Bug hunting #13

Closed MartGro closed 1 month ago

MartGro commented 1 month ago

Bug:

image Some triangles show strange artifacts.

What we tried: 1) Check normals: The normals that are calculated seem to be fine, since coloring by normal works well image

2) check subdivision: When coloring points randomly, it seems that it is nicely subdivided

3) replacing the dot product in the ray tracing with 1 gives consistent results

FlorianK13 commented 1 month ago

Solved with the referenced commit