Open3d: Coordinate frame displayed on the visualization windows

Created on 10 Jul 2018  ·  3Comments  ·  Source: intel-isl/Open3D

Hello,

This is rather a feature request than an issue, but I think it would be great if we could have coordinate frame displayed on the visualization windows.

Thx

question

Most helpful comment

The link above is dead. For future people searching, you can use this:

visualizer.add_geometry(TriangleMesh.create_coordinate_frame())

All 3 comments

Hi @blackccpie. Open3D has a primitive for coordinate frame. http://open3d.org/docs/tutorial/Basic/visualization.html#geometry-primitives is this what you mean?

Hi @syncle, my mistake, I missed that in the doc and that's what I need!
Thanks for the tip

The link above is dead. For future people searching, you can use this:

visualizer.add_geometry(TriangleMesh.create_coordinate_frame())
Was this page helpful?
0 / 5 - 0 ratings