docs.unity3d.com
    Show / Hide Table of Contents

    Class VoxelPlaneFindingParams

    Inheritance
    Object
    VoxelPlaneFindingParams
    Namespace: Unity.MARS.Data.Synthetic
    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
    Boolean

    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
    Single

    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
    Single

    minPointsPerSqMeter

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

    minSideLength

    Declaration
    [Tooltip("A plane with x or y extent less than this value will be ignored")]
    public float minSideLength
    Field Value
    Type Description
    Single
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023