anpp
Joined: 26 Jan 2008 Posts: 1
|
Posted: Wed May 28, 2008 3:48 pm Post subject: "tick" isosurfaces |
|
|
You mention in the TickIso example that you can generate isosurfaces with finite thickness ("tick" isosurfaces) using the equation:
G[x, y, z] = F[x, y, z] * F[x - (T/R)*dF()/dx, y - (T/R)*dF()/dy, z - (T/R)*df()/dz]
with
R = sqrt[(dF()/dx)^2 + (dF()/dy)^2 + (dF()/dz)^2]
T = Tickness value
Is there a published reference to this equation? |
|