Difference between revisions of "Talk:LlSensorRepeat"

From Second Life Wiki
Jump to navigation Jump to search
Line 2: Line 2:
If I remember correctly using [[llSensorRepeat]] you can get [[sensor]] data from adjacent regions every (I think) 5 seconds. Should we include this information in the article? This does not affect [[llSensor]]. I am not sure if this has been fixed in previous updates. --[[User:TxMasterG Ping|TxMasterG Ping]] 15:06, 10 April 2007 (PDT)
If I remember correctly using [[llSensorRepeat]] you can get [[sensor]] data from adjacent regions every (I think) 5 seconds. Should we include this information in the article? This does not affect [[llSensor]]. I am not sure if this has been fixed in previous updates. --[[User:TxMasterG Ping|TxMasterG Ping]] 15:06, 10 April 2007 (PDT)
:I've not heard of this restriction before but if it can be verified then it belongs in the caveats section. I have not done worked with llSensorRepeat in a long time. -- [[User:Strife Onizuka|Strife Onizuka]] 20:18, 10 April 2007 (PDT)
:I've not heard of this restriction before but if it can be verified then it belongs in the caveats section. I have not done worked with llSensorRepeat in a long time. -- [[User:Strife Onizuka|Strife Onizuka]] 20:18, 10 April 2007 (PDT)
== RE: LlSensorRepeat 'float arc' ==
Im no coding expect but as I know my geometry... PI is a only a half a sphere (ie. 180deg.).  Should it not be TWO_PI for a full hemisphere for scanning?  Or is this working as +180/-180 degrees for scanning, which thus would make a full sphere?

Revision as of 22:34, 27 December 2007

Scanning adjacent regions

If I remember correctly using llSensorRepeat you can get sensor data from adjacent regions every (I think) 5 seconds. Should we include this information in the article? This does not affect llSensor. I am not sure if this has been fixed in previous updates. --TxMasterG Ping 15:06, 10 April 2007 (PDT)

I've not heard of this restriction before but if it can be verified then it belongs in the caveats section. I have not done worked with llSensorRepeat in a long time. -- Strife Onizuka 20:18, 10 April 2007 (PDT)

RE: LlSensorRepeat 'float arc'

Im no coding expect but as I know my geometry... PI is a only a half a sphere (ie. 180deg.). Should it not be TWO_PI for a full hemisphere for scanning? Or is this working as +180/-180 degrees for scanning, which thus would make a full sphere?