Closed oleland-br closed 1 year ago
Yes, it's all in the script:
Does this script make sense to you ? Are you a bit familiar with java code ?
This class:
sets the color of each vertex (DotN) object depending on its gaussian curvature. You can see how the color (rgb) is set depending on the gaussian curvature property of the DotN object:
this method returns a [red, green, blue, alpha] array (affecting the green or red component if the curvature is >0 or <0)
You can play a bit with these lines and see how the color is changing. You need to enable this "shader" by uncommenting the line 13 of this script and commenting the line 14
Sorry for the delayed response. I'm less familiar with java so this was helpful. Thank you!
Is there a way to change the palette for the GC curvature labeling?