Re: [JAVA3D]

2000-09-25 Thread Ashish Tayal
Kevin,   Go to link http://java.sun.com/products/java-media/3D/collateral/ U can find plenty of material to read! Ashish Kevin Xu wrote: Hi I am new to Java3D. Anyone can give me some advice to find Java3D progam tutorial for beginner? Thanks a lot  Kevin

Re: [JAVA3D]

2000-09-25 Thread huoxu
hello Kevin Xu You can get some infomation from java.sun.com,you will find turial about java 3d . ÔÚ 2000-9-26 14:56:00 >Hi > >I am new to Java3D. Anyone can give me some advice to find Java3D progam tutorial for >beginner? > >Thanks a lot > > >Kevin huoxu

[JAVA3D]

2000-09-25 Thread Kevin Xu
Hi   I try to display the data stored in DXF files and/or TXT files with Java3D. But I am new to Java3D, anyone one can tell me how to start?   Many thanks     Kevin  

[JAVA3D]

2000-09-25 Thread Kevin Xu
Hi   I am new to Java3D. Anyone can give me some advice to find Java3D progam tutorial for beginner?   Thanks a lot     Kevin  

[JAVA3D] Best way to do GUI? Could really use help here.

2000-09-25 Thread David
Hi all... still struggling with this.  Looks like a (documented) bug in Java3d causes the window containing the canvas3d to "jump to the top" of the zorder as soon as the mouse enters the window.  So creating JWindows which float on top of the app seems to be impossible.  There are apparentl

[JAVA3D] CompressedGeometry question

2000-09-25 Thread Jack Pien
hi,   i'm trying to save a J3D scene graph into a number of CompressedGeometryFile's.  i noticed that the CompressedGeometry clamps coordinates between (-1,1) probably as part of the compression algorithm.  but when i try to reconstruct my new scene graph using CompressGeometryFile object, J

[JAVA3D] Release Data of 1.2.1 (Beta)

2000-09-25 Thread Mark Ferneau
Can anyone from Sun provide an estimated release date for J3D 1.2.1, Beta? At Siggraph Michael Schulman indicated it would be out this summer and, as of last week, we're in Autumn (at least in the US). --Mark Mark Ferneau240-462-6262 (cell) Director of Adv. Technology

[JAVA3D] TranslationTest

2000-09-25 Thread Will Holcomb
This is another bug hunter program combined with something that I am trying to do that is not quite working right. I have information about the simulation that I am wanting to display in the simulation that is constantly changing. One solution is to use Text2D's a short distance from the camera a

[JAVA3D] The same is not the same!?

2000-09-25 Thread B. Hofmann
Hi, Can anybody tell me, why the following two code fragments don´t have the same effect. If I try it without Java3d (e.g. System.out.println("new Point3d("+ ... ) ) I get the same result! I don´t understand what´s wrong because the for-loop is correct! Is this a J3D problem or what´s wrong?

Re: [JAVA3D] ncsa loaders

2000-09-25 Thread Martín Arouxet
ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=unicode" http-equiv=Content-Type> <M

Re: [JAVA3D] array of lights (or any 3d object)

2000-09-25 Thread Neil Henderson
Don't worry about this one. I should have managed to solve this one myself. It's just me not having programmed in java for a while and still getting used to how things work. Hi,   I'm after creating and keeping track of a set of lights (or other objects in the 3d world). i was intend

Re: [JAVA3D] How to use quaternion in J3D?

2000-09-25 Thread Víctor
All you need to know is the meaning of the 4 values. A quaternion is made of 4 values (x, y, z, w) . To define a rotation around a unitary vector u, for example (0,1,0) =>Y axis, and an rotation w=60º, your code should look something like this. x = u(x) * sin(w / 2) = 0 y = u(y) *

[JAVA3D] array of lights (or any 3d object)

2000-09-25 Thread Neil Henderson
Hi,   I'm after creating and keeping track of a set of lights (or other objects in the 3d world). i was intending to do this by setting up an array of say length 10   int[] = light new int[10];   and then setting them up and accessing them by using   LinearFog light[1] = new LinearFog();   I'

Re: [JAVA3D] .lws configuration

2000-09-25 Thread Wyss Christian
The .lws contain the absolute path to the object files. You will have to edit the .lws and delete the paths, or put your lwo's into a folder for which the paths in the .lws's matches. Chris Nicholas Leidenfrost wrote: > I've been messing around *unsuccessfully* with the Lightwave object loader

[JAVA3D] ncsa loaders

2000-09-25 Thread Neil Henderson
Hi,   Once again i seem to be having problem using loaders. Again i think it's a problem with where i've placed the files. Not sure where to place the jar file or whether to expand the jar file down to the class files and if so where to place them.   I've tried placing files in the jre\lib\e