Skip to content

Conversation

@ThatRedox
Copy link
Member

  • This improves AABB model performance back to 2.4.x levels
  • This improves TopBottomOrientedTexturedBlock (family) performance by switching to an AABB model

@leMaik leMaik added the performance Performance related problem label Mar 29, 2023
@leMaik
Copy link
Member

leMaik commented Sep 14, 2025

@ThatRedox How does the first commit improve the performance? Is it the fewer array index accesses or calling intersectFace without Scene allowing for better inlining? I'd like to cherry-pick that one.

@ThatRedox
Copy link
Member Author

I believe the performance is from changing the array indexes. I don't think having the Scene argument changes anything (other than just being cleaner).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance Performance related problem

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants