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

LSL Wiki : ExperimentllRezObject

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl423.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
Comments [Hide comments/form]
Working at calculating the best multiplied-power-curve match for the existing data, though it appears that the 'timing script' didn't have the built-in delay factored into it perhaps, and the data doesn't appear averaged across multiple tests with outliers removed (like 700g@20m/s for example) to avoid random noise.
-- WolfWings (2005-11-07 01:20:35)
The script quite simply rezzes 30 objects of varius masses with various velocities (along the z axis) and reports the time it took. I have not done any outlier removal or tried to remove the script running time in itself. This (first) experiment was just to probe wheter the delay does vary with mass and velocity. I thought of including the script as well, which would have been good form, but I figured I'd get some peer feedback first.
-- StefanNilsson (2005-11-07 03:59:04)
Attach a comment to this page: