You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The routine for calculating specular reflections per specular obstacle is within the loop for each mesh vertex. It should really be somewhere global, because we only need to do this once, if specBounces > 0. Then, per mesh vertex, we can perform the translation of the reflected ray onto the sensor point. E.g. In CCalculateSolarMesh.RunAnnualSimulation, lines 1682-1721.
The text was updated successfully, but these errors were encountered:
The routine for calculating specular reflections per specular obstacle is within the loop for each mesh vertex. It should really be somewhere global, because we only need to do this once, if specBounces > 0. Then, per mesh vertex, we can perform the translation of the reflected ray onto the sensor point. E.g. In CCalculateSolarMesh.RunAnnualSimulation, lines 1682-1721.
The text was updated successfully, but these errors were encountered: