From c0c7203024c60f4ebb70958ee8727271ab4136fb Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 18 Sep 2024 02:02:47 +0100 Subject: Initial commit of code for calculating sun position Given the longitude and latitude, and a time into 2024, calculate the relative sun position suitable for providing lighting angles. Based on code from https://www.psa.es/ Loosely checked against https://www.pveducation.org/ and its close, working on faith really, but the numbers look plausible. Could do with a tidy up! --- test/Jamfile.jam | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Jamfile.jam') diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 0b830a8..3ab4c4c 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -63,6 +63,7 @@ run test-instancing.cpp : -- : test-glContainer : test ; run perf-instancing.cpp : \< : test-instancing : benchmark test ; run test-glContainer.cpp : : : test ; run test-pack.cpp : : : test ; +run test-environment.cpp : : : test ; compile test-static-enumDetails.cpp ; compile test-static-stream_support.cpp ; explicit perf-assetFactory ; -- cgit v1.2.3