Some functions may be defined from the absolute coordinates in the scene (e.g. N profile). It should be possible to retrieve absolute coordinates of the triangles inside feed!() since we have access to the turtle. From there we could modify in-place, any information stored inside the node (e.g., each triangle gets a N value based on the absolute coordinate of its centroid).
Some functions may be defined from the absolute coordinates in the scene (e.g. N profile). It should be possible to retrieve absolute coordinates of the triangles inside
feed!()since we have access to the turtle. From there we could modify in-place, any information stored inside the node (e.g., each triangle gets a N value based on the absolute coordinate of its centroid).