viromedia / virocore

ViroCore cross-platform AR/VR renderer
MIT License
370 stars 108 forks source link

[Feature Request] DualLayer transparency #279

Open SomenathMondal1993 opened 5 years ago

SomenathMondal1993 commented 5 years ago

ViroCore is quite close to SceneKit but lags behind in case of transparency rendering. This is visible in cases of multiple layers of transparency (2 or more) where sometimes the underlying layer has triangular artefacts or is not rendered at all (in RGB_ZERO or A_ONE modes). SceneKit seemingly doesn't show this issue in DualLayer mode (https://developer.apple.com/documentation/scenekit/scntransparencymode).

Screenshot 2019-04-26 at 1 48 57 PM