summaryrefslogtreecommitdiffstats
path: root/doc/classes/CameraAttributesPhysical.xml
Commit message (Collapse)AuthorAgeFilesLines
* Docs: remove duplicate wordsMax Hilbrunner2024-09-301-1/+1
|
* Improve documentation for `CameraAttributesPhysical.exposure_shutter_speed`addmix2023-12-041-1/+1
|
* Add missing tutorials to documentation classesHugo Locurcio2023-08-191-0/+1
|
* 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?
* Document unsupported features in Mobile and Compatibility rendering methodsHugo Locurcio2023-02-131-0/+1
|
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-0/+49
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.