Skip to content

Commit

Permalink
Add docstrings #47
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianK13 committed Nov 5, 2024
1 parent 0bab9ff commit 9837526
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ export class ShadingScene {
this.elevationRaster = raster;
this.elevationRasterMidpoint = midpoint;
}

/**
* Add data of solar irradiance to the scene.
* @param irradiance
*/
addSolarIrradiance(irradiance: SolarIrradianceData) {
this.solarIrradiance = irradiance;
}
Expand Down

0 comments on commit 9837526

Please sign in to comment.