Hi All,
I posted 3 posts about "picking multiple objects by drawing a window
on the screen". I think it is a useful feature and commonly used in
applications, but I get no response. There is only one little problem
needed to solved, but it is very annoying and looks like a bug of Java3D.
I provided a test case, you can try it very easily. For the 2nd post, I
just changed the scene object, so you just replace the old PickAllTest.java
with this new file. It works fine for this shape.
For the 3rd post, I did a test for my first post. I add one more function
into WindowPickBehavior class, when you run this test case, please add 3
statements in the createSceneGraph() function to set the capability.
They are:
part1.setCapability(Shape3D.ALLOW_LOCAL_TO_VWORLD_READ);
part2.setCapability(Shape3D.ALLOW_LOCAL_TO_VWORLD_READ);
group.setCapability(BranchGroup.ALLOW_CHILDREN_READ);
Here are the links of my first 3 posts about this problem:
http://swjscmail1.java.sun.com/cgi-bin/wa?A2=ind0211&L=java3d-interest&D=1&O=A&X=4EF2747DA08218E7C1&Y=whitemorph@;yahoo.com&P=670
http://swjscmail1.java.sun.com/cgi-bin/wa?A2=ind0211&L=java3d-interest&D=1&O=A&X=4EF2747DA08218E7C1&Y=whitemorph@;yahoo.com&P=956
http://swjscmail1.java.sun.com/cgi-bin/wa?A2=ind0211&L=java3d-interest&D=1&O=A&X=4EF2747DA08218E7C1&Y=whitemorph@;yahoo.com&P=6212
Could any one help me out this problem?? Thank you very much! I appreciate
that. ----white
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".