Hi Bruno,
first of all (you probably know that), you have to use different
Viewplatform-objects for your different views, which is only possible
(as far as I know) by not using the SimpleUniverse-stuff.
Then your problem can be solved by using different paths from the
Locale-object down to your Viewplatforms, like

Locale
--TransformGroup0
----TransformGroup1
------Viewplatform1
----TransformGroup2
------Viewplatform2

TransformGroup1 and TransformGroup2 then define your different views and
TransformGroup0 must be changed to change both Viewplatform1 and
Viewplatform2.

Marco.

> Bruno Sousa Caiado wrote:
>
> I�m trying to put in the same window diferent views of the same object
> (an upper view, side views, etc...)
> My problem is that i would like to add "real time animation" to all
> the views, i�ll explain:
> i would like all the views to move when i move one of them with the
> mouse...and i dont know how to do this...
>
> I think i will need to write my own mouse behaviors and them use the
> transform groups from the view i manipulate with the mouse to update
> the other views...but i�m not sure if this is the right way to go...
>

===========================================================================
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".

Reply via email to