Search the Community
Showing results for tags 'texture animation'.
-
i don't understand why this isn't working. i have this old texture for blinking eyelids, and instead of having each prim do its animation, i thought i'd get the root to do them both. buuuuut... it won't do it just once. THIS WORKS: llSetLinkTextureAnim(LINK_ALL_CHILDREN, ANIM_ON | LOOP | PING_PONG, 0, 2, 2, //--grid size 0, 4, //--frame start/end 10.0); //--speed THIS DOES NOTHING: llSetLinkTextureAnim(LINK_ALL_CHILDREN, ANIM_ON | PING_PONG, 0, 2, 2, //--grid size 0, 4, //--frame start/end 10.0); //--speed same thing if i use an individual link number instead of all children. why??? :(
-
Hello, Sorry to trouble/disturb anyone but I've encountered an issue and Googling hasn't helped much. Would like to ask if anyone knows the reason for this 'error' or perhaps could point me in the right direction which I could look for answers. Would really really appreciate it. ? I made a mesh object that simulates animation using llSetTextureAnim, (4 frames, 2 by 2) and cycles through the four frames of mesh, giving the illusion that the object 'Jumps'. The object animates without any issue when stationary. However when I script it to wander about, there are instances (random) where the texture / textureAnimation gets funky and freezes at the botched up state as it moves from point A to point B. For movement (from Point A to B) I have tried using: 1. llSetKeyframedMotion 2. llMoveToTarget methods individually with both yielding the same results. Is there anything i could do to reduce the instances of it happening (if not) solve it? Have summarised the scripting but it is essentially a combination of llSetTextureAnim (to simulate a upward jumping motion) and llMoveToTarget + llLookAt to move forward and give the illusion of jumping forwards. Things I have tried that didn't work: > placing llSetTextureAnim in not_at_target event hoping it would fire and over write the issue > placing llEventDelay just before llMoveToTarget (as advised by someone else) I have tried asking in a group in-world with someone mentioning that it is likely a server to client issue. Is there anything I could do on my side regarding this issue? Best Regards, Lucidia.
- 10 replies
-
- mesh
- texture animation
-
(and 2 more)
Tagged with:
-
I have used texture animation in the past but always looped the animation, I would like to scroll the texture across the prim once this repeats over and over again even without LOOP llSetTextureAnim(ANIM_ON | SMOOTH , ALL_SIDES, 1, 1, 1.0, 1.0, 1.0);