-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Thanks again for this really fast ray tracing package.
I was wondering if there is a way to color the faces directly instead of coloring via the vertices.
In other words, we can update the color of the mesh by running:
rt.update_mesh(c=np.array(n, 3)
)
However, this requires an array of colors for the vertices, is there a similar approach where c is a color for each face id?
Metadata
Metadata
Assignees
Labels
No labels