
Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
> On Tue, 7 Aug 2007 09:06:20 -0400, David Kerber
> <ns_dkerber@ns_WarrenRogersAssociates.com> wrote, quoted or indirectly
[quoted text clipped - 12 lines]
> of a graphing/charting package that will plot of function of two
> variables in 3D, producing a surface?
Unfortunately, no I don't. That was what I was guessing you meant, but
sometimes questions are posed by non-English speakers which look well-
worded, but don't express what they actually mean; for example, you
might have been asking how to write such a graphing routine yourself.
So I thought it best to clarify before trying to answer.
> Perhaps it would look like a mosquito net, perhaps a warped grid,
> perhaps a 3D viewer that lets you change your point of view to see the
[quoted text clipped - 3 lines]
> affairs that everyone keeps reinventing the wheel but refuses to
> invent the steering wheel.
I imagine that in this case, there is just not enough demand for java-
based 3D plotting. Most 3D graphics apps are pretty demanding of
compute speed, and that is not one of Java's strong points, though it is
certainly sufficient for some applications.

Signature
Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
Roedy Green - 08 Aug 2007 16:37 GMT
On Wed, 8 Aug 2007 10:26:03 -0400, David Kerber
<ns_dkerber@ns_WarrenRogersAssociates.com> wrote, quoted or indirectly
quoted someone who said :
>I imagine that in this case, there is just not enough demand for java-
>based 3D plotting. Most 3D graphics apps are pretty demanding of
>compute speed, and that is not one of Java's strong points, though it is
>certainly sufficient for some applications.
I have been toying with the idea of writing a program to generate a
Pov-Ray program then use that to created a shaded surface, where you
can control the lighting. I will have to look into whether it is
possible to generate a smooth surface from sample points created of a
material that is semi-transparent.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Roedy Green schrieb:
> I thought expressing my ignorance implied the question. Do you know
> of a graphing/charting package that will plot of function of two
> variables in 3D, producing a surface?
ImageJ (http://rsb.info.nih.gov/ij/) is an open source image processing
tool written in Java. It contains at least a 3D surface plot.
Regards,
Lothar Leidner