Connecting Tech Pros Worldwide Forums | Help | Site Map

Java and 3D

Hannes De Bondt
Guest
 
Posts: n/a
#1: Sep 9 '08
Hi everyone,

I'm looking for an (easy) way to show some points in 3D in Java.
The situation is: I have a bunch of points and I want to show them in space.
I already looked for Java3D but I don't find how to install it on my
computer.
Are there other ways? or is Java3D the way to go?
Can someone give me some pointers please?

thanx in advance!!

Hannes De Bondt
Dan Stromberg
Guest
 
Posts: n/a
#2: Sep 27 '08

re: Java and 3D


On Tue, 09 Sep 2008 14:58:38 +0200, Hannes De Bondt wrote:
Quote:
Hi everyone,
>
I'm looking for an (easy) way to show some points in 3D in Java. The
situation is: I have a bunch of points and I want to show them in space.
I already looked for Java3D but I don't find how to install it on my
computer.
Are there other ways? or is Java3D the way to go? Can someone give me
some pointers please?
>
thanx in advance!!
>
Hannes De Bondt
You might be better off with a 3d package, but in the old days we'd
simulate 3d on 2d by adding in a multiple of sine(theta) and cosine
(theta), where theta is the angle used to represent depth.

Closed Thread