By default, object blending is enabled in scene-viewer. Is there a way we can have it disabled as default?
@tpsiaki Is there an intent parameter for this?
Thanks @elalish for investigating, I am also interested in a possible solution.
Blending is a cool feature but so often yields undesirable results that I agree it should be off by default.
Fully agree on that. In most cases "off" setting is better.
I would also like to know how to disable this. Is there any parameter that we can use?
@elalish Yes there's an intent parameter for this. You can pass disable_occlusion=true on the intent and that will turn off blending.
Most helpful comment
@elalish Yes there's an intent parameter for this. You can pass
disable_occlusion=trueon the intent and that will turn off blending.