This commit is contained in:
Fred Beckhusen
2020-06-17 22:44:28 -05:00
parent 9bf2d6a1c4
commit 08cb80b917
9 changed files with 84 additions and 12 deletions

View File

@@ -1,8 +1,12 @@
// :SHOW:
// :SHOW:1
// :CATEGORY:Meter
// :NAME:Lag Meter
// :AUTHOR:Chaser.Zaks
// :KEYWORDS:Lag Meter
// :CREATED:2020-04-22 00:19:53
// :EDITED:2020-04-22 23:19:53
// :ID:1128
// :NUM:2016
// :REV:1
// :WORLD:Opensim
// :DESCRIPTION:
@@ -91,4 +95,4 @@ default
//llSetLinkPrimitiveParamsFast(2,[PRIM_SLICE,<0,(region_time_dilation),0>,PRIM_COLOR,ALL_SIDES,color,1]);
llSetLinkPrimitiveParamsFast(2,[PRIM_SLICE, <0.5, 1., 0.0>,PRIM_SIZE,<0.4, 0.4, 3.80*region_time_dilation>,PRIM_COLOR,ALL_SIDES,color,1]);
}
}
}