| 447 | Float3 SunIlluminance(); |
| 448 | |
| 449 | inline float ISO_() |
| 450 | { |
| 451 | static const float ISOValues[] = |
| 452 | { |
| 453 | 100.0f, 200.0f, 400.0f, 800.0f |
| 454 | }; |
| 455 | StaticAssert_(ArraySize_(ISOValues) == uint64(ISORatings::NumValues)); |
| 456 | |
| 457 | return ISOValues[uint64(AppSettings::ISORating)]; |
| 458 | } |
| 459 | |
| 460 | inline float ApertureFNumber_() |
| 461 | { |