cloudViewer.visualization.draw_geometries_with_custom_animation#

cloudViewer.visualization.draw_geometries_with_custom_animation(geometry_list, window_name='cloudViewer', width=1920, height=1080, left=50, top=50, optional_view_trajectory_json_file='')#

Function to draw a list of ccHObject objects with a GUI that supports animation

Parameters:
  • geometry_list (collections.abc.Sequence[cloudViewer.geometry.ccHObject]) – List of geometries to be visualized.

  • window_name (str, optional, default='cloudViewer') – The displayed title of the visualization window.

  • width (SupportsInt, optional, default=1920) – The width of the visualization window.

  • height (SupportsInt, optional, default=1080) – The height of the visualization window.

  • left (SupportsInt, optional, default=50) – The left margin of the visualization window.

  • top (SupportsInt, optional, default=50) – The top margin of the visualization window.

  • optional_view_trajectory_json_file (Union[os.PathLike, str, bytes], optional, default='') – Camera trajectory json file path for custom animation.

Returns:

None