ImGui::DragFloat3("Color", options.color, 0.01, 0, 1);\r
ImGui::DragFloat("Transmittance Scale", &options.transmittanceScale, 0.0001f, 0, 0.3);\r
ImGui::DragFloat("Pow Base", &options.powBase, 0.01f, 0, 4);\r
ImGui::DragFloat3("Color", options.color, 0.01, 0, 1);\r
ImGui::DragFloat("Transmittance Scale", &options.transmittanceScale, 0.0001f, 0, 0.3);\r
ImGui::DragFloat("Pow Base", &options.powBase, 0.01f, 0, 4);\r