Skip to content

Color mesh faces by  #39

@guy4261

Description

@guy4261

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:

Screen Shot 2019-10-27 at 12 20 40

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions