File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8610,7 +8610,7 @@ child will follow movement and rotation of that bone.
86108610 * ` sky_light` is a table that controls calculation of sun light color .
86118611 ` sun_color = color_offset + color_ratio_coef*daynight_ratio` where ` daynight_ratio` is not linear to day time .
86128612 Result color lesser or equal to 0.0 means no color in light .
8613- Result color greater or equal to 1.0 means full color in light .
8613+ Result color greater or equal to 1.0 means full color in light .
86148614 * ` color_offset` is a table that controls red , green and blue color offsets .
86158615 * ` r` (default : ` -0.04` )
86168616 * ` g` (default : ` -0.04` )
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ struct SkyLight
6767 v3f color_offset;
6868 // / @brief Sunlight color dayratio effect
6969 v3f color_ratio_coef;
70-
70+
7171 SkyLight ();
7272};
7373
You can’t perform that action at this time.
0 commit comments