This is a demonstration of 3D sine waves. This is a Java program that renders a three dimensional polygonal grid on which the position on the y-axis is sin(x)*sin(z)*Time or something (I don't quite remember).
I made this program using the Processing API.