I am a web front-end developer, I met a difficult development by the project, I use three js to load multiple STL model, the model of transparency, alpha effects, according to the load in sequence, after the first load model will affect loading model transparent display, I try to use blend attribute, this does not solve the problem. I'm going to use vtk.js to see if vtk.js supports multi-model transparent loading.
thankyou.
You can certainly load several models with vtk.js and make them transparent. But the current implementation does not provide depth peeling which will create some rendering artifacts.
This will eventually be supported in the future, but we don't have a specific timeframe for it. Although, if that feature is important for your company, you can contract us to implement it so you could have it in a timely manner.
@martinken feel free to provide any additional information.
Does the current version of vtk.js support Depth sorting?
Thank you
I don't think it does (as of today).
Not currently.
I have the same problem,
Does vtk.js support depth peeling now?
Why the issue is closed if the feature asked is not supported yet?
Still not supported
Is there any time frame on when this might be supported in the future?
Thanks in advance!
I think the focus now is WebGPU and @martinken can provide more info but it might be available with that backend right away? If you need it for WebGL, you may have to reach out to us with funding to make it a priority.
It will be implemented for WebGPU, just haven't gotten to that yet.
It is now implemented in WebGPU, it is not depth peeling but an easier order independent translucency approach