mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-03 23:15:23 +00:00
Merge pull request #118 from patriciogonzalezvivo/gallery
Add procedural texture examples
This commit is contained in:
commit
8f0ed0b7bd
3
proceduralTexture/SUMMARY.md
Normal file
3
proceduralTexture/SUMMARY.md
Normal 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.
|
1
proceduralTexture/TITLE.md
Normal file
1
proceduralTexture/TITLE.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Procedural Textures
|
1
proceduralTexture/featured_examples.php
Normal file
1
proceduralTexture/featured_examples.php
Normal 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
|
Loading…
Reference in New Issue
Block a user