--Code changes

-Change some menu capitalization to make the text easier on the eyes.
This commit is contained in:
Person
2019-04-14 23:46:45 -07:00
parent 20f76cd090
commit 5209ead086
6 changed files with 47 additions and 43 deletions

View File

@ -176,9 +176,9 @@ XmlToEmber<T>::XmlToEmber()
{ "angle", "pixel_flow_angle" },
{ "len", "pixel_flow_len" },
{ "width", "pixel_flow_width" },
{ "radial_gaussian_angle", "radial_blur_angle" },
//{ "seed", "pixel_flow_seed" },//randCubes above already uses "seed", but it's just for randomness, so it shouldn't matter.
{ "enable_dc", "pixel_flow_enable_dc" },
{ "radial_gaussian_angle", "radial_blur_angle" },
{ "pr_a", "projective_A" },
{ "pr_b", "projective_B" },
{ "pr_c", "projective_C" },