Vuo currently renders objects in the order they appear in the object list. This works fine for opaque objects, but it doesn't work well for transparent objects (see these discussions).
This feature request would change the rendering algorithm to use depth peeling-style order independent transparency (OIT).
The end result would be that transparent objects should render correctly when added anywhere to the scene (regardless of list order). Both the left and right sides of the scene on this discussion would then render identically.
QC equivalent:
Kineme GLTools "Depth Sort Sprite/Environment"
Comments
Won't this slow down the
Won't this slow down the rendering and the fps ?
If yes, will / could this be optional ? I mean would this be needed by default for non-transparent objects ? If no difference in the algorithm calculation time, then yes, if there could any, perhaps this could be added as a option for the "Render Scene to x" nodes ?
Well, I wanted to make a
Well, I wanted to make a simple smoke type particle system. And stopped dev since objects don't blend nicely.
Shame this has to be considered a feature request.
Won't this slow down the
In theory if the scene contains only solid objects it shouldn't have a noticeable performance impact. The more layers of transparent objects there are, the more render passes it'll have to do, meaning it'll take longer to render.
Part of the implementation of this feature request will be looking at the performance and seeing if we need to provide some controls (as you suggest) to lessen the impact. One way to keep depth peeling from taking too long is to limit the number of passes (either say "do no more than X passes", or say "stop if the last pass affected fewer than N% of the pixels").
Well, I wanted to make a
Azy, sorry your composition didn't work out.
I hear you. Sometimes there's a gray area between feature requests and bug reports. Improving rendering of transparent objects is clearly something that would be good to add. It's just a question of whether it's more or less urgent than other things to add and fix. Especially whether it should preempt feature requests that more people have voted for. As we plan each release, it's difficult to decide what to put in and what to leave out.
Getting more votes would help this feature request get implemented sooner. Maybe it would help folks understand the importance if you posted your composition and pointed out how it doesn't look right?