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

Improve performance of 3D displays with agent labels #52

Open
etatara opened this issue Oct 23, 2021 · 0 comments
Open

Improve performance of 3D displays with agent labels #52

etatara opened this issue Oct 23, 2021 · 0 comments
Assignees
Milestone

Comments

@etatara
Copy link
Member

etatara commented Oct 23, 2021

3D Cartesian displays with agent labels render slower in RS 2.9 compared with version 2.7. A change in the jogl / J3D implementation is suspected. We needed to include a fix for a font render issue with RS 2.8 and 2.9 as described here: #51 and this may possible be related.

Java/Jogl had a major update so this is likely the culprit as the Repast label code has not changed significantly. It appears that in the method AbstractLabel.getBranchGroup() there is a lot of label related object destruction and creation. Perhaps we can preserve the label objects and simply translate them instead of creating new instances on each update. This might speed up label updating.

@etatara etatara added this to the v.3.0.0 milestone Oct 23, 2021
@etatara etatara self-assigned this Oct 23, 2021
@etatara etatara modified the milestones: v.3.0.0, v.2.11.0 Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant