[JAVA3D] Retrieving angle from Transform3D Object

2000-12-06 Thread Cyrille Breihof
Hi,is there a possibility to retrieve an angle from a Transform3D Object?Example:Transform3D rotationY1=3D new Transform3D();Transform3D rotationY2=3D new Transform3D();rotationY1.rotY(2*Math.PI* 15 /360);  // 15 degreesrotationY2.rotY(2*Math.PI* 25 /360);  // 25 degreesrotationY1.mul(rotat

[JAVA3D] libraries

2000-12-06 Thread Chu Tan
I wonder if there's some website or public libraries that Java3D programmers can contribute or share their code. Stuffs like a 3D presentation of X-Y-Z axis would be commonly used.. _NetZero Free Internet Access and Email__ http://www.netzero.net/download/index.html ===

[JAVA3D] HOw to use AWT to zoom in or out such as button

2000-12-06 Thread Qiu Guojin
hi, Now I develope a program and It need zoom in and zoom out. I want to use a button to make it zoom in or out when press it. But i don't know how to do ,can someone tell me . thanks in advance. I tried to do as following. Transform3D mmm ; double x=0; if (e.getSource=="button"{ mmm.set

[JAVA3D] I want to add a button for zoom in or out

2000-12-06 Thread Qiu Guojin
hi, Now I develope a program and It need zoom in and zoom out. I want to use a button to make it zoom in or out when press it. But i don't know how to do ,can someone tell me . thanks in advance. I tried to do as following. Transform3D mmm ; double x=0; if (e.getSource=="button"{ mmm.set

Re: [JAVA3D] howto get names of object from inline VRML

2000-12-06 Thread Siau Tan Long
Have you look at this? http://www.j3d.org/faq/vrml.html - Original Message - From: "Josh Richmond" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 07, 2000 12:18 AM Subject: [JAVA3D] howto get names of object from inline VRML Hi everyone, I've searched the archiv

Re: [JAVA3D] Rendering data persistence.

2000-12-06 Thread Mark Hood
> Date: Wed, 6 Dec 2000 14:58:25 -0800 > From: Joe Kiniry <[EMAIL PROTECTED]> > Organization: DALi, Inc. > > a. Compressed geometry does not support texture information (This is the > killer, from our perspective - what non-simplisitic or industrial rendering > is interesting without textu

[JAVA3D]

2000-12-06 Thread Aubri & James Sandlin
subscribe java3d-interest James Sandlin

[JAVA3D] Rendering data persistence.

2000-12-06 Thread Joe Kiniry
Hi all, We have reached a point where we are interested in storing our complex renderable entities in an efficient file format for loading when the application starts and for data transmission. I had always presumed that we could use the geometry compression APIs in Java3D for the renderable par

[JAVA3D] beta 1.2.1 issue?

2000-12-06 Thread Young Ly
Hi Everyone I am 'randomly' getting this error, I have not been able to reproduce it. Just wondering if anyone else has seen it ... # # An EXCEPTION_ACCESS_VIOLATION exception has been detected in native code outsi de the VM. # Program counter=0x100012c0 # Any hunches , information, on the su

Re: [JAVA3D] 3D Simulator with Parallel Processing

2000-12-06 Thread Fred Klingener
Adian, Pretty early, I gave up on the Java 3D clock as a basis for simulations of physical systems. It's based on the system clock, and that keeps running whether you get to compute anything on your model or not. If you're doing any step-wise solving (numerical integration, inverse kinematics,

[JAVA3D] 3D Simulator with Parallel Processing

2000-12-06 Thread Adriano Cavalcanti da Silva
Dear Colleagues, I am trying to conduct one industrial simulation concurrently with the visualization... and the synchronization between the simulation state and the correspondent visualization are even more critical once both are intended as parallel program... so both are shearing common data. H

[JAVA3D] Coomunicating with an applet through a plugin enabled html page

2000-12-06 Thread Ben Arbel
Hey J3D   ive  been trying to understand the communication between html an an applet for some time now, im trying to interface to an applet through an html page , specifically , calling some public methods in my applet from the html page. now, when i used the tag and then referenced the ap

[JAVA3D] howto get names of object from inline VRML

2000-12-06 Thread Josh Richmond
Hi everyone, I've searched the archive and API, but can't seem to figure this out: I want to get references to all named Shape nodes in a VRML file which includes Shapes in any inlined files. My code to do this is below, and I've attached two sample .wrl files (jlink2.wrl) is the parent file.

Re: [JAVA3D] multiple view question

2000-12-06 Thread Wim Snoep
Ok, I'll try to solve it with sharing of geometry's and cloning subgraphs. Thanks for the answers, maybe sharing subgraphs between different universes is something for a new version of the library? Wim [EMAIL PROTECTED]@[EMAIL PROTECTED] on 12/05/2000 20:06:20 Please respond to [EMAIL PROT

[JAVA3D] PickingCallback

2000-12-06 Thread Nenad Latinovic
Hello everyone, I wrote a Class named PickHandler which implements the PickingCallback interface. When registering this Class to the according PickBehaviors i noticed something funny. Registering to PickRotateBehavior and to PickZoomBehavior everything is just fine. But when registering to PickTra