|
|
Wasn't it Alastair Murray who wrote:
>Regardless, I still need a way of knowing how the y-coordinate at any
>particular point on a height field.
#declare Point = trace(My_Heightfield, <X,0,Z>, y);
#declare Y = Point.y;
(Actually that assumes that your height field always has y positive.)
--
Mike Williams
Gentleman of Leisure
Post a reply to this message
|
|