Point Cloud UI#

Provides a settings window (Window / Pointcloud Settings) and an optional statistics overlay for point cloud data streaming.

This extension is typically loaded via omni.pointcloud.streaming.bundle.

Settings#

/exts/omni.pointcloud.ui/widget_show_widget = false

If true, show overlay with point cloud streaming statistics.

/exts/omni.pointcloud.ui/render_shape

What shape to use to visualize point. Supported values: spheres, disks

/exts/omni.pointcloud.ui/render_lod

Level of details for pointclouds rendering, recommended range 0.0 - 10.0

/exts/omni.pointcloud.ui/render_orientation

In case of render_shape = disks, orientation of the shape: screen - screen-aligned, normals - use normals attribute to align the disk

/exts/omni.pointcloud.ui/render_gi = true

Use global illumination to render pointclouds

/exts/omni.pointcloud.ui/render_point_size

Point size for pointclouds rendering, recommended range 0.0 - 10.0

/exts/omni.pointcloud.ui/render_performance

Performance profile for pointclouds rendering. Supported values: quality, balanced, performance

/exts/omni.pointcloud.ui/widget_show_outstanding_items = true

If true, show Outstanding Items widget

/exts/omni.pointcloud.ui/widget_show_geometry_throughput = true

If true, show Geometry Streaming Bandwidth widget

/exts/omni.pointcloud.ui/widget_show_memory_usage = true

If true, show Memory Usage widget

/exts/omni.pointcloud.ui/widget_show_points_count = true

If true, show Points Count widget

/exts/omni.pointcloud.ui/widget_ui_scale

UI size for overlay with point cloud streaming statistics. Supported values: normal,compact, minimalistic

/exts/omni.pointcloud.ui/widget_show_plot_on_minimalistic = true

If true, show plots in case if minimalistic mode UI size is selected