summaryrefslogtreecommitdiffstats
path: root/doc/classes/CameraAttributes.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix miscellaneous oddities around the class referenceMicky2024-08-181-1/+3
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Fix default values not showing up on virtual classesAaron Franke2022-11-061-5/+5
|
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-0/+31
This allows light sources to be specified in physical light units in addition to the regular energy multiplier. In order to avoid loss of precision at high values, brightness values are premultiplied by an exposure normalization value. In support of Physical Light Units this PR also renames CameraEffects to CameraAttributes.