@kognifai/cogsengine
    Preparing search index...

    Enumeration PotreeColoringConst

    Specifies how the color of the points are chosen.

    Index

    Enumeration Members

    Enumeration Members

    Base: 0

    Use basecolor property of PotreeComponent, uniform color.

    Color: 1

    Use color property from point set if present, fallback to basecolor.

    Intensity: 2

    Use intensity property from point set if present and colorize it with the gradient texture, fallback to base color.

    Level: 3

    Use the octree depth as color, useful for debugging.