I'm creating a coordinate frame using o3d.create_mesh_coordinate_frame(). If I'd display it in open3d (http://www.open3d.org/), it would look like this:

However, their Jupyter viewer does not work, which is why for Jupyter I'm visualizing using k3d. The conversion to a k3d.mesh object is straightforward for vertices and indices. However, I can't understand how coloring work. Can't I just make faces get the average of the triangle's colors? Seems like this is the way it's implemented in open3d... But perhaps I am missing something?
Thanks!
I'm creating a coordinate frame using
o3d.create_mesh_coordinate_frame(). If I'd display it inopen3d(http://www.open3d.org/), it would look like this:However, their Jupyter viewer does not work, which is why for Jupyter I'm visualizing using
k3d. The conversion to ak3d.meshobject is straightforward for vertices and indices. However, I can't understand how coloring work. Can't I just make faces get the average of the triangle's colors? Seems like this is the way it's implemented inopen3d... But perhaps I am missing something?Thanks!