Hi all,
I am trying to access to the Shapes3D of a model
imported from 3ds max,I am using this code to get the children:
Enumeration en =
scene.getAllChildren(); traverse(en);
public
void traverse (Enumeration e) {
while(e.hasMoreElements()) { Object
o =
e.nextElement();
hterrolle wrote:
Hi,
I do not want to span the list as i did last fews day. I just think that it is the
best list for J3D hekp.
My question is how to make J3D application avalaible for different platform (OS) WIN,
Linuxx, MAc.
Do i need to give differentcode or is the Win code can be executed o
I found out the problem, I was trying to read the
children after makig:
scene.compile();
Boby
- Original Message -
From:
Robert Gomez-Reino
To: [EMAIL PROTECTED]
Sent: Wednesday, September 03, 2003 11:36
AM
Subject: [JAVA3D] ALLOW_CHILDREN_READ in
an imported
Hi,
I have already access to the Shape3D's of my
imported 3ds max model, and I can also change the appearance of this
Shape3D's but when it is compile I can't, I would like to still be able to
change the appearance of the Shape3D's, is this possible? How can I do it? The
problem is that from
Hi June,
Not sure if anyone else answered you about this but if you look closely at the two
samples you sent, most of the added lines in the new version are AWT-related, not
Java3D related.
Java3D lines from old version:
import com.sun.j3d.utils.universe.SimpleUniverse;
import com.sun.j3d.util
Robert Gomez-Reino wrote:
Hi,
I have already access to the Shape3D's of my imported 3ds max
model, and I can also change the appearance of this Shape3D's but when
it is compile I can't, I would like to still be able to change the
appearance of the Shape3D's, is this possible? How can I do it? The
Hi there,
I have a problem seeing Texture3D on my TFT monitor and on any
laptop/notebook that I tried running my code. Instead of the Texture3D, a
white plane shows up in its physical location. On the other hand, when I
tested on one conventional CRT monitor it worked, although it did not work
on
I will be out of the office starting 09/03/2003 and will not return until
09/08/2003.
I will respond to your message when I return.
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "