All Projects → BrokenVector → Lowpolyshaders

BrokenVector / Lowpolyshaders

Licence: apache-2.0
Unity shaders optimized for Low Poly models.

Projects that are alternatives of or similar to Lowpolyshaders

Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (+9.55%)
Mutual labels:  unity, shaders, shader, shaderlab, unity-asset
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (+8.28%)
Mutual labels:  unity, shaders, shader, unity-asset, unity-3d
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+354.78%)
Mutual labels:  unity, shaders, shader, unity-asset, unity-3d
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+236.31%)
Mutual labels:  unity, shaders, shader, unity-asset, unity-3d
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (+26.11%)
Mutual labels:  unity, shaders, shader, shaderlab
Unity Dithered Transparency Shader
Unity material and shader for applying clipped, dithered transparency
Stars: ✭ 174 (+10.83%)
Mutual labels:  unity, 3d, shaders, shaderlab
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+7350.96%)
Mutual labels:  unity, 3d, shaders, shader
nvjob-sky-shader-simple-and-fast
#NVJOB Dynamic Sky. Sky Shaders. Free Unity Asset.
Stars: ✭ 103 (-34.39%)
Mutual labels:  shaders, shader, unity-asset, shaderlab
Holoshield
Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
Stars: ✭ 401 (+155.41%)
Mutual labels:  unity, shaders, unity-asset, unity-3d
Unity Frosted Glass
❄️ Test of a frosted glass material in Unity.
Stars: ✭ 506 (+222.29%)
Mutual labels:  unity, shaders, shader, unity-3d
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+1153.5%)
Mutual labels:  unity, shaders, shader, unity-3d
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+2218.47%)
Mutual labels:  unity, shaders, shader, unity-asset
Unitypcss
Nvidia's PCSS soft shadow algorithm implemented in Unity
Stars: ✭ 533 (+239.49%)
Mutual labels:  unity, shader, shaderlab, unity-asset
Shadergraph Custom Nodes
🔨 Collection of custom nodes for ShaderGraph.
Stars: ✭ 53 (-66.24%)
Mutual labels:  unity, shaders, shader
Gpu Spline Deformation
Baking spline deformation to a texture then applying it to a mesh via a shader.
Stars: ✭ 52 (-66.88%)
Mutual labels:  unity, shaders, shader
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+587.26%)
Mutual labels:  unity, shader, shaderlab
Uchromakey
Chroma key shader asset for Unity
Stars: ✭ 58 (-63.06%)
Mutual labels:  unity, shader, shaderlab
Curtainsjs
curtains.js is a lightweight vanilla WebGL javascript library that turns HTML DOM elements into interactive textured planes.
Stars: ✭ 1,039 (+561.78%)
Mutual labels:  3d, shaders, shader
Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (-63.69%)
Mutual labels:  unity, shader, shaderlab
Pencilsketcheffect
Real Time Hatching In Unity
Stars: ✭ 134 (-14.65%)
Mutual labels:  unity, shaders, shaderlab

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].