Cleanup: unused World struct members linfac, logfac

This commit is contained in:
Campbell Barton 2020-07-07 12:43:45 +10:00
parent e20171e59f
commit ad0edc626d
1 changed files with 2 additions and 4 deletions

View File

@ -51,12 +51,10 @@ typedef struct World {
float horr, horg, horb;
/**
* Exposure= mult factor. unused now, but maybe back later. Kept in to be upward compat.
* New is exp/range control. linfac & logfac are constants... don't belong in
* file, but allocating 8 bytes for temp mem isn't useful either.
* Exposure is a multiplication factor. Unused now, but maybe back later.
* Kept in to be upward compatible.
*/
float exposure, exp, range;
float linfac, logfac;
/**
* Some world modes