Class VoronoiTexture

Voronoi 노이즈 텍스처 생성 클래스 셀룰러 패턴, 돌 텍스처, 크랙 패턴, 셀 ID 출력 등을 생성할 수 있습니다.

Hierarchy (View Summary)

Constructors

Properties

mipLevelCount: any
src: any
useMipmap: any

Accessors

  • get gpuDevice(): GPUDevice

    Retrieves the GPU device associated with the current instance.

    Returns GPUDevice

    The GPU device.

  • get uuid(): string

    Retrieves the UUID of the object.

    Returns string

    The UUID of the object.

Methods

  • Adds a listener function to the dirty pipeline listeners array. This function will be called when the pipeline becomes dirty.

    Parameters

    • listener: () => void

      The listener function to be added.

    Returns void