docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SplitPointCloud

    SplitPointCloud(FilePathList, string, double, bool, AABB, double)

    Declaration
    public void SplitPointCloud(FilePathList files, string outputDirectory, double minVoxSize, bool useKDTree, AABB aabb = null, double density = -1)
    Parameters
    Type Name Description
    FilePathList files

    Path of the point cloud files to process

    string outputDirectory

    Output directory

    double minVoxSize

    Size of minimum leaves (mm)

    bool useKDTree

    If true, uses a kd_tree, otherwise, uses an octree

    AABB aabb

    Global scene aabb

    double density

    Point cloud density (-1 to compute)

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)