Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

领地边框渲染偏移、闪烁 #7

Open
chenjunfu2 opened this issue May 5, 2023 · 4 comments
Open

领地边框渲染偏移、闪烁 #7

chenjunfu2 opened this issue May 5, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@chenjunfu2
Copy link

描述BUG
领地边框渲染偏移、闪烁。

重现
领地边框渲染时如果附近有玩家(包括自己)捡起掉落物时,渲染边框会偏移、闪烁。

预期行为
领地边框渲染不受掉落物拾取的影响。

屏幕截图
1
2

环境

  • 操作系统:Windows 10
  • MC版本:1.19.4-Fabric 0.14.17
  • MOD版本:enclosure-0.1-mc1.19.4

MC Mod列表

  • [领地] enclosure-0.1-mc1.19.4.jar
  • fabric-api-0.75.3+1.19.4.jar
  • [√] 我确定这个bug在最新版本的Enclosure中会出现。
  • [√] 我使用的是官方的版本,而不是这个仓库的分支。
  • [√] 我使用的Minecraft版本仍在维护。

其他上下文

@chenjunfu2 chenjunfu2 added the bug Something isn't working label May 5, 2023
@Hti-0683
Copy link

Hti-0683 commented May 6, 2023

在玩家(自己/加载区块内的其它玩家)吸收经验时也会造成闪烁(转发)
vmware_P3Hino44hs

@zly2006
Copy link
Owner

zly2006 commented Jun 7, 2024

经过录屏和逐帧分析,发现闪烁过程是物品捡起动画,从手部开始向下运动,到拿到新物品。这期间边框多渲染了一次,应该是fabric API的问题。渲染层位于云渲染之前。

@zly2006
Copy link
Owner

zly2006 commented Jun 7, 2024

enclosure_before
enclosure_start
enclosure_end
enclosure_final

@zly2006
Copy link
Owner

zly2006 commented Jun 7, 2024

感觉是这个:ItemPickupParticle,等会禁用他试试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants