mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
add SendSunPos function to IClientAPI to let us pull all the sun
calculation logic into a module
This commit is contained in:
@@ -400,6 +400,10 @@ namespace SimpleApp
|
||||
return false;
|
||||
}
|
||||
|
||||
public void SendSunPos(LLVector3 sunPos, LLVector3 sunVel)
|
||||
{
|
||||
}
|
||||
|
||||
public void SendViewerTime(int phase)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user