Lixiyao-meow / Setup-Free-Procedural-Noise

A texture method without the need of texture coordiantes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A texture method without the need of texture coordiantes


Languages

Language:GLSL 59.8%Language:C++ 40.2%