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
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
===
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
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
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
> 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
subscribe java3d-interest James
Sandlin
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
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
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,
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
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
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.
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
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
15 matches
Mail list logo