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

BillboardLine: Fix handling of many points (> 16384) #1662

Merged

Conversation

rhaschke
Copy link
Contributor

For a small number of total points, we place several lines into a single Ogre::BillboardChain.
However, if we have more than MAX_ELEMENTS points in a line, we need to distribute a line across several BillBoardChains.
Fixes #1107

For a small number of total points, we can place several lines into
a single Ogre::BillboardChain. However, if we have more than MAX_ELEMENTS
points, we need to distribute a line across several BillBoardChains.
@rhaschke rhaschke merged commit 54133f3 into ros-visualization:melodic-devel Sep 24, 2021
@rhaschke rhaschke deleted the fix-billboard-line branch September 24, 2021 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant