From 65eb1852a3a9cf8d71a11ab8fdb30edb42888a59 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 7 Nov 2007 20:29:30 +0000 Subject: add SendSunPos function to IClientAPI to let us pull all the sun calculation logic into a module --- OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Region/Examples/SimpleApp') 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 return false; } + public void SendSunPos(LLVector3 sunPos, LLVector3 sunVel) + { + } + public void SendViewerTime(int phase) { } -- cgit v1.1