docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method psrnoise

    psrnoise(float2, float2, float)

    2-D tiling simplex noise with rotating gradients, but without the analytical derivative.

    Declaration
    public static float psrnoise(float2 pos, float2 per, float rot)
    Parameters
    Type Name Description
    float2 pos

    Input (x,y) coordinate.

    float2 per

    The x and y period, where per.x is a positive integer and per.y is a positive even integer.

    float rot

    Angle to rotate the gradients.

    Returns
    Type Description
    float

    Noise value.

    psrnoise(float2, float2)

    2-D tiling simplex noise with fixed gradients, without the analytical derivative.

    Declaration
    public static float psrnoise(float2 pos, float2 per)
    Parameters
    Type Name Description
    float2 pos

    Input (x,y) coordinate.

    float2 per

    The x and y period, where per.x is a positive integer and per.y is a positive even integer.

    Returns
    Type Description
    float

    Noise value.

    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)