docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    PhotosensorToIntensityBuffer v2

    The role of this node is to extract the intensity data from the photosensor into a seperate buffer for further processing.

    Description

    This node records a command on the command buffer provided by the custom pass context in the InTranscode that converts a raw lidar frame of type StructuredBuffer<PhotosensorRawData> to a StructureBuffer<float> filled with the intensity data.

    Inputs

    Name Type Description
    Frame StructuredBuffer<PhotosensorRawData> A buffer containing one full sweep from the photosensor.
    InTranscode CustomPassContext The graphic context into which to queue transcoding commands.

    Outputs

    Name Type Description
    Intensity StructureBuffer<float> A frame of sampled intensity values.
    OutTranscode CustomPassContext The graphic context after queuing the transcoding commands.

    Execution

    Asynchronous. Executes when InTranscode changes.

    Additional resources

    • Transcoders
    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)