Jump to content

InternetHITS

Resident
  • Posts

    18
  • Joined

  • Last visited

Everything posted by InternetHITS

  1. It would be awesome if we can use SL as a test environment for machine learning. So we can test it virtual before going RL. Imagine how many customers you would get.
  2. Thats fine with me if it isnt smooth. I would be so happy. If anyone had a script for it.
  3. Tx a lot for your energy. But that intepretation is wrong. See my other posts today. Anyway tx a lot I appreciate your energy trying to solve it for me. thumbs up!
  4. That is right. So I was trying to find or produce a script for it. And therefore I was asking for help on this forum. Because the calculations turns me crazy.
  5. Haiku, Tx for your energy. But this is not what I was trying to accomplish. I will add more info. Lets think about a tank turret and the turret points up to the sky. Then the turret rotates horizintal . I want the turret keeping up in any horizontal degree. This must be the case for physical and non physical prims. Its not my intention to confuse anyone.
  6. I am looking for a script which can rotate a child prim. physical and non physical. The child prim must keep its angle. e.q. 1 root prim 1 child prim rotated some angle then I want to rotate the child prim 360 degees on its same position keeping its starting angle up or down. Like Earth Z axe doesnt change when it rotates the sun. Headache of those 4d rotations...pfft
  7. Well that just happened to me instead of a nice RIO 5 bike shell i received some *****ty sculpty with 1 *****ty script in it guess what the sellers account doesnt exist anymore so I lost 11.500 lindens
  8. Hi, I would like to know how I get my lindens returned. I bought a bike shell of this <Moderator Redacted> But i got delivered a stupid sculpted *****ty motorbike shell and 1 script! And this is pure fraud! But the sellers account <Moderator Redacted> doenst exist anymoe although the store is still on mp <Moderator Redacted> So I want my lindens back of linden How can I accomplish this? Anyone?
  9. I checked my hardware again. And it was my video card. There was a little dust on the fans of the nvidia card which causes a slower rotation. Enought to cause huge framedrops. After i cleaned the fans (the ribs were still clean) I had no framedrops. ONLY when i open the script editor I see huge framedrops now.
  10. I have an NViDIA GTI660 TI card and after installation of fs (32 bits and 64 bits) frames were dropping to 2.5. It starts at 77 fps then after a while a few minutes it dropped to 2.5 then it went up to 77 fps. I noticed some time between them so I checked for logging. And It works for me now open firestorm and goto the debug settings ctrl-alt-shift-s MemoryLogFrequency 0 (default 600) Somehow its related to huge fps drop and now i can use firestorm again. I hope it will help you too!
  11. I have an NViDIA GTI660 TI card and after installation of fs (32 bits and 65 bits) frames were dropping to 2.5. It starts at 77 fps then after a while a few minutes it dropped to 2.5 then it went up to 77 fps. I noticed some time between them so I checked for logging. And It works for me now open firestorm and goto the debug settings ctrl-alt-shift-s MemoryLogFrequency 0 (default 600) Somehow its related to huge fps drop and now i can use firestorm again. I hope it will help you too!
  12. I have an NViDIA GTI660 TI card and after installation of fs (32 bits and 65 bits) frames were dropping to 2.5. It starts at 77 fps then after a while a few minutes it dropped to 2.5 then it went up to 77 fps. I noticed some time between them so I checked for logging. And It works for me now open firestorm and goto the debug settings ctrl-alt-shift-s MemoryLogFrequency 0 (default 600) Somehow its related to huge fps drop and now i can use firestorm again. I hope it will help you too!
  13. I have an NViDIA GTI660 TI card and after installation of fs (32 bits and 64 bits) frames were dropping to 2.5. It starts at 77 fps then after a while a few minutes it dropped to 2.5 then it went up to 77 fps. I noticed some time between them so I checked for logging. And It works for me now open firestorm and goto the debug settings ctrl-alt-shift-s MemoryLogFrequency 0 (default 600) Somehow its related to huge fps drop and now i can use firestorm again. I hope it will help you too!
  14. Already found the answer llList2Vector is not typecasting at all! So you read it as a string with llList2String then type cast it to a (vector)
  15. Hi, I have troubles to store or retrieving vector data of in prim description. How can I resolve that? I can read a string but retrieving vector data goes wrong the prims object description contains this: "<1,1,1>" <start> integer i=1; string objectname = llList2String(llGetLinkPrimitiveParams(i, [PRIM_NAME]), 0); string objectdescription = llList2String(llGetLinkPrimitiveParams(i, [PRIM_DESC]), 0); vector vdata = list2vector( lList2String(llGetLinkPrimitiveParams(i, [PRIM_DESC]), 0);) llOwnerSay( "vector string : "+(string) vdata); <end> Its driving me nuts
×
×
  • Create New...