diff options
Diffstat (limited to '')
-rw-r--r-- | docs/Croquet-integration.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Croquet-integration.html b/docs/Croquet-integration.html index 1b4d072..b94ab09 100644 --- a/docs/Croquet-integration.html +++ b/docs/Croquet-integration.html | |||
@@ -62,7 +62,7 @@ plugin that leverages all of Squeak/Croquet's functionality to enhance | |||
62 | some other viewer shouldn't be sneered at. Right now, the SL viewer (for | 62 | some other viewer shouldn't be sneered at. Right now, the SL viewer (for |
63 | example) barely provides access to raw mouse coordinates for UV tracking | 63 | example) barely provides access to raw mouse coordinates for UV tracking |
64 | on a texture (the current media plugin scenario), but there's no reason | 64 | on a texture (the current media plugin scenario), but there's no reason |
65 | why any arbitrary event or internet packet couldn't be intercepted and | 65 | why any arbitrary event or Internet packet couldn't be intercepted and |
66 | shunted off to squeak for pre/post processing. | 66 | shunted off to squeak for pre/post processing. |
67 | 67 | ||
68 | http://wiki.secondlife.com/wiki/User:Saijanai_Kuhn/Plugins_discussion#Proposed_Extension_to_Media_Plugin | 68 | http://wiki.secondlife.com/wiki/User:Saijanai_Kuhn/Plugins_discussion#Proposed_Extension_to_Media_Plugin |
@@ -87,7 +87,7 @@ http://www.metanomics.net/ | |||
87 | Start interacting with internal viewer events, and you can leverage | 87 | Start interacting with internal viewer events, and you can leverage |
88 | physics/graphics creation/etc from the Squeak/Croquet side, and merge it | 88 | physics/graphics creation/etc from the Squeak/Croquet side, and merge it |
89 | directly into a local SL instance for custom puppeteering with the | 89 | directly into a local SL instance for custom puppeteering with the |
90 | possiblilty of doing a P2P collaboration mechanima where individual | 90 | possibility of doing a P2P collaboration mechanima where individual |
91 | avatars can be controlled by a single machine using a script and/or | 91 | avatars can be controlled by a single machine using a script and/or |
92 | timeline control interface. The resulting avatar activity can be | 92 | timeline control interface. The resulting avatar activity can be |
93 | "filmed" for mechanima, or could be uploaded to a central server for | 93 | "filmed" for mechanima, or could be uploaded to a central server for |
@@ -97,8 +97,8 @@ http://wiki.secondlife.com/wiki/User:Saijanai_Kuhn/Plugins_discussion#Puppeteeri | |||
97 | 97 | ||
98 | 98 | ||
99 | Instead of using 2D projections, you could also leverage the 3D portal | 99 | Instead of using 2D projections, you could also leverage the 3D portal |
100 | system of Croquet to inject 3D cenes from Croquet into a given virtual | 100 | system of Croquet to inject 3D scenes from Croquet into a given virtual |
101 | world viewer, and either maintain a backk-end P2P connection between | 101 | world viewer, and either maintain a back-end P2P connection between |
102 | participants, or shoot the composite scene to a central server in some | 102 | participants, or shoot the composite scene to a central server in some |
103 | fashion using the existing virtual world protocols. | 103 | fashion using the existing virtual world protocols. |
104 | 104 | ||