MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / ISO_

Function ISO_

BakingLab/AppSettings.h:449–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

UpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected