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

Generator not respecting the incoming points at all #28

Open
andrewkaufman opened this issue Mar 25, 2019 · 1 comment
Open

Generator not respecting the incoming points at all #28

andrewkaufman opened this issue Mar 25, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@andrewkaufman
Copy link
Collaborator

andrewkaufman commented Mar 25, 2019

If I transform the points between the CrowdReader and the CrowdGenerator, I expect that to move the agents origins, but it is not currently happening.

@andrewkaufman andrewkaufman added the bug Something isn't working label Mar 25, 2019
@andrewkaufman
Copy link
Collaborator Author

I suspect the points are currently being used just as a "visualization" of the underlying metadata stashed on the atoms:agents attribute. This should not be the case, the points should be in the driver's seat, as that is what users interact with and will manipulate with other gaffer tools (eg frustum cull).

Unless we have a reason to maintain 2 copies of the data, we should remove the metadata section from the atoms:agents attribute, and update the CrowdGenerator to read that data from the points directly.

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

1 participant