@kognifai/cogsengine
    Preparing search index...

    Enumeration PotreePointShapeConst

    Specifies the shape of the individual points.

    Index

    Enumeration Members

    Enumeration Members

    Disc: 1

    Each point is a flat disc.

    Paraboloid: 2

    Each point is a square with depth adjusted to a parabolic shape, requires support for changing fragment depth, fallback to Square.

    Sphere: 3

    Each point is a disc with depth adjusted to a spherical shape, requires support for changing fragment depth, fallback to Disc.

    Square: 0

    Each point is a flat square.