git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@221 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-08-11 00:59:20 +00:00
parent a5ef549091
commit 15e84da041
+14
View File
@@ -30,3 +30,17 @@ scene database, from which they can then continue to mirror updates as
needed.
* Notes
Scenes map to places.
Scene manager extends place manager, handles scene related stuff.
Scene manager registers a timer when it becomes empty and flushes itself
from memory after timeout period.
Location manager is used to navigate between scenes on the client;
location services will need extensions to support delivering scene version
with moveTo request and serialized scene data with moveTo response
(desirable to avoid extra server round-trips).
Client should avoid unsubscribing from scene objects straight away so that
it can avoid resubscribing if they bounce back and forth between scenes.