docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method RenderClouds

    RenderClouds(BuiltinSkyParameters, bool)

    Implements actual rendering of the clouds. HDRP calls this when rendering the clouds into a cubemap (for lighting) and also during main frame rendering.

    Declaration
    public abstract void RenderClouds(BuiltinSkyParameters builtinParams, bool renderForCubemap)
    Parameters
    Type Name Description
    BuiltinSkyParameters builtinParams

    Engine parameters that you can use to render the clouds.

    bool renderForCubemap

    Pass in true if you want to render the clouds into a cubemap for lighting. This is useful when the cloud renderer needs a different implementation in this case.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)