Re: Need advice/suggestion for small project

2008-10-28 Thread Scott David Daniels
AEB wrote: Hello, my supervisor has requested that I write a program to display 2D waves in 3D using Python. Basically I have a time series file that has the heights of the wave over time steps, and I want to extrude these waves lengthwise so that they appear in a 3D manor. I am not very famili

Re: Need advice/suggestion for small project

2008-10-28 Thread Marc 'BlackJack' Rintsch
On Tue, 28 Oct 2008 05:47:32 -0700, AEB wrote: > Hello, my supervisor has requested that I write a program to display 2D > waves in 3D using Python. Basically I have a time series file that has > the heights of the wave over time steps, and I want to extrude these > waves lengthwise so that they

Need advice/suggestion for small project

2008-10-28 Thread AEB
Hello, my supervisor has requested that I write a program to display 2D waves in 3D using Python. Basically I have a time series file that has the heights of the wave over time steps, and I want to extrude these waves lengthwise so that they appear in a 3D manor. I am not very familiar with Pytho