Ian, right now it is not possible, but I think Sun announced this feature
for J3D 1.3 (fall 2000 ?). Since then, here is a workaround I use:
Put all geometry which should be shown in all canvases in one SharedGroup,
then create 3 geometry- and 3 view-branches (I think, you already have 3
view branches), with a kind of 'offset' ( = TransformGroup with reasonable
Transform3D so that every branch is far away from the other branches), put
the SharedGroup in all geometry branches, and add the specific geometry to
the specific branches. Of course, the world coordinates of at least 2 of
those 3 branches are a no longer the 'real' world coordinates...
Maybe you could also use multiple Locale-objects instead of branches.
Hope that helps, Marco.
From: "Ian Nieves" <[EMAIL PROTECTED]>
> Hello all,
>
> I have 3 orthographic views showing objects, and a single perspective view
> that show the objects. All views are independant of each other.
> (actually,
> the 3 orthographic views are tied together to form top/front/left views).
>
> I would like to be able to show the viewing volume of the 3 ortho views
> within the perspective view. That is, I want to put a semi-transparent
> box
> in the perspective view (it will correspond to the viewing volume of the
> ortho views), but NOT in the orthographic views.
>
> Does anyone out there know if it is possible to add objects/shapes to the
> scene from only a particular view??
>
> Thanks in advance!
> Ian Nieves
===========================================================================
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".