How to use Easing Function on "Move to View" Actions Settings in Expert mode?

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
LichtUndSchatten
Posts: 54
Joined: Wed Sep 08, 2010 5:13 pm
Location: Germany
Contact:

I can set the ease function here.
settings-move-to-view-with-ease-funktion.PNG
settings-move-to-view-with-ease-funktion.PNG (11.08 KiB) Viewed 1554 times
Question: How can I set the ease function here and still use the variable? I tried putting "$(*node_view)/2" to get "Ease Out Back" but without success.
settings-expert-mode.PNG
settings-expert-mode.PNG (8.96 KiB) Viewed 1554 times

Thank you for your support!
Best regards!
User avatar
Hopki
Gnome
Posts: 13004
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
The variable is seen as a single-digit even though it may be a text variable with 90/0/70.
So what you need is separate variables, as an example:
var_pan
var_tilt
var_fov

The action value would then be:

Code: Select all

$(*var_pan)/$(*var_tilt)/$(*var_fov)/-1/2
Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
k.ary.n
Gnome
Posts: 615
Joined: Wed Aug 15, 2007 1:02 pm

Ease Out is 2, as indicated in Hopki's example. -1 is "Keep Current Projection"
You can find the others here: https://ggnome.com/doc/skin-actions/#move-to-view
LichtUndSchatten
Posts: 54
Joined: Wed Sep 08, 2010 5:13 pm
Location: Germany
Contact:

Thank you both, I think that helps me to understand and I will try it.

Best regards!
Post Reply