|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0004462 |
[opensim] [REGION] Script Functions |
major |
always |
2009-12-24 01:40 |
2009-12-24 18:16 |
|
|
Reporter |
Zauber |
View Status |
public |
|
|
Assigned To |
Zauber |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
0.6.8 |
|
|
Summary |
0004462: llSetPrimitiveParams malfunctions when changing sculpted prims into regular prims |
|
Description |
I was porting a sculpty sorter I made in SL over to OSGrid, when I ran into a bug with llSetPrimitiveParams. When changing the prim type from sculpted to sphere (or perhaps any other prim type), the result is a sculpty with a chunk missing out of it. It is similar to how a sculpty appears when the stitching type is set to Plane when that shouldn't be used, but the gap in the sculpty is much larger. |
|
Additional Information |
This is the line of code used to change from sculpty to regular prim:
llSetPrimitiveParams([PRIM_TYPE, PRIM_TYPE_SPHERE, 0, <0.0, 1.0, 0.0>, 0.0, <0.0, 0.0, 0.0>, <0.0, 1.0, 0.0>]);
I'm also giving a copy of said sculpty sorter to Nebadon when he's next available so that he can take a look at it. |
| Tags |
No tags attached. |
|
|
Git Revision |
e68c7a1 |
|
SVN Revision |
0 |
|
Run Mode |
Grid (1 Region per Sim) |
|
Physics Engine |
ODE |
|
Environment |
Mono / Linux32 |
|
Mono Version |
2.4.2 |
|
|
Attached Files |
|
|
|