Skip to content

Some geometry shaders useful to add some life to Unity Projects

Notifications You must be signed in to change notification settings

ddutchie/Unity_EnvironmentShaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Unity_EnvironmentShaders

This Repo contains some of my environments shader experiments in Unity3D

Grass

Some Grass Shaders

gif

Ivy

Some Ivy Shaders

gif gif

My take on an Ivy shader:

  • Generate a few geometric copies (hulls)
  • Offset based on normal * value.
  • Sample Leaves from a base diffuse map.
  • Use color ramp to specify depth for clipping cutoff values.
  • Alternate UV offsets.

Features: Forward (Custom lighting) + Deferred (PBR Lighting)

Inspiration:

Unity 2018.4 Should work in any project with a GPU that allows Geometry Shaders.

About

Some geometry shaders useful to add some life to Unity Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published