diff --git a/README.md b/README.md index ce28e52..5d72138 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,13 @@ [![Twitter](https://img.shields.io/badge/Twitter-@ShadesOfOrange__-00acee?logo=twitter&logoColor=white)](https://twitter.com/ShadesOfOrange_) [![Website](https://img.shields.io/badge/Website-shadesoforange.de-FF4713?logo=Houdini&logoColor=white)](https://shadesoforange.de) +[![Blog Post](https://img.shields.io/badge/Blog_Post-shadesoforange.de-FF4713?logo=Houdini&logoColor=white)](https://shadesoforange.de/texture-synthesis-houdini/) [![texture-synthesis](https://img.shields.io/badge/Github-texture--synthesis-0e1120?logo=github&logoColor=white)](https://github.com/EmbarkStudios/texture-synthesis) Houdini / PDG plugin for EmbarkStudios' [texture-synthesis](https://github.com/EmbarkStudios/texture-synthesis). +Blog Post that goes into more depth can be found on my [website](https://shadesoforange.de/texture-synthesis-houdini/). + ![](docs/texture-synthesis_examples.png) @@ -109,3 +112,10 @@ To see test it yourself cook the `open_in_mplay` node for your OS at `/obj/geo/t ![](docs/pighead.gif) ![](docs/pighead_settings.png) + + +### **texture-synthesis_tile_pbr.hip** +You can also easily tile PBR textures. It makes the diffuse map tileable and uses the transformations of the diffuse map to apply them to all other maps. + +![](docs/tile_pbr.gif) +![](docs/tile_pbr_pdg_process.gif) \ No newline at end of file diff --git a/docs/tile_pbr.gif b/docs/tile_pbr.gif new file mode 100644 index 0000000..83bff74 Binary files /dev/null and b/docs/tile_pbr.gif differ diff --git a/docs/tile_pbr_pdg_process.gif b/docs/tile_pbr_pdg_process.gif new file mode 100644 index 0000000..774d2e8 Binary files /dev/null and b/docs/tile_pbr_pdg_process.gif differ diff --git a/hip/input/bark_brown_02 - Texture Haven.url b/hip/input/bark_brown_02 - Texture Haven.url new file mode 100644 index 0000000..d112c9b --- /dev/null +++ b/hip/input/bark_brown_02 - Texture Haven.url @@ -0,0 +1,2 @@ +[InternetShortcut] +URL=https://texturehaven.com/tex/?c=wood&t=bark_brown_02 diff --git a/hip/input/bark_brown_02_1k_jpg.zip b/hip/input/bark_brown_02_1k_jpg.zip new file mode 100644 index 0000000..dcb59b4 Binary files /dev/null and b/hip/input/bark_brown_02_1k_jpg.zip differ diff --git a/hip/texture-synthesis_pighead.hip b/hip/texture-synthesis_pighead.hip index 3cdb885..393529c 100644 Binary files a/hip/texture-synthesis_pighead.hip and b/hip/texture-synthesis_pighead.hip differ diff --git a/hip/texture-synthesis_tile_pbr.hip b/hip/texture-synthesis_tile_pbr.hip new file mode 100644 index 0000000..0787f36 Binary files /dev/null and b/hip/texture-synthesis_tile_pbr.hip differ