splat-transform API Reference - v2.0.5
    Preparing search index...

    Type Alias FilterBox

    Keep only splats within a bounding box.

    type FilterBox = {
        kind: "filterBox";
        max: Vec3;
        min: Vec3;
    }
    Index

    Properties

    Properties

    kind: "filterBox"

    Action type identifier.

    max: Vec3

    Maximum corner of the box.

    min: Vec3

    Minimum corner of the box.