polyscope icon indicating copy to clipboard operation
polyscope copied to clipboard

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

Open weshoke opened this issue 1 year ago • 1 comments

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?

weshoke avatar Aug 07 '24 18:08 weshoke