Readme and package setup.

This commit is contained in:
max
2021-03-31 14:46:09 +02:00
parent 7a88d5af4c
commit f252601979
9 changed files with 39 additions and 15 deletions

View File

@@ -1,11 +1,9 @@
This package borrows code from various different sources, including:
# []()
### TriPlanar
- Author: [Ronja Böhringer](https://github.com/ronja-tutorials)
- Source: [GitHub](https://github.com/ronja-tutorials/ShaderTutorials/blob/master/Assets/010_Triplanar_Mapping/triplanar_mapping.shader)
- License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
### Relevant Files
- []()
### Credits
- Author: []()
- Source: []()
- License: []()
### WorldSpaceNormals
- Source: [UnityDocs](https://docs.unity3d.com/Manual/SL-VertexFragmentShaderExamples.html)