Re: Painless way to do 3D visualization

2006-10-08 Thread Erik Max Francis
Peter Beattie wrote: > faulkner wrote: >> http://www.vpython.org/ > > Oh, thanks, but let me quote myself: > >>> So far, I've only tinkered a little with VPython, but the lack >>> of any decent documentation has proved to be a major turn-off. > > So, I'd really appreciate any hints as to where

Re: Painless way to do 3D visualization

2006-10-08 Thread Ron Adam
Peter Beattie wrote: > Hey folks, > > I need to do the following relatively simple 3D programming: > > I want to convert data from four-item tuples into 3D co-ordinates in a > regular tetrahedron. Co-ordinates come in sequences of 10 to 20, and the > individual dots in the tetrahedron need to be

Re: Painless way to do 3D visualization

2006-10-08 Thread Peter Beattie
faulkner wrote: > http://www.vpython.org/ Oh, thanks, but let me quote myself: >> So far, I've only tinkered a little with VPython, but the lack >> of any decent documentation has proved to be a major turn-off. So, I'd really appreciate any hints as to where to look for anything a little more us

Re: Painless way to do 3D visualization

2006-10-07 Thread faulkner
http://www.vpython.org/ Peter Beattie wrote: > Hey folks, > > I need to do the following relatively simple 3D programming: > > I want to convert data from four-item tuples into 3D co-ordinates in a > regular tetrahedron. Co-ordinates come in sequences of 10 to 20, and the > individual dots in the

Painless way to do 3D visualization

2006-10-07 Thread Peter Beattie
Hey folks, I need to do the following relatively simple 3D programming: I want to convert data from four-item tuples into 3D co-ordinates in a regular tetrahedron. Co-ordinates come in sequences of 10 to 20, and the individual dots in the tetrahedron need to be connected into discontinuous lines.