Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 564 Bytes

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