diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-09-20 19:37:32 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-09-20 20:59:33 -0500 |
commit | d54f2ad7cac0f15c757ace54ad209fcedb3053bf (patch) | |
tree | 3dcb8a63bdbad82e7b2d591879a0efa173244cbd /doc/classes/Sky.xml | |
parent | 2d1699ef82a29ef65d810194ee76dddc0d9e0389 (diff) |
Don't generate empty doc sections and reduce code duplication
Diffstat (limited to 'doc/classes/Sky.xml')
-rw-r--r-- | doc/classes/Sky.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/classes/Sky.xml b/doc/classes/Sky.xml index d9553a3be3..79a9bd4b31 100644 --- a/doc/classes/Sky.xml +++ b/doc/classes/Sky.xml @@ -8,8 +8,6 @@ </description> <tutorials> </tutorials> - <methods> - </methods> <members> <member name="process_mode" type="int" setter="set_process_mode" getter="get_process_mode" enum="Sky.ProcessMode" default="0"> Sets the method for generating the radiance map from the sky. The radiance map is a cubemap with increasingly blurry versions of the sky corresponding to different levels of roughness. Radiance maps can be expensive to calculate. See [enum ProcessMode] for options. |