add SendSunPos function to IClientAPI to let us pull all the sun

calculation logic into a module
This commit is contained in:
Sean Dague
2007-11-07 20:29:30 +00:00
parent 9b6c8ba7d1
commit 65eb1852a3
3 changed files with 19 additions and 2 deletions

View File

@@ -400,6 +400,10 @@ namespace SimpleApp
return false;
}
public void SendSunPos(LLVector3 sunPos, LLVector3 sunVel)
{
}
public void SendViewerTime(int phase)
{
}