Re: Simple 3D Point Plotting
- From: "Larry Barowski" <MElarrybar-AT-eng_DOT_auburnANOTHERDOTeduEND>
- Date: Tue, 26 Sep 2006 09:51:07 -0400
"Thomas Weidenfeller" <nobody@xxxxxxxxxxxxxxxx> wrote in message
news:ef8658$f48$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Brian Bagnall wrote:
You could now start to learn the Java2D API. Then learn the math involved
in projecting 3D data on a 2D surface, rotation, translation, scaling of
3D data, etc.
Alternatively, you could look for some 3rd party data visualization
toolkit (google ...) which might fit your needs. Or you could look for
similar examples. E.g. there is a very old applet demo which displays
somewire frame data. It might be possible to adapt it.
For either of those options, the OP might want to look at
VGJ. It displays graphs in 3D, with rotation controls.
http://www.eng.auburn.edu/department/cse/research/graph_drawing/vgj.html
Assuming you are plotting points that are the same solid
color, so you don't need a z-buffer or depth sort, this
would be all you'd need. The code is very old, somewhat
sloppy, and no longer maintained, but you can find updated
versions elsewhere.
.
- References:
- Simple 3D Point Plotting
- From: Brian Bagnall
- Re: Simple 3D Point Plotting
- From: Thomas Weidenfeller
- Simple 3D Point Plotting
- Prev by Date: Re: Retrieving information from MySQL Database
- Next by Date: Import Map.class wrong version error
- Previous by thread: Re: Simple 3D Point Plotting
- Next by thread: listing MAC addresses of attached network cards
- Index(es):
Relevant Pages
|