Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BrokenVector/LowPolyShaders
Unity shaders optimized for Low Poly models.
https://github.com/BrokenVector/LowPolyShaders
3d low lowpoly materials poly shader shaders unity unity-3d unity-asset unity-shader
Last synced: 3 months ago
JSON representation
Unity shaders optimized for Low Poly models.
- Host: GitHub
- URL: https://github.com/BrokenVector/LowPolyShaders
- Owner: BrokenVector
- License: apache-2.0
- Created: 2017-03-12T10:26:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T07:52:01.000Z (over 5 years ago)
- Last Synced: 2024-07-13T10:33:16.170Z (4 months ago)
- Topics: 3d, low, lowpoly, materials, poly, shader, shaders, unity, unity-3d, unity-asset, unity-shader
- Language: ShaderLab
- Homepage: https://www.assetstore.unity3d.com/#!/content/85262
- Size: 759 KB
- Stars: 191
- Watchers: 8
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - LowPolyShaders - Unity shaders optimized for Low Poly models (Low Poly)
README
# Low Poly Shaders
Shaders optimized for Low Poly models.
These are simple shaders which need less draw calls than the default shaders.## How do they work?
Instead of doing the texture lookup's in the fragment/pixel stage they are doing it in the vertex stage. So the texture lookup is only made once for every vertex instead of once for every pixel on that object (per vertex texture lookup's).## Contents:
- PBR Shader (like the Unity Standard Shader)
- Unlit Shader
- Example Scene