aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
diff options
context:
space:
mode:
authorSean Dague2007-11-07 20:29:30 +0000
committerSean Dague2007-11-07 20:29:30 +0000
commit65eb1852a3a9cf8d71a11ab8fdb30edb42888a59 (patch)
treef2b0efcb34bff04f880bfe5dbd464ca306f9fa53 /OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
parentdisable profuse logging messages for not saving physical (diff)
downloadopensim-SC_OLD-65eb1852a3a9cf8d71a11ab8fdb30edb42888a59.zip
opensim-SC_OLD-65eb1852a3a9cf8d71a11ab8fdb30edb42888a59.tar.gz
opensim-SC_OLD-65eb1852a3a9cf8d71a11ab8fdb30edb42888a59.tar.bz2
opensim-SC_OLD-65eb1852a3a9cf8d71a11ab8fdb30edb42888a59.tar.xz
add SendSunPos function to IClientAPI to let us pull all the sun
calculation logic into a module
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
index 69584f4..1a7901e 100644
--- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
@@ -400,6 +400,10 @@ namespace SimpleApp
400 return false; 400 return false;
401 } 401 }
402 402
403 public void SendSunPos(LLVector3 sunPos, LLVector3 sunVel)
404 {
405 }
406
403 public void SendViewerTime(int phase) 407 public void SendViewerTime(int phase)
404 { 408 {
405 } 409 }