docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class VoxelPlaneFindingParams

    Inheritance
    object
    VoxelPlaneFindingParams
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.MARS.Data.Synthetic
    Assembly: Unity.MARS.dll
    Syntax
    [Serializable]
    [MovedFrom("Unity.MARS")]
    public class VoxelPlaneFindingParams

    Fields

    allowedEmptyAreaCurve

    Declaration
    [Tooltip("Curve that maps the area of a plane to the ratio of area that is allowed to be empty")]
    public AnimationCurve allowedEmptyAreaCurve
    Field Value
    Type Description
    AnimationCurve

    checkEmptyArea

    Declaration
    [Tooltip("When enabled, planes will only be created if they do not contain too much empty area")]
    public bool checkEmptyArea
    Field Value
    Type Description
    bool

    crossLayerMergeDistance

    Declaration
    [Tooltip("Planes in adjacent layers with an elevation difference of at most this much will be merged")]
    public float crossLayerMergeDistance
    Field Value
    Type Description
    float

    inLayerMergeDistance

    Declaration
    [Tooltip("Planes within the same layer that are at most this distance from each other will be merged")]
    public float inLayerMergeDistance
    Field Value
    Type Description
    float

    minPointsPerSqMeter

    Declaration
    [Tooltip("Voxel point density threshold that is independent of voxel size")]
    public int minPointsPerSqMeter
    Field Value
    Type Description
    int

    minSideLength

    Declaration
    [Tooltip("A plane with x or y extent less than this value will be ignored")]
    public float minSideLength
    Field Value
    Type Description
    float
    In This Article
    Back to top
    Copyright © 2025 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)