docs.unity3d.com
    Show / Hide Table of Contents

    Class PlaneVoxelGenerationParams

    Inheritance
    Object
    PlaneVoxelGenerationParams
    Namespace: Unity.MARS.Data.Synthetic
    Syntax
    [Serializable]
    [MovedFrom("Unity.MARS")]
    public class PlaneVoxelGenerationParams

    Fields

    maxHitDistance

    Declaration
    [Tooltip("Maximum hit distance for each raycast")]
    public float maxHitDistance
    Field Value
    Type Description
    Single

    normalToleranceAngle

    Declaration
    [Tooltip("If the angle between a point's normal and a voxel grid direction is within this range, the point is added to the grid")]
    public float normalToleranceAngle
    Field Value
    Type Description
    Single

    outerPointsThreshold

    Declaration
    [Tooltip("Points that are within this distance from the bounds outer side facing the same way as the point's normal will be ignored")]
    public float outerPointsThreshold
    Field Value
    Type Description
    Single

    raycastCount

    Declaration
    [Tooltip("Number of raycasts used to generate a point cloud")]
    public int raycastCount
    Field Value
    Type Description
    Int32

    raycastSeed

    Declaration
    [Tooltip("Seed with which to initialize the random number generator used to create rays")]
    public int raycastSeed
    Field Value
    Type Description
    Int32

    voxelSize

    Declaration
    [Tooltip("Side length of each voxel")]
    public float voxelSize
    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