Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 734 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 734 Bytes

Overview

The implementation of procedural surface noise is without using texture coordinates. The noise is based on sparse convolution and the Gabor kernel with an isotropic filter. It is mainly based on this article: https://www-sop.inria.fr/reves/Basilic/2009/LLDD09/LLDD09PNSGC_paper.pdf

Due to the copyright issue, here is not the entire project. I just put the class and shader concerning the generation of surface noise. So this repository contains:

  • Class to generate 3D Poisson Disk: PoissonDisk.cpp
  • Shader to control the noise texture: PBRFragmentShader.glsl

The visual result is shown below:

Garbor