splat-transform API Reference - v1.10.2
    Preparing search index...

    Type Alias FilterSphere

    Keep only splats within a sphere.

    type FilterSphere = {
        center: Vec3;
        kind: "filterSphere";
        radius: number;
    }
    Index

    Properties

    Properties

    center: Vec3

    Center of the sphere.

    kind: "filterSphere"

    Action type identifier.

    radius: number

    Radius of the sphere.