-
Beta Was this translation helpful? Give feedback.
Answered by
faycalaa
Jun 19, 2025
Replies: 1 comment 7 replies
-
Hi @Mohkared, It is surprising that you get no paths with the second setup. Here are some sanity checks you could try:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sionna 0.19 generates diffusely reflected paths even when the scattering coefficient is set to 0. However, these paths should carry no energy (the path coefficients should equal 0) if the scattering coefficient of the reflector is set to 0. This is not the case with Sionna 1, which does not generate diffusely reflected paths when the scattering coefficient is set to 0, even if diffuse reflection is enabled. Could this be what you observe in the first figure, i.e., diffusely reflected paths carrying no energy? Assuming the scattering coefficient is set to 0, a quick check would be to look at the path coefficients you get with Sionna 0.19 and see if they equal 0, or too look at their
types
.…