Skip to main content

Meta_PointCloud

Module: Metanodes / Definitions

A PointCloud renders a file containing points, generated using the point cloud converter utility.

#include <meta_pointcloud.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Filename, Idx_Brightness, Idx_UseColourAttribute, Idx_PointSize, Idx_LODScale, Idx_GradientFile, Idx_Gradient, Idx_GradientEnabled, Idx_IntensityMap, Idx_NormalChannel, Idx_AlphaThreshold }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - Enables the cloud rendering
Idx_Filenamestring - Path to the point cloud file
Idx_Brightnessfloat - Scale the brightness of the points
Idx_UseColourAttributebool - Colour the points according to their colour attribute in the points file
Idx_PointSizefloat - The size each point should be drawn in the scene
Idx_LODScalefloat - Scales the level of detail threshold
Idx_GradientFilestring - Path to a file to use as a gradient
Idx_Gradientlink - Texture to use as a gradient instead of a file
Idx_GradientEnabledbool - Use the gradient to colour the points, mapped along the vertical axis
Idx_IntensityMapbool - Use the red channel of the point cloud for gradient mapping
Idx_NormalChannelbool - If the point cloud contains normals, draw them
Idx_AlphaThresholdfloat - determines if a point is visible based on it's alpha value

Property index.