galacean / engine-lottie

A WebGL runtime of lottie based on Galacean Engine
MIT License
12 stars 9 forks source link

渲染顺序有误 #89

Open cptbtptpbcptdtptp opened 1 year ago

cptbtptpbcptdtptp commented 1 year ago

在 Lottie 中,无法在保证 Lottie 内部渲染效果正确的同时保证全局渲染效果正确,下方表示精灵和 Lottie 互相遮挡时的渲染情况,左侧为侧视图视角,右侧为正视图视角

当前表现(Lottie 内部正确,全局错误)

merge

期望表现(Lottie 内部正确,全局正确)

merge

link: https://github.com/galacean/engine/issues/1824