You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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()
Have you had any thought about the right way to do this?
The text was updated successfully, but these errors were encountered: