yes I did. I used the vertex shader for a fast terrain preview. I used directly the noise shader algorithm to set the height. When you shift the positions inbetween 0 to 1 the result matches the preview on the bitmap and the result is more accurate then a texture lookup.