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

Vector Quantity Coloring (e.h. a VectorQuantityScalarQuantity or VectorQuantityColorQuantity) #286

Open
weshoke opened this issue Aug 7, 2024 · 0 comments

Comments

@weshoke
Copy link
Contributor

weshoke commented Aug 7, 2024

I was looking in to how to color a vector quantity on a per-element basis, which basically means adding a ScalarQuantity or ColorQuantity to a VectorQuantity.

My first approach to this was to try and make a VectorQuantity a Structure, but that creates an error around isEnabled()

polyscope/src/../include/polyscope/structure.h:96:8: note: member found by ambiguous name lookup
  bool isEnabled();

Have you had any thought about the right way to do this?

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