|
Hi,
I am doing the same thing and it works well with
these settings:
for shape3D (to declare in the branchgroup
where they are):
node.setCapability(Shape3D.ALLOW_GEOMETRY_READ);
node.getGeometry().setCapability(Geometry.ALLOW_INTERSECT); node.setCapability(Shape3D.ALLOW_APPEARANCE_WRITE); node.setCapability(Shape3D.ALLOW_APPEARANCE_READ); and for the branchgroup:
branchgroup.setCapability(Node.ENABLE_PICK_REPORTING);
bye.
Olivier
|
- [JAVA3D] Problems with Behavior Matt Holland
- Re: [JAVA3D] Problems with Behavior Olivier Tassy
- Re: [JAVA3D] Problems with Behavior Karsten Fries
- Re: [JAVA3D] Problems with Behavior Cheng Chang Dong
- Re: [JAVA3D] Problems with Behavior Kasparian, Raffi J.
- Re: [JAVA3D] Problems with Behavior Matt Holland
