We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now in the transform we have separate parameters for fog_coef_upper and fog_coef_upper
fog_coef_upper
Better would be to have one parameter fog_coef_range = [fog_coef_lower, fog_coef_upper]
fog_coef_range = [fog_coef_lower, fog_coef_upper]
=>
PR could be similar to #1704
The text was updated successfully, but these errors were encountered:
Addressed
Sorry, something went wrong.
No branches or pull requests
Right now in the transform we have separate parameters for
fog_coef_upper
andfog_coef_upper
Better would be to have one parameter
fog_coef_range = [fog_coef_lower, fog_coef_upper]
=>
We can update transform to use new signature, keep old as working, but mark as deprecated.
PR could be similar to #1704
The text was updated successfully, but these errors were encountered: