RedGPU API - v3.0.0-Alpha
    Preparing search index...

    Class SimplexTextureExperimental

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    mipLevelCount: any
    src: any
    useMipmap: any

    Accessors

    • get gpuDevice(): GPUDevice
      Experimental

      Retrieves the GPU device associated with the current instance.

      Returns GPUDevice

      The GPU device.

    Methods

    • Experimental

      Parameters

      • settings: Partial<
            {
                amplitude: number;
                frequency: number;
                lacunarity: number;
                octaves: number;
                persistence: number;
                seed: number;
            },
        >

      Returns void

    • Experimental

      Returns {
          amplitude: number;
          frequency: number;
          lacunarity: number;
          octaves: number;
          persistence: number;
          seed: number;
      }