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

Bounding Grid does not work correctly for Node's with children #275

Open
kephale opened this issue Nov 12, 2019 · 1 comment
Open

Bounding Grid does not work correctly for Node's with children #275

kephale opened this issue Nov 12, 2019 · 1 comment

Comments

@kephale
Copy link
Member

kephale commented Nov 12, 2019

This particular code access a database so it isnt easy to send, but the flow is:

Group g = new Group();
foreach DB result db: 
  Icosphere s = new Icosphere(db.radius, 2);
  s.setPosition(db.position);
  g.addChild(s);

BoundingGrid bg = new BoundingGrid();
bg.setNode(g);

Screenshot from 2019-11-12 16-05-26

@kephale
Copy link
Member Author

kephale commented Mar 26, 2020

Screenshot from 2020-03-26 12-38-59
the issue is still here

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

No branches or pull requests

1 participant