niels747 / 2D-Weather-Sandbox

Two-dimensional, realtime, interactive simulation of earth's troposphere.
https://niels747.github.io/2D-Weather-Sandbox/
GNU General Public License v3.0
86 stars 31 forks source link

Weather station data issue #70

Closed wilburcoding closed 1 year ago

wilburcoding commented 1 year ago

Weather station temperature data only shows when I switch to temperature field after creation

wilburcoding commented 1 year ago

Could be because weather station update every once in a while?

niels747 commented 1 year ago

They update every 600 iterations, no matter what view mode you are in. I did this because reading from the texture is a big performance hit. https://github.com/niels747/2D-Weather-Sandbox/blob/c30527a96bf965f23a9753aa04f93defa29db0a9/app.js#L2768