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