Thanks Klaus,
I've got a problem to accelerate the rotation when moving the mouse...
My code (I'm finishing with a little planet) :
|
Quellcode
|
1
2
3
4
5
6
7
8
9
|
<action name="start01">
moveto(240,0,linear(28));
lookto(59,90,140,linear(28));
set(view.vlookatmin,90);
set(view.vlookatmax,90);
set(view.limitview,lookat);
set(plugin[followmouse],true);
set(hlookat_moveforce,+1);
</action>
|
I don't know the value to give "hlookat_moveforce" (and where to put it) to accelerate the rotation when moving the mouse...
Regards