Connecting Tech Pros Worldwide Help | Site Map

Java and 3D

  #1  
Old September 9th, 2008, 02:05 PM
Hannes De Bondt
Guest
 
Posts: n/a
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
  #2  
Old September 27th, 2008, 06:15 AM
Dan Stromberg
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Landscape creation - Java 3D pro's asked XD kprojects answers 1 December 23rd, 2008 04:27 AM
Java 3D phmenard answers 3 December 4th, 2008 04:55 PM
Starting University COSC and learning JAVA, advice please :D David Van D answers 1 February 4th, 2006 02:45 AM
[newby question] looking for c# on webpage & c# 3d information Rick D. answers 2 November 17th, 2005 02:24 AM
Display a C++ window in a java GUI bart59 answers 5 July 22nd, 2005 12:33 PM