Light Probe Node | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Light Probe Node

    Description

    Provides access to the Light Probe parameters at the object's position. Requires Normal input for probe sampling.

    Ports

    Name Direction Type Binding Description
    Normal Input Vector 3 Normal (world space) Mesh Normal data
    Out Output Vector 3 None Output color value

    Generated Code Example

    The following example code represents one possible outcome of this node.

    void Unity_LightProbe_float(float3 Normal, out float3 Out)
    {
        Out = SampleSH(Normal);
    }
    
    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