Distance Render - Implict Torus
this renders the implicit equation for a torus:
Math.pow(vx * vx + vy * vy + vz * vz + R*R - r * r, 2) - 4 * (R * R)*(vx * vx + vy * vy);
more info here: http://actionsnippet.com/?p=1343
- forked:0
- favorite:1
- lines:106
- license : MIT License
- modified : 2009-08-07 14:51:43
sazaam
:
distance (shade)


