Last active
January 28, 2021 22:49
-
-
Save andrearastelli/37a4192db05cf8e2e2cf8db354289fa7 to your computer and use it in GitHub Desktop.
Houdini - Voronoi cell naming over poligons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int np = nearpoint(1, @P); | |
s@name = concat("piece_", itoa(np)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment