Juntalis Drago
Registered User
Join date: 17 Aug 2004
Posts: 20
|
12-05-2004 21:23
Does anyone know the distance radius of the functions, llShout, llSay, llWhisper, and whatever else has a specific radius?
|
Carnildo Greenacre
Flight Engineer
Join date: 15 Nov 2003
Posts: 1,044
|
12-06-2004 00:52
llWhisper: 5 meters llSay: 20 meters llShout: 100 meters
llSensor, llSensorRepeat: up to 96 meters
llPushObject: force drops off as the inverse cube of distance, and I think there's a maximum distance
llSitTarget: 900 meters as measured using the infinite metric
Orbiting the camera: 50 meters?
Note that some funny effects may happen on sim borders -- llSay, llShout, and llWhisper have been known to travel farther than advertised, and llSensor/llSensorRepeat may or may not pick up objects on the far side.
_____________________
perl -le '$_ = 1; (1 x $_) !~ /^(11+)\1+$/ && print while $_++;'
|
Samhain Broom
Registered User
Join date: 1 Aug 2004
Posts: 298
|
12-06-2004 10:12
From: Carnildo Greenacre ... llSitTarget: 900 meters as measured using the infinite metric .... I thought the llSitTarget was limited to 300m. How does the "infinite metric" work? Also... Can you whisper in game? How?
_____________________
rm -rf /bin/ladden #beware of geeks bearing grifts
|
Carnildo Greenacre
Flight Engineer
Join date: 15 Nov 2003
Posts: 1,044
|
12-06-2004 23:01
From: Samhain Broom I thought the llSitTarget was limited to 300m. How does the "infinite metric" work? My mistake. It's limited to 300 on the infinite metric.
_____________________
perl -le '$_ = 1; (1 x $_) !~ /^(11+)\1+$/ && print while $_++;'
|
Torley Linden
Enlightenment!
Join date: 15 Sep 2004
Posts: 16,530
|
12-06-2004 23:26
From: Carnildo Greenacre llShout: 100 meters
I think Shout is also technically 96 m. At least, that's what Rickard told me 
|
Adam Zaius
Deus
Join date: 9 Jan 2004
Posts: 1,483
|
12-07-2004 05:20
From: Carnildo Greenacre My mistake. It's limited to 300 on the infinite metric. Actually, it can work to 511m.
|
CrystalShard Foo
1+1=10
Join date: 6 Feb 2004
Posts: 682
|
12-07-2004 05:42
I always thought that llWhisper works up to 10m, and llSay works up to 30m?
|
Carnildo Greenacre
Flight Engineer
Join date: 15 Nov 2003
Posts: 1,044
|
12-08-2004 00:14
From: Adam Zaius Actually, it can work to 511m. Infinite-metric distance is computed by taking the absolute value of the largest axis-aligned distance, so that's the same thing.
_____________________
perl -le '$_ = 1; (1 x $_) !~ /^(11+)\1+$/ && print while $_++;'
|
Samhain Broom
Registered User
Join date: 1 Aug 2004
Posts: 298
|
12-08-2004 12:58
Ok, so if I use one of the llSitTarget() commands to Teleport to different locations, can I go farther than 300m or not?
Now I'm confused again!
_____________________
rm -rf /bin/ladden #beware of geeks bearing grifts
|