Page 1 of 1

Touch Translation and Touch Buttons

Posted: 15 Mar 2012, 17:12
by Carlos
Hi there!
Sorry for the useless topic subject, but I don't know how to sum this up! :)

I have a scene that rotates around a pivot using a touch translation node. There are several videos spreading around the center, and what I am expecting to achieve is that when I touch on one video, the whole world rotates to the certain position where this video is facing the camera. But, of course, the touch translation has its own rotation value, so I can't find a way to make it smoothly.

I know, I'm terrible explaining myself, but I hope you could understand my point.

How can I make it?

Thank you in advance!

Re: Touch Translation and Touch Buttons

Posted: 20 Mar 2012, 11:04
by Daniel Willer
Take a look to the WebBrowser demo that is online. It includes the whole functionality you need to solve your probleme.

Cheers!

Re: Touch Translation and Touch Buttons

Posted: 20 Mar 2012, 17:06
by Carlos
Thank you Daniel!

I'm sure it does, but it can't be opened on Windows 64 bits!

So, any quick tricks?

Re: Touch Translation and Touch Buttons

Posted: 21 Mar 2012, 10:47
by Daniel Willer
By the way you can install a Ventuz 32bit on a 64bit machine :) .
The best way to solve your problem is to interpolate between the present TouchRotation and the fix end position of each Panel.
You can use a linear node or a custom expression for that.

Cheers!