An open API service indexing awesome lists of open source software.

https://github.com/adcimon/morph-effect

Vertex shader that morphs geometry into primitive shapes.
https://github.com/adcimon/morph-effect

shaders unity

Last synced: about 24 hours ago
JSON representation

Vertex shader that morphs geometry into primitive shapes.

Awesome Lists containing this project

README

          

# Morph Effect

Vertex shader that morphs geometry into primitive shapes.




To morph into a sphere the vertices are expanded.




To morph into a cube the vertices are expanded and clamped to fit the cube dimensions.




References.
> [Graphic Shaders, Chapter 16](http://web.engr.oregonstate.edu/~mjb/cgeducation/ShadersBookSecond/)