Google
×
22 янв. 2015 г. · If face is ALL_SIDES then the function works on all sides. start supports negative indexes. Frames are numbered from left to right, top to bottom, ...
22 янв. 2015 г. · Animate the texture on the specified face/faces of the specified prim/prims by setting the texture scale and offset. Identical to llSetTextureAnim ... Summary · Caveats · Examples · Notes
General Note: llSetTextureAnim works by overriding the texture's scale and offset on the client side which makes this function incompatable with llScaleTexture ...
17 апр. 2008 г. · default { state_entry() { llSetTexture("349b2fec-0f7e-bd5f-5bcc-7090d27ae0fb", ALL_SIDES); llSetTextureAnim(ANIM_ON | LOOP, ALL_SIDES, ...
Function: llSetTextureAnim( integer mode, integer face, integer sizex, integer sizey, float start, float length, float rate ); Animate the texture on the ...
3 мар. 2012 г. · Smooth rotate texture. default { state_entry() { float SPEED = 0.2; llSetTextureAnim(ANIM_ON | SMOOTH | LOOP, ALL_SIDES, 0, 0, 1.0, 1000, ...
The second important mode for llSetTextureAnim() is the SCALE mode, which changes the size of the texture. The texture is no longer treated as a sequence ...
Description, llSetTextureAnim causes wrong positions in combination with the TEXTURE-Option with llSetLinkPrimitiveParamsFast. Steps To Reproduce, 1.