VF-1 Valkyrie made in maya, rendered in 3ds Max
Chris Webb
Sunday, June 12, 2011
Saturday, May 14, 2011
Toon/Sketch Shader
A HLSL shader I made that renders objects to look like they are drawn. It is essentially a toon shader with lines that are sketchy ( different sizes over time) and with an overlay in the darker areas so that it looks shaded. It also has a low tolerance for depth so that minor details appear, and seemed drawn in.
It uses the more accurate approach to edge detection ( change in depth instead of change in colour )
It uses the more accurate approach to edge detection ( change in depth instead of change in colour )
Sunday, May 8, 2011
Thursday, May 5, 2011
Procedural Terrain Generation - 2D
Procedurally Generated destructible 2D terrain.
The terrain is also physically simulated, and will create particles upon destruction. ( not just be deleted then fall )
Uses stacked sine waves, then interpolated textures
Procedural Terrain Generation - 3D
A Procedural Terrain Generator I made in C#
( uses the diamond square algorithm)
Has support for textured terrain and interpolates the textures to create a nice blend
Subscribe to:
Posts (Atom)