LSL:PrimitiveParams
From OpenSimulator
(Difference between revisions)
m (Robot: Cosmetic changes) |
|||
(7 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | {{Quicklinks}} | ||
+ | <br /> | ||
+ | |||
Here's some data to give you an idea of how 'taper' converts into PathScale for a 'box' | Here's some data to give you an idea of how 'taper' converts into PathScale for a 'box' | ||
− | {| | + | {| border="1" |
− | !SL Client Edit UI Value!LSL PrimitiveParams top_size!PathScale | + | ! SL Client Edit UI Value !! LSL PrimitiveParams top_size !! PathScale |
− | |--1 ||2 ||0 | + | |- |
− | |--0,75 ||1,75 ||25 | + | | -1 || 2 || 0 |
− | |--0,25 ||1,25 ||75 | + | |- |
− | |-0 ||1 ||100 | + | | -0,75 || 1,75 || 25 |
− | |-0,75 ||0,25 ||175 | + | |- |
− | |-1 ||0 ||200 | + | | -0,25 || 1,25 || 75 |
+ | |- | ||
+ | | 0 || 1 || 100 | ||
+ | |- | ||
+ | | 0,75 || 0,25 || 175 | ||
+ | |- | ||
+ | | 1 || 0 || 200 | ||
|} | |} | ||
(basically, PathScale is ((2-lsl) * 100) | (basically, PathScale is ((2-lsl) * 100) | ||
+ | |||
+ | [[Category:Development]] |
Latest revision as of 19:28, 3 March 2012
Here's some data to give you an idea of how 'taper' converts into PathScale for a 'box'
SL Client Edit UI Value | LSL PrimitiveParams top_size | PathScale |
---|---|---|
-1 | 2 | 0 |
-0,75 | 1,75 | 25 |
-0,25 | 1,25 | 75 |
0 | 1 | 100 |
0,75 | 0,25 | 175 |
1 | 0 | 200 |
(basically, PathScale is ((2-lsl) * 100)