Difference between revisions of "User talk:Kimm Paulino/Scripts1"
Jump to navigation
Jump to search
Omei Qunhua (talk | contribs) m (Suggestion) |
Omei Qunhua (talk | contribs) m |
||
Line 2: | Line 2: | ||
Your non-physical move and rotate script is jerky because you're using llSetPos() which has a built-in delay of 0.2 secs. | Your non-physical move and rotate script is jerky because you're using llSetPos() which has a built-in delay of 0.2 secs. | ||
Replacing the llSetPos() with this line makes it much smoother:- | Replacing the llSetPos() with this line makes it much smoother:- |
Revision as of 01:24, 29 December 2012
Hello Kimm,
Your non-physical move and rotate script is jerky because you're using llSetPos() which has a built-in delay of 0.2 secs.
Replacing the llSetPos() with this line makes it much smoother:-
llSetLinkPrimitiveParamsFast ( LINK_THIS, [PRIM_POSITION, gCurrentPosition] );
Omei Qunhua 17:45, 28 December 2012 (PST)