#Animating a glacier
10-Feb-95 10:48:16
Sb: #152076-#Animating a glacier
Fm: Kyle J. McKisic 75542,363
To: Ian Christie 70534,403
Ian,
I just did something that I think is similar to the effect that you're
trying to get. I had to make a car form out of the street – where the street
starts to bulge as it looks like something is pushing itself up. the amorphous
from then slowly constrains itself to the shape of the car. what I did was use
the SEEZ_I.IXP routine (avail in the ipas lib) to create a 8 bit zbuffer image
of the car – so the high points are white, and the low points are black. then,
I used the image as a displacement map on a grid, that I applied SKIN to.
voila! perfect match to the car geometry. I also took the image into Photoshop
and created some blurred copies to use as intermediate morph targets before I
arrive at the refined shape.
It worked out really well. I could send you (or upload) a flic of it if you're
interesed.
-Kyle