point_scope

A diagnostics compound for visualizing and analyzing point geometry and per-point properties.

Outputs an array of objects representing geometry that can be output to visualize most data connected to point geometry and per-point properties.

The core function of this compound extracts any point geometry passed to the point_geo port and displays it, using diagnostic coloring, vector display of vector properties and more. The compound will work on anything with points in it, such as point clouds, particles, meshes (where the vertices are points), strands and curves (where the CVs are points), etc.

There are four parameter sections that allows the user to configure the analysis: "Point Shape", "Color", "Arrows", and "Culling". Each parameter section will be explained below:

The point_geo port accepts the actual point geometry being analyzed.

Point Shape Section

This parameter section controls the shape and size of the point display.

Color Section

This parameter section controls how each point is colored.

Arrows Section

This parameter section provides controls for displaying per-point properties as arrows.

Culling Section

The parameters in this section control the point culling function. You can cull away points based on scalar property values or using external geometry.