Don't click here unless you want to be banned.

LSL Wiki : ExperimentllRezObject

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl435.us.archive.org

Experiments on llRezObject


StefanNilsson tried to vary mass and velocity, and got these delays (in seconds) per rez:

Mass (kg)20m/s15m/s10m/s5m/s
0.0010.830.870.830.87
0.010.930.900.830.83
0.10.930.900.870.83
0.24.773.732.801.80
0.36.775.333.872.33
0.48.736.734.772.80
0.510.078.235.803.30
0.612.779.736.773.80
0.714.2011.277.803.67
0.816.7712.838.904.87
Note that mass < 0.1 kg is treated as 0.1 - which suggests that mass has a precision of 100g. It's also evident that the delay varies with mass as well as inital velocity. - StefanNilsson

This seems to be fitting the function "delay = llVecMag(velocity) * mass + e" where 0 < e < 1 is the error, i think for low mass objects they treat the mass as zero. i would estimate that the value of e is 0.85±0.05 - BW
There are 2 comments on this page. [Display comments/form]