y(Shape3D.ALLOW_LOCAL_TO_VWORLD_READ);
PickTool.setCapabilities(shape, PickTool.INTERSECT_FULL);
}
}
}
}
}
From: Alessandro Borges <[EMAIL PROTECTED]>
Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [JAVA3D] Lw3dLoad
July 28, 2003 1:51 PM
Subject: [JAVA3D] Lw3dLoader problem
> hi friends
>
> I changed my "kur" function:
>
> private void kur2 (Scene sce, String st) {
>// Hashtable hash = sce.getNamedObjects();
> BranchGroup branch = sce.getSceneGroup();
> int
hi friends
I changed my "kur" function:
private void kur2 (Scene sce, String st) {
// Hashtable hash = sce.getNamedObjects();
BranchGroup branch = sce.getSceneGroup();
int a = 0;
for (Enumeration e = branch.getAllChildren(); e.hasMoreElements(); ) {
Object obj = e.nextElement();
hi all
I think, I have a Lw3dLoader problem.
My program loads two Scenes, one of them is loaded from a .obj file and the
other is loaded from a .lws file.
Then, these capabilities are set by calling this function:
private void kur (Scene sce) {
Hashtable hash = sce.getNamedObjects();
for (