Skip to content

Lixiyao-meow/Setup-Free-Procedural-Noise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published