Merge pull request #118 from patriciogonzalezvivo/gallery

Add procedural texture examples
This commit is contained in:
Patricio Gonzalez Vivo 2016-11-21 05:08:30 -08:00 committed by GitHub
commit 8f0ed0b7bd
4 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,3 @@
*[kynd](http://www.kynd.info) Nov 20, 2016*
Shaders are often used to create realistic surfaces of natural or artificial material such as wood, marble, granite, metal, stone, etc. without using photographs or pre-rendered images. Here are demonstrations of some basic techniques. For the sake of simplicity, all the examples are based on the same random and noise functions so that you can focus on the main part of the algorithms. Once you get the ideas, try replacing these functions with with others from [Random](http://thebookofshaders.com/10/) and [Noise](http://thebookofshaders.com/11/) chapters, making them more realistic, and optimizing the performance.

View File

@ -0,0 +1 @@
# Procedural Textures

View File

@ -0,0 +1 @@
<div class="glslGallery" data="161119150425,161119150756,161119151140,161119152630,161119152657,161119152747,161119152849,161119152951,161119153051,161119153156,161119153350,161119153437,161119154719,161119153749,161119153958,161119154118,161119154201,161119154309" data-properties="clickRun:editor,hoverPreview:false"></div>

@ -1 +1 @@
Subproject commit 5d41f8a8920815b0ea3f5f9185e4e7deeeafefde Subproject commit 22050b571c923a702761844c91d26dfbbd841750