Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClearCameraParams.

Fixes Mantis #1867
This commit is contained in:
Melanie Thielker
2008-07-31 12:31:31 +00:00
parent 244ad2e614
commit c441a03ea3
8 changed files with 230 additions and 4 deletions

View File

@@ -824,5 +824,13 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendSetFollowCamProperties (LLUUID objectID, SortedDictionary<int, float> parameters)
{
}
public void SendClearFollowCamProperties (LLUUID objectID)
{
}
}
}