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
https://github.com/IFCjs/components/blob/8969ecb0652d7b8130254262e7397b269a08a6e1/src/navigation/PostproductionRenderer/index.html#L81-L82
On trying to set components.renderer.postproduction.visible = false the post-production is still rendered.
components.renderer.postproduction.visible = false
Also, having a single boolean that can enable or disable the effect will make it easy to handle.
The text was updated successfully, but these errors were encountered:
I've substituted the postproduction effect by a better one. This shouldn't be a problem anymore!
Sorry, something went wrong.
No branches or pull requests
https://github.com/IFCjs/components/blob/8969ecb0652d7b8130254262e7397b269a08a6e1/src/navigation/PostproductionRenderer/index.html#L81-L82
On trying to set
components.renderer.postproduction.visible = false
the post-production is still rendered.Also, having a single boolean that can enable or disable the effect will make it easy to handle.
The text was updated successfully, but these errors were encountered: