docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PhotosensorData

    Used to collect all information required for the sampling on the GPU.

    Inheritance
    object
    PhotosensorData
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Mechatronics.SensorSDK
    Assembly: solution.dll
    Syntax
    public class PhotosensorData

    Fields

    Name Description
    isSamplingRequestPending

    Indicate if request in samplingRequest is pending (true) or if sampling results are available in samples (false)

    maxRange

    Distance to stop the path tracing.

    minRange

    Distance to start the path tracing.

    randomValues

    A buffer with normal distributed random values used to apply an error on the distance measurement.

    relativeError

    A relative to distance error sampled curve.

    samples

    A circular buffer to store the samples.

    samplingRequest

    Information on the last sampling request coming from the controller

    sensitivity

    The minimum level of intensity sampled in the scene to consider the sample valid. (w/m^2)

    shader

    Path tracing shader used to sample the scene.

    Methods

    Name Description
    Release()

    Release all graphic resources.

    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)