
| Key: |
SVC-2107
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Zena Juran
|
| Votes: |
0
|
| Watchers: |
2
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
|
| Component/s: |
Physics,
Scripts
|
| Affects Version/s: |
1.20.0 Server
|
| Fix Version/s: |
None
|
|
|
Environment:
|
You are at 281385.0, 265932.4, 510.3 in Hong Kong Island located at sim4913.agni.lindenlab.com (216.82.27.124:12035)
Second Life Server 1.20.0.83892
CPU: AMD (Athlon 64 X2 Dual Core 4200) (2500 MHz)
Memory: 2048 MB
OS Version: Microsoft Windows XP Service Pack 2 (Build 2600)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce 8600 GTS/PCI/SSE2/3DNOW!
OpenGL Version: 2.1.2
LLMozLib Version: [LLMediaImplLLMozLib] - 2.01.14248 (Mozilla GRE version 1.8.1.13_0000000000)
You are at 281385.0, 265932.4, 510.3 in Hong Kong Island located at sim4913.agni.lindenlab.com (216.82.27.124:12035)
Second Life Server 1.20.0.83892
CPU: AMD (Athlon 64 X2 Dual Core 4200) (2500 MHz)
Memory: 2048 MB
OS Version: Microsoft Windows XP Service Pack 2 (Build 2600)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce 8600 GTS/PCI/SSE2/3DNOW!
OpenGL Version: 2.1.2
LLMozLib Version: [LLMediaImplLLMozLib] - 2.01.14248 (Mozilla GRE version 1.8.1.13_0000000000)
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
|
VWR-7142 llTargetOmega on non-physical child prims dont work
|
|
|
|
|
|
|
| Linden Lab Issue ID: |
DEV-14464
|
A prim of any shape containing a simple script with the following LSL code:
float SpinRate;
default
{
state_entry()
{
llTargetOmega(<0,0,-1>,SpinRate,1.0);
}
}
will intermittently or completely stop spinning when linked, as a child prim (in any order), to any other prim for SpinRate float values below 1.00.
When the prim containing the llTargetOmega script is released from a linked set (of 2 or more prims) it will resume it's scripted SpinRate.
If the prim is the root prim of a linked set, the linked set will spin at the scripted SpinRate.
This has been tested at http://slurl.com/secondlife/Hong%20Kong%20Island/41/204/510 and at http://slurl.com/secondlife/Pandoria%20North/199/248/23.
|
|
Description
|
A prim of any shape containing a simple script with the following LSL code:
float SpinRate;
default
{
state_entry()
{
llTargetOmega(<0,0,-1>,SpinRate,1.0);
}
}
will intermittently or completely stop spinning when linked, as a child prim (in any order), to any other prim for SpinRate float values below 1.00.
When the prim containing the llTargetOmega script is released from a linked set (of 2 or more prims) it will resume it's scripted SpinRate.
If the prim is the root prim of a linked set, the linked set will spin at the scripted SpinRate.
This has been tested at http://slurl.com/secondlife/Hong%20Kong%20Island/41/204/510 and at http://slurl.com/secondlife/Pandoria%20North/199/248/23. |
Show » |
|
[12:25] Zena Juran: The problem I am seeing (still) is when a child prim has a llTagetOmga script in it. It will not spin as a child . But will spin when unlinked
[12:26] Zena Juran: And will spin as a root... but not as a child.