pmndrs / postprocessing

A post processing library for three.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement NoisePass

vanruesc opened this issue · comments

Description

Implement a NoisePass that supports rendering animated noise textures.

References:

Tasks

  • Create NoiseType enum.
  • Create NoisePass.
  • Add unit test.

Implementation Details

  • Support 2D white noise, 2D RGB noise and simplex noise (2D & 3D).