I used this like this:
|
Source code
|
1
2
3
4
|
<action name='home'>
copy(hlookat,scene.hlookat);
copy(vlookat,scene.vlookat);
</action>
|
and it did not change view at all.
But this is being working:
|
Source code
|
1
2
3
|
<action name='home'>
lookto(0,0,.27,smooth(11,.1,11));
</action>
|
But the .27 value should be got automatically by a method or function.