(313315d (Wed Dec 23 23:39:47 2020 -0800))
Go to the source code of this file.
|
void | open3d::visualization::Draw (const std::vector< std::shared_ptr< geometry::Geometry3D >> &geometries, const std::string &window_name, int width, int height, const std::vector< DrawAction > &actions) |
|
void | open3d::visualization::Draw (const std::vector< std::shared_ptr< t::geometry::Geometry >> &tgeometries, const std::string &window_name, int width, int height, const std::vector< DrawAction > &actions) |
|
void | open3d::visualization::Draw (const std::vector< DrawObject > &objects, const std::string &window_name, int width, int height, const std::vector< DrawAction > &actions) |
|