<?xml version="1.0"?>
<rss version="2.0">

<channel>
	<title>Planet OpenSim</title>
	<link>http://planet.opensim.us</link>
	<language>en</language>
	<description>Planet OpenSim - http://planet.opensim.us</description>

<item>
	<title>nebadon2025.com: HOW TO: Compile Mono 3.0.3 from source code [Universal *nix]</title>
	<guid>http://www.nebadon2025.com/opensim/viewtopic.php?f=7&amp;t=44#p45</guid>
	<link>http://www.nebadon2025.com/opensim/viewtopic.php?f=7&amp;t=44#p45</link>
	<description>&lt;br /&gt;                                     by nebadon (Posted Sat Feb 09, 2013 12:50 pm)&lt;br /&gt;&lt;br /&gt;                                      Before starting you will probably need to install these packages on a fresh box:&lt;br /&gt;&lt;span style=&quot;color: #FF0000;&quot;&gt;(package naming scheme varies depending on your flavor of linux)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;libtool&lt;br /&gt;libpng3&lt;br /&gt;libpng-devel&lt;br /&gt;libjpeg &lt;br /&gt;libjpeg-devel&lt;br /&gt;libtiff&lt;br /&gt;libtiff-devel&lt;br /&gt;libexif&lt;br /&gt;libexif-devel&lt;br /&gt;giflib&lt;br /&gt;giflib-devel&lt;br /&gt;bison&lt;br /&gt;automake&lt;br /&gt;autoconf&lt;br /&gt;make&lt;br /&gt;gcc&lt;br /&gt;gtk&lt;br /&gt;xorg-x11-devel&lt;br /&gt;freetype&lt;br /&gt;fontconfig&lt;br /&gt;fontconfig-devel&lt;br /&gt;gettext&lt;br /&gt;nant&lt;br /&gt;git&lt;br /&gt;mono-complete&lt;br /&gt;&lt;br /&gt;start by dropping into super user:&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;sudo su&lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;pre-req package install for SuSE 11.x+&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;zypper install libtool libpng3 libpng-devel libjpeg libjpeg-devel libtiff libtiff-devel libexif libexif-devel giflib giflib-devel bison automake autoconf make gcc gcc-c++ gtk xorg-x11-devel freetype fontconfig fontconfig-devel gettext glib2-devel git mono-complete&lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;pre-req package install for LinuxMint 14&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;apt-get install libpng3 libpng3-dev libtool libjpeg8 libjpeg8-dev libtiff5 libtiff5-dev libexif12 libexif-dev libgif4 libgif-dev libpango1.0-0 libpango1.0-dev libatk1.0-0 libatk1.0-dev libgtk-3-0 libgtk-3-dev gtk-sharp2 bison automake autoconf make gcc build-essential xorg-dev libfreetype6 libfontconfig libfontconfig-dev gettext libglib2.0-dev git mono-complete&lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;pre-req package install for Fedora 18&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;yum install libtool autoconf automake cloog-ppl cpp gcc glibc-devel glibc-headers kernel-headers mpfr ppl libatk libatk-devel gtk3 gtk3-devel libpng12 libpng12-devel libjpeg libjpeg-devel libtiff libtiff-devel libexif libexif-devel giflib giflib-devel bison gcc-c++ libX11-devel freetype fontconfig fontconfig-devel gettext  glib2-devel git mono-core mono-addins mono-addins-devel mono-tools mono-basic xsp gtk-sharp2 gtk-sharp2-devel &lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;pre-req package install for Ubuntu 12.10&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;apt-get install libpng3 libpng3-dev libtool libtiff4 libtiff4-dev libexif12 libexif-dev libgif4 libgif-dev libpango1.0-dev libatk1.0-dev libgtk-3-0 libgtk-3-dev bison automake autoconf make gcc gtk-sharp2 build-essential xorg-dev libfreetype6 libfontconfig libfontconfig-dev gettext libglib2.0-dev git mono-complete libjpeg-dev libjpeg8-dev libjpeg-turbo8-dev&lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;br /&gt;then change directory to root home folder:&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;cd /root&lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;br /&gt;make an install directory:&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;mkdir install&lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;br /&gt;change to the install directory:&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;cd install&lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;br /&gt;make a mono-3.0.3 directory&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;mkdir mono-3.0.3&lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;br /&gt;change to the mono-3.0.3 directory:&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;cd mono-3.0.3&lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;libgdiplus:&lt;/span&gt;&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;git clone git://github.com/mono/libgdiplus.git&lt;br /&gt;cd libgdiplus&lt;br /&gt;git reset --hard 3ddf7ff28e0876dc395368f11c0dd141199338f0&lt;br /&gt;./autogen.sh --prefix=/opt/mono-3.0.3&lt;br /&gt;make &lt;br /&gt;make install&lt;br /&gt;cd ..&lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Mono 3.0.3:&lt;/span&gt;&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;wget http://download.mono-project.com/sources/mono/mono-3.0.3.tar.bz2&lt;br /&gt;tar xfv mono-3.0.3.tar.bz2&lt;br /&gt;cd mono-3.0.3&lt;br /&gt;./configure --prefix=/opt/mono-3.0.3&lt;br /&gt;make &lt;br /&gt;make install&lt;br /&gt;cd ..&lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Create symbolic link for userspace&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #FF0000;&quot;&gt;*make sure you exit super user by typing exit&lt;/span&gt;&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;cd ~&lt;br /&gt;mkdir bin&lt;br /&gt;cd bin&lt;br /&gt;ln -s /opt/mono-3.0.3 mono&lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;br /&gt;edit the .bashrc file in your /home/&amp;lt;user&amp;gt; and insert and adjust the &amp;lt;user&amp;gt; to your home folder for your server&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;export PATH=&quot;/home/&amp;lt;user&amp;gt;/bin/mono/bin:$PATH&quot;&lt;br /&gt;export PKG_CONFIG_PATH=&quot;/home/&amp;lt;user&amp;gt;/bin/mono/lib/pkgconfig:$PKG_CONFIG_PATH&quot;&lt;br /&gt;export MANPATH=&quot;/home/&amp;lt;user&amp;gt;/bin/mono/share/man:$MANPATH&quot;&lt;br /&gt;export LD_LIBRARY_PATH=&quot;/home/&amp;lt;user&amp;gt;/bin/mono/lib:$LD_LIBRARY_PATH&quot;&lt;br /&gt;export MONO_THREADS_PER_CPU=75&lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;br /&gt;you now have mono 3.0.3 compiled and installed be sure to launch OpenSimulator with mono-sgen ie:&lt;br /&gt;&lt;dl class=&quot;codebox&quot;&gt;&lt;dt&gt;Code: &lt;a href=&quot;http://www.nebadon2025.com/opensim/aprss2main.php&quot;&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;mono-sgen --debug OpenSim.exe&lt;br /&gt;&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;br /&gt;if you have trouble compiling check the responses below for some fixes and if you need to make comments or get help please post here in this forum : &lt;a href=&quot;http://forums.osgrid.org/viewtopic.php?f=14&amp;amp;t=4631&quot; class=&quot;postlink&quot;&gt;http://forums.osgrid.org/viewtopic.php?f=14&amp;amp;t=4631&lt;/a&gt; this topic is now &lt;span style=&quot;color: #FF0000;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;LOCKED!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Neb  &lt;img src=&quot;http://www.nebadon2025.com/opensim/images/smilies/icon_e_ugeek.gif&quot; alt=&quot;:ugeek:&quot; title=&quot;Uber Geek&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;									  &lt;a href=&quot;http://www.nebadon2025.com/opensim/viewtopic.php?f=7&amp;amp;t=44&quot;&gt;Read the main topic related to this post&lt;/a&gt;&lt;hr /&gt;</description>
	<pubDate>Sat, 09 Feb 2013 12:50:00 +0000</pubDate>
</item>
<item>
	<title>nebadon2025.com: big buck visits lbsa plaza</title>
	<guid>http://www.nebadon2025.com/opensim/viewtopic.php?f=3&amp;t=43#p44</guid>
	<link>http://www.nebadon2025.com/opensim/viewtopic.php?f=3&amp;t=43#p44</link>
	<description>&lt;br /&gt;                                     by nebadon (Posted Sat Feb 09, 2013 12:24 pm)&lt;br /&gt;&lt;br /&gt;                                      &amp;lt;object classid=&quot;clsid:D27CDB6E-AE6D-11CF-96B8-444553540000&quot; codebase=&quot;http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0&quot; height=&quot;480&quot; width=&quot;720&quot;&amp;gt;&amp;lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/eJVxN30LthM&quot;/&amp;gt;&amp;lt;param name=&quot;play&quot; value=&quot;false&quot;/&amp;gt;&amp;lt;param name=&quot;loop&quot; value=&quot;false&quot;/&amp;gt;&amp;lt;param name=&quot;quality&quot; value=&quot;high&quot;/&amp;gt;&amp;lt;param name=&quot;allowScriptAccess&quot; value=&quot;never&quot;/&amp;gt;&amp;lt;param name=&quot;allowNetworking&quot; value=&quot;internal&quot;/&amp;gt;&amp;lt;embed allownetworking=&quot;internal&quot; allowscriptaccess=&quot;never&quot; height=&quot;480&quot; loop=&quot;false&quot; play=&quot;false&quot; pluginspage=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot; quality=&quot;high&quot; src=&quot;http://www.youtube.com/v/eJVxN30LthM&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;720&quot;&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;									  &lt;a href=&quot;http://www.nebadon2025.com/opensim/viewtopic.php?f=3&amp;amp;t=43&quot;&gt;Read the main topic related to this post&lt;/a&gt;&lt;hr /&gt;</description>
	<pubDate>Sat, 09 Feb 2013 12:24:00 +0000</pubDate>
</item>
<item>
	<title>nebadon2025.com: bulletsim racer back to basics test 11 - 2013-02-07</title>
	<guid>http://www.nebadon2025.com/opensim/viewtopic.php?f=3&amp;t=42#p43</guid>
	<link>http://www.nebadon2025.com/opensim/viewtopic.php?f=3&amp;t=42#p43</link>
	<description>&lt;br /&gt;                                     by nebadon (Posted Sat Feb 09, 2013 11:34 am)&lt;br /&gt;&lt;br /&gt;                                      &amp;lt;object classid=&quot;clsid:D27CDB6E-AE6D-11CF-96B8-444553540000&quot; codebase=&quot;http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0&quot; height=&quot;480&quot; width=&quot;720&quot;&amp;gt;&amp;lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/6ZAKxGRx-pk&amp;amp;amp;hd=1&quot;/&amp;gt;&amp;lt;param name=&quot;play&quot; value=&quot;false&quot;/&amp;gt;&amp;lt;param name=&quot;loop&quot; value=&quot;false&quot;/&amp;gt;&amp;lt;param name=&quot;quality&quot; value=&quot;high&quot;/&amp;gt;&amp;lt;param name=&quot;allowScriptAccess&quot; value=&quot;never&quot;/&amp;gt;&amp;lt;param name=&quot;allowNetworking&quot; value=&quot;internal&quot;/&amp;gt;&amp;lt;embed allownetworking=&quot;internal&quot; allowscriptaccess=&quot;never&quot; height=&quot;480&quot; loop=&quot;false&quot; play=&quot;false&quot; pluginspage=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot; quality=&quot;high&quot; src=&quot;http://www.youtube.com/v/6ZAKxGRx-pk&amp;amp;amp;hd=1&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;720&quot;&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&lt;br /&gt;&lt;br /&gt; &lt;img src=&quot;http://www.nebadon2025.com/opensim/images/smilies/icon_e_ugeek.gif&quot; alt=&quot;:ugeek:&quot; title=&quot;Uber Geek&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;									  &lt;a href=&quot;http://www.nebadon2025.com/opensim/viewtopic.php?f=3&amp;amp;t=42&quot;&gt;Read the main topic related to this post&lt;/a&gt;&lt;hr /&gt;</description>
	<pubDate>Sat, 09 Feb 2013 11:34:00 +0000</pubDate>
</item>
<item>
	<title>nebadon2025.com: Universal Campus</title>
	<guid>http://www.nebadon2025.com/opensim/viewtopic.php?f=4&amp;t=41#p42</guid>
	<link>http://www.nebadon2025.com/opensim/viewtopic.php?f=4&amp;t=41#p42</link>
	<description>&lt;br /&gt;                                     by nebadon (Posted Sat Feb 09, 2013 11:26 am)&lt;br /&gt;&lt;br /&gt;                                      &lt;a href=&quot;http://uc.onikenkon.com&quot; class=&quot;postlink&quot;&gt;http://uc.onikenkon.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://uc.onikenkon.com/counter1/link_counter.php?url=../universal_campus_01_0.7.3_03022012.oar&quot; class=&quot;postlink&quot;&gt;universal_campus_01_0.7.3_03022012.oar&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://uc.onikenkon.com/counter1/link_counter.php?url=../universal_campus_01_0.7.3_03022012.oar&quot; class=&quot;postlink&quot;&gt;universal_campus_02_0.7.3_03022012.oar&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://uc.onikenkon.com/counter1/link_counter.php?url=../universal_campus_01_0.7.3_03022012.oar&quot; class=&quot;postlink&quot;&gt;universal_campus_03_0.7.3_03022012.oar&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://uc.onikenkon.com/counter1/link_counter.php?url=../universal_campus_01_0.7.3_03022012.oar&quot; class=&quot;postlink&quot;&gt;universal_campus_04_0.7.3_03022012.oar&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://uc.onikenkon.com/images/UCI_map_01.png&quot; alt=&quot;Image&quot; /&gt;&lt;br /&gt;&lt;img src=&quot;http://uc.onikenkon.com/images/rooms_01.png&quot; alt=&quot;Image&quot; /&gt;&lt;br /&gt;&lt;img src=&quot;http://uc.onikenkon.com/images/rooms_02.png&quot; alt=&quot;Image&quot; /&gt;&lt;br /&gt;&lt;img src=&quot;http://uc.onikenkon.com/images/rooms_03.png&quot; alt=&quot;Image&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;									  &lt;a href=&quot;http://www.nebadon2025.com/opensim/viewtopic.php?f=4&amp;amp;t=41&quot;&gt;Read the main topic related to this post&lt;/a&gt;&lt;hr /&gt;</description>
	<pubDate>Sat, 09 Feb 2013 11:26:00 +0000</pubDate>
</item>
<item>
	<title>nebadon2025.com: Streamlined .blend for use in VW Mesh Creation</title>
	<guid>http://www.nebadon2025.com/opensim/viewtopic.php?f=6&amp;t=40#p41</guid>
	<link>http://www.nebadon2025.com/opensim/viewtopic.php?f=6&amp;t=40#p41</link>
	<description>&lt;br /&gt;                                     by nebadon (Posted Sat Feb 09, 2013 9:22 am)&lt;br /&gt;&lt;br /&gt;                                      &lt;span style=&quot;font-weight: bold;&quot;&gt;Installation for Bone Weight Copy python script for blender	&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;    Get Blender 2.60, 2.61, or 2.62&lt;br /&gt;    Download the Bone Weight Cop script (see above)&lt;br /&gt;    start a fresh Blender (to default start screen)&lt;br /&gt;    Open User preferences&lt;br /&gt;    Switch to the AddOns Tab&lt;br /&gt;    Install addon â€Ś locate your sript file.&lt;br /&gt;    Enable the check mark on the right.&lt;br /&gt;    Save As Default	&lt;br /&gt;&lt;br /&gt;    Now you find Bone Weight Copy in the Tool Shelf, whenever you have selected an Object which has weighted vertex groups.&lt;br /&gt;&lt;br /&gt;    Hint: The Copy Bone Weight Script is not distributed with Blender itself. But you can always get it from one of the links above (note: it works only for Blender 2.59 and newer)&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Usage&lt;/span&gt;&lt;br /&gt;    Ensure that your Model (the target) and the model from where you want to copy the weights (the source) are both visible.&lt;br /&gt;    Select your model (the target)&lt;br /&gt;    Go to edit mode and select all vertices which shall be weighted (in most cases all vertices)&lt;br /&gt;    Go to Object mode&lt;br /&gt;    Use SHIFT + RMB to add the Source (From where the weights shall be copied) to the selection.&lt;br /&gt;    Now both meshes (source and target) are selected&lt;br /&gt;    In the weight copy panel select Interpolation: 2 and check both options (â€œOnly Named Bonesâ€ and â€œCopy Empty Groupsâ€&lt;br /&gt;    Copy Bone Weights&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Copy from multiple targets&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Many example files for Second Life use a Character with three separated parts (head, upper body, lower body). You can do a weight copy from those characters as follows:&lt;br /&gt;&lt;br /&gt;Copy the Head part:&lt;br /&gt;&lt;br /&gt;    Select your target mesh and enter edit mode&lt;br /&gt;    Select only the vertices of the head part&lt;br /&gt;    Now go to object mode, Use SHIFT + RMB to add the head of the source mesh.&lt;br /&gt;    In the weight copy panel select Interpolation: 2 and check both options (â€œOnly Named Bonesâ€ and â€œCopy Empty Groupsâ€&lt;br /&gt;&lt;br /&gt;Proceed in the same way with the upper body:&lt;br /&gt;&lt;br /&gt;    Select your target mesh and enter edit mode&lt;br /&gt;    Select only the vertices of the upper body part&lt;br /&gt;    Now go to object mode, Use SHIFT + RMB to add the upper body of the source mesh.&lt;br /&gt;    In the weight copy panel select Interpolation: 2 and check both options (â€œOnly Named Bonesâ€ and â€œCopy Empty Groupsâ€&lt;br /&gt;&lt;br /&gt;And finally do it again for the lower body in exactly the same way:&lt;br /&gt;&lt;br /&gt;    Select your target mesh and enter edit mode&lt;br /&gt;    Select only the vertices of the lower body part&lt;br /&gt;    Now go to object mode, Use SHIFT + RMB to add the lower body of the source mesh.&lt;br /&gt;    In the weight copy panel select Interpolation: 2 and check both options (â€œOnly Named Bonesâ€ and â€œCopy Empty Groupsâ€&lt;br /&gt;&lt;br /&gt;Now your target object should be weighted.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;The control Parameters&lt;/span&gt;&lt;br /&gt;    Interpolation:&lt;br /&gt;    When &amp;gt; 0 tries to find better matching weights by subdividing the meshes (the interpolation value is the number of subdivisions used for the interpolation) and thus having more accurate surface matching.&lt;br /&gt;    Only Named Bones:&lt;br /&gt;    When checked, only those weight groups get copied for which the armature has bones. For avatar.blend that means, only the weights for the bones are copied. All weights in the morph groups are ignored. Note that empty groups will not be copied (see next feature)&lt;br /&gt;    Copy empty Groups:&lt;br /&gt;    When checked, also empty weight groups will be created on the target object(s).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;									  &lt;a href=&quot;http://www.nebadon2025.com/opensim/viewtopic.php?f=6&amp;amp;t=40&quot;&gt;Read the main topic related to this post&lt;/a&gt;&lt;hr /&gt;</description>
	<pubDate>Sat, 09 Feb 2013 09:22:00 +0000</pubDate>
</item>
<item>
	<title>nebadon2025.com: Streamlined .blend for use in VW Mesh Creation</title>
	<guid>http://www.nebadon2025.com/opensim/viewtopic.php?f=6&amp;t=40#p40</guid>
	<link>http://www.nebadon2025.com/opensim/viewtopic.php?f=6&amp;t=40#p40</link>
	<description>&lt;br /&gt;                                     by nebadon (Posted Sat Feb 09, 2013 9:14 am)&lt;br /&gt;&lt;br /&gt;                                      Hey, all&lt;br /&gt;Wasn't sure if this should be in building or this subforum, but whatevs.&lt;br /&gt;I create mesh stuff, and have set up my Blender to streamline the process, with a layout and settings specifically aimed towards creating mesh for VWs. When I started working with rigged stuff, I found Domino Maramas avatar.blend, as well as a tutorial to set it up for rigging clothing. However, this proved a little time consuming, and aggravating when it took 20 minutes to find a small step I missed. I've had a few different people ask about rigging mesh, and have shared an older version of my default scene with a couple of people, but it's come a little way since then.&lt;br /&gt;&lt;br /&gt;So, I figure if a couple people found it useful, maybe others will too. Also, though current versions of Blender do include a bone weight copy function, I know there were some issues with it, and am not sure if they were corrected. So, I use the script from Machinimatrix (Link Below).&lt;br /&gt;&lt;br /&gt;I use Blender 2.64, and haven't updated to 2.65. I assume there would be no compatibility issues/changes, but future versions could break some aspects.&lt;br /&gt;&lt;br /&gt;.blend template file:&lt;br /&gt;&lt;a href=&quot;http://nebadon2025.com/blender/OpenSIM_MeshDefaults.blend&quot; class=&quot;postlink&quot;&gt;http://nebadon2025.com/blender/OpenSIM_MeshDefaults.blend&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;copy bone weights script for blender:&lt;br /&gt;&lt;a href=&quot;http://nebadon2025.com/blender/space_view3d_copy_bone_weights_enhanced.py&quot; class=&quot;postlink&quot;&gt;http://nebadon2025.com/blender/space_view3d_copy_bone_weights_enhanced.py&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;LAYERS&lt;br /&gt;===========&lt;br /&gt;1 - is a cube for quick start modeling. I normally start with a cube, or can just delete the verts in edit mode and go from empty. Also in this layer is a sun light, raised in the z axis to be out of the way, and oriented to roughly match the direction of the camera.&lt;br /&gt;6 - Armature for rigging/animation&lt;br /&gt;7 - Base ruth avatar mesh, with vertex groups edited down to the minimum for rigging, including the necessary empty groups. Upper body, Lower body, and Head as separate objects.&lt;br /&gt;8 - Base ruth avatar mesh again, but as one object, for texturing. This is so that I can set the materials, then delete extra verts for smoothing, without messing up the rigging mesh.&lt;br /&gt;15 - Empty and camera. The camera is parented to the empty, which is at grid center, for easy camera rotation and positioning. Also in this layer is the sun light from layer 1.&lt;br /&gt;20 - All parts of the avatar mesh not used for rigging setups. Skirt, eyes, lashes, and system hair.&lt;br /&gt;&lt;br /&gt;OTHER NOTABLE SETTINGS&lt;br /&gt;===========&lt;br /&gt;World tab&lt;br /&gt;----------&lt;br /&gt;Ambient occlusion, indirect lighting, and environment lighting are all turned on, with default values. Makes preview renders pretty, and baked texture lighting better.&lt;br /&gt;Render background has real, blend, and paper on. I just dislike straight colour render backgrounds, it makes some details harder to see. I've set it to create a black to white gradient to the middle.&lt;br /&gt;Raytracing is on with default settings. Again, pretty and baked texture lighting.&lt;br /&gt;&lt;br /&gt;Render tab&lt;br /&gt;----------&lt;br /&gt;Resolution is 1024x756. It's a good size for most screen resolutions, without taking too long to render, at least on my machine.&lt;br /&gt;Anti-aliasing is set to 8 samples, which is enough to look okay and not affect render times particularly much.&lt;br /&gt;Bake is set for full render, margin of 2 pixels. (This may be the default, not sure)&lt;br /&gt;&lt;br /&gt;3D Viewport&lt;br /&gt;----------&lt;br /&gt;Properties subwindow is closed, as I normally use relative positions, and only rarely use background images for blueprints.&lt;br /&gt;Backface culling is ON, as mesh support does not include double sided faces. This makes holes obvious.&lt;br /&gt;&lt;br /&gt;--Reposted from Training and Tutorials, and original post deleted. Somehow I forgot this subforum existed, this morning &amp;gt;.&amp;lt;&lt;br /&gt;&lt;br /&gt;-Kei Chasal @ OSgrid.org&lt;br /&gt;original posting : &lt;a href=&quot;http://forums.osgrid.org/viewtopic.php?f=38&amp;amp;t=4630&quot; class=&quot;postlink&quot;&gt;http://forums.osgrid.org/viewtopic.php?f=38&amp;amp;t=4630&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;									  &lt;a href=&quot;http://www.nebadon2025.com/opensim/viewtopic.php?f=6&amp;amp;t=40&quot;&gt;Read the main topic related to this post&lt;/a&gt;&lt;hr /&gt;</description>
	<pubDate>Sat, 09 Feb 2013 09:14:00 +0000</pubDate>
</item>
<item>
	<title>justincc's opensim blog: Blog moved to justincc.org</title>
	<guid>http://justincc.wordpress.com/?p=1835</guid>
	<link>http://justincc.wordpress.com/2012/01/31/blog-moved-to-justincc-org/</link>
	<description>&lt;p&gt;Hi folks.  If you’re reading this, please note that my new blog location is &lt;a href=&quot;http://justincc.org/blog&quot;&gt;http://justincc.org/blog&lt;/a&gt;.  Thanks!&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/justincc.wordpress.com/1835/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/justincc.wordpress.com/1835/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=justincc.wordpress.com&amp;amp;blog=3432202&amp;amp;post=1835&amp;amp;subd=justincc&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 31 Jan 2012 16:09:07 +0000</pubDate>
</item>
<item>
	<title>Darb Dabney's 3d GIS - OpenSim » OpenSim: 3D Geospatial For Real—not a simulation  and Kitely, on-demand Opensim</title>
	<guid>http://blog.3dg.is/?p=683</guid>
	<link>http://blog.3dg.is/2011/11/15/3d-for-real/</link>
	<description>Thanks to the astronauts aboard the International Space Station, their time-lapse photography at very high ISO that helps to share some of what their eyes may well see, and of course Michael Koenig for his care and smoothing of the HD video, with some loungy score, too. Take five (minutes) and watch it on HD [...]</description>
	<pubDate>Wed, 16 Nov 2011 07:12:48 +0000</pubDate>
</item>
<item>
	<title>justincc's opensim blog: These two weeks in OpenSim Dev – weeks ending Saturday 11th June 2011</title>
	<guid>http://justincc.org/blog/?p=1832</guid>
	<link>http://justincc.wordpress.com/2011/06/15/these-two-weeks-in-opensim-dev-weeks-ending-saturday-11th-june-2011/</link>
	<description>&lt;p&gt;&lt;img src=&quot;http://justincc.files.wordpress.com/2011/03/osgrid2.png?w=320&amp;amp;h=240&quot; title=&quot;Wright Plaza on osgrid.org&quot; height=&quot;240&quot; width=&quot;320&quot; alt=&quot;&quot; class=&quot;alignright&quot; /&gt;Hello everybody.  This is a summary of the last two weeks of  development                                     in OpenSimulator (I had a bit of a stomach bug last week).  Except where     otherwise            specified,       the         changes             described here    appear               only in      OpenSimulator’s         cutting      edge Git                 ‘master’      branch. Please   do        not          attempt    to    use       code taken         directly           from       ‘master’  in   any        production                     environment.     Sometimes             this           in-development     code        may       not    work  or  may   even           cause data              corruption.       If  you  are    not  a                  developer    or     tester,     please      treat        this   summary            instead     as  a      preview  of                what will be       coming  up      in    the    next         release.   The       latest             official       release  is  &lt;a href=&quot;http://justincc.wordpress.com/2010/09/14/opensim-0702-released/&quot;&gt;OpenSimulator 0.7&lt;/a&gt;&lt;a href=&quot;http://opensimulator.org/wiki/Download&quot;&gt;.1.1&lt;/a&gt; (released on May 27th 2011).&lt;/p&gt;
&lt;p&gt;The letters and numbers in brackets after some entries tell you the       latest git commit to which they apply.&lt;/p&gt;
&lt;p&gt;This week in OpenSim ( d671dbb7 – fc7e17b ).&lt;/p&gt;
&lt;h2&gt;General news&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;None this week.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Features &amp;amp; bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;I updated &lt;strong&gt;&lt;a href=&quot;http://lib.openmetaverse.org/wiki/Main_Page&quot;&gt;libomv&lt;/a&gt;&lt;/strong&gt; to 0.9.0, in order to fix issues with &lt;strong&gt;llDialog&lt;/strong&gt; boxes on the latest Linden Lab version 2 viewers.  This fix is also in the 0.7.1-dev git branch (c67fa72).&lt;/li&gt;
&lt;li&gt;James Stallings contributed a patch to allow &lt;strong&gt;gods&lt;/strong&gt; to see all of a user’s &lt;strong&gt;groups&lt;/strong&gt;, not just those which they explicitly list in their profile (c43ad8a).&lt;/li&gt;
&lt;li&gt;Chris Hart contributed a patch to update the &lt;strong&gt;MSSQL&lt;/strong&gt; database adapter for OpenSim’s most recently functionality.  This was also applied to the 0.7.1-dev Git branch (5fb0455).&lt;/li&gt;
&lt;li&gt;Bluewall fixed a problem with redirecting avatars for &lt;strong&gt;fallback&lt;/strong&gt; &lt;strong&gt;regions&lt;/strong&gt; if the attempted destination region currently has logins disabled (777f457).&lt;/li&gt;
&lt;li&gt;Diva added &lt;strong&gt;Hypergrid&lt;/strong&gt; &lt;strong&gt;landmarks&lt;/strong&gt;.  As with many other recent Hypergrid changes, this requires carefully updating of config files (compare current ini.example files) (cf86ba5).&lt;/li&gt;
&lt;li&gt;I fixed &lt;strong&gt;llSensor()&lt;/strong&gt; so that if it’s in an attachment, the detection cone faces in the direction of the avatar rather than in the relative rotation of the attachment towards the avatar (66004a9).&lt;/li&gt;
&lt;li&gt;Diva added an internal &lt;strong&gt;EventManager&lt;/strong&gt;.&lt;strong&gt;OnPrimsLoaded&lt;/strong&gt; event so that modules can detect when a scene’s objects have been restored from persistence (9759b2a).&lt;/li&gt;
&lt;li&gt;On &lt;strong&gt;Hypergrid&lt;/strong&gt;, Diva fixed an issue where the creator/owner of all &lt;strong&gt;prims&lt;/strong&gt; created by foreign visitors was shown as “Unknown User” (80fc607).&lt;/li&gt;
&lt;li&gt;Diva &lt;strong&gt;&lt;a href=&quot;http://metaverseink.com/blog/?p=222&quot;&gt;discovered further issues when separating Hypergrid regions by more than 2048 tiles!&lt;/a&gt; &lt;/strong&gt;(8d3a8a0).&lt;/li&gt;
&lt;li&gt;I changed &lt;strong&gt;MySQL&lt;/strong&gt; region database tables to use the MyISAM &lt;strong&gt;engine&lt;/strong&gt; rather than InnoDB.  This results in a significant persistence speed improvement which is very noticeable when loading &lt;strong&gt;OARs&lt;/strong&gt; (e.g. one scene object that took 9 seconds to persist now takes 1 second).  In theory, this may impact data retrieval but field reports say there is no noticeable difference, possibly because all prim data is currently held in memory for the duration of the sim’s run (9149ef6).&lt;/li&gt;
&lt;li&gt;Dahlia made &lt;strong&gt;physics&lt;/strong&gt; &lt;strong&gt;meshing&lt;/strong&gt; handle both the new and old mesh formats (387b228).&lt;/li&gt;
&lt;li&gt;Oren Hurvitz contributed a patch to save the &lt;strong&gt;sun&lt;/strong&gt;‘s position in &lt;strong&gt;OARs&lt;/strong&gt;. (804fe2d).&lt;/li&gt;
&lt;li&gt;I eliminated a bug where the &lt;strong&gt;hover text&lt;/strong&gt; green color value was accidentally used on persistence rather than the alpha value.  This affect &lt;strong&gt;OARs&lt;/strong&gt; and quite possibly &lt;strong&gt;inventory&lt;/strong&gt; and &lt;strong&gt;prim region crossing&lt;/strong&gt; (fc7e17b).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Infrastructure&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Diva continued to work on &lt;strong&gt;Hypergrid&lt;/strong&gt; &lt;strong&gt;IM&lt;/strong&gt;, &lt;strong&gt;friends&lt;/strong&gt; and &lt;strong&gt;lures&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/justincc.wordpress.com/1832/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/justincc.wordpress.com/1832/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=justincc.wordpress.com&amp;amp;blog=3432202&amp;amp;post=1832&amp;amp;subd=justincc&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 15 Jun 2011 01:53:21 +0000</pubDate>
</item>
<item>
	<title>justincc's opensim blog: My first time Hypergrid standalone</title>
	<guid>http://justincc.org/blog/?p=1811</guid>
	<link>http://justincc.wordpress.com/2011/06/02/my-first-time-hypergrid-standalone/</link>
	<description>&lt;p&gt;&lt;img src=&quot;http://justincc.files.wordpress.com/2008/12/diva-250px-hghyperlink.jpg?w=250&amp;amp;h=188&quot; title=&quot;Hyperlink concept picture&quot; height=&quot;188&quot; width=&quot;250&quot; alt=&quot;&quot; class=&quot;alignright&quot; /&gt;Okay, so I know this will come as a bit of a surprise to some, but up till now I’ve never run a Hypergrid-enabled OpenSimulator instance.  Oh sure, I’ve looked at the &lt;a href=&quot;http://opensimulator.org/wiki/Hypergrid&quot;&gt;documentation&lt;/a&gt;, read and reviewed the code and even &lt;a href=&quot;http://justincc.org/blog/2008/12/19/what-is-the-hypergrid/&quot;&gt;written blog posts about it&lt;/a&gt;, but I’ve never found the time to actually put theory into practice.&lt;/p&gt;
&lt;p&gt;Until now, that is.  Early this week, Nebadon Izumi was kind enough to give me some space on one of his openSUSE 11.2 servers and so I got to work.  First off, I cloned the very latest OpenSimulator development code from the Git repository, which was on Wed Jun 1 (commit 0a430bb).  I don’t advise this unless you’ve got the time and inclination to cope with all the issues of being on the very, very bleeding edge, especially right now as &lt;a href=&quot;http://metaverseink.com/blog/?p=204&quot;&gt;Diva is implementing HG friends and instant messaging&lt;/a&gt; &lt;img src=&quot;http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; .&lt;/p&gt;
&lt;p&gt;Then, after a standard prebuild.sh; nant; cp bin/OpenSim.ini.example bin/OpenSim.ini, I went in to bin/ and&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Changed the http_listener_port in the [Network] section to 20000 from 9000.&lt;/li&gt;
&lt;li&gt;Uncommented the Include-Architecture = “config-include/StandaloneHypergrid.ini” line.&lt;/li&gt;
&lt;li&gt;cp config-include/StandaloneCommon.ini.example config-include/StandaloneCommon.ini&lt;/li&gt;
&lt;li&gt;Opened the StandaloneCommon.ini file and did a search and replace of all “127.0.0.1:9000″ references with “justincc.osgrid.org:20000″&lt;/li&gt;
&lt;li&gt;Started up mono –debug OpenSim.exe and answered the questions to set up an initial region, with a Location of 10000, 10000 and an ExternalHostName of justincc.osgrid.org&lt;/li&gt;
&lt;li&gt;Answered further questions to set this up in an estate called e1 owned by a user called Justin Clark-Casey with my own password.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Actually, I’m lying – at first I tried using port 9000, having forgotten that Nebadon gave me a different port range.  However, I soon realized when OpenSim complained of not being able to use that port on the first startup!&lt;/p&gt;
&lt;p&gt;Okay, I’m also lying in that I started an ordinary standalone first just to check that everything actually worked before plunging into the relative unknown.&lt;/p&gt;
&lt;p&gt;But after doing those other things, I logged in with the old 1.23 Second Life viewer and was pleasantly surprised to find that the direct login to -loginuri justincc.osgrid.org:20000 still worked.  After futzing around a bit, I went to the &lt;a href=&quot;http://thehypergates.com/&quot;&gt;Hypergates&lt;/a&gt; website and clicked on the “Hypergrid Jump” link for the “Newest” Bellona Network Hypergates entry, which happened to be&lt;a href=&quot;http://www.champlain.edu/Our-People/Meet-a-Few-of-Us/John-Rogate.html&quot;&gt; John Rogate’s&lt;/a&gt; &lt;a href=&quot;http://www.creativetwists.com/&quot;&gt;Creative Twists&lt;/a&gt; region on osgrid.org (my address is justincc.osgrid.org but since it’s a hypergrid standalone it’s actually entirely independent from the rest of OSGrid).&lt;/p&gt;
&lt;p&gt;And lo and behold, Firefox complained that it didn’t understand the protocol. (not surprising on my Ubuntu 11.04 box).  So I looked at the link manually&lt;/p&gt;
&lt;p&gt;secondlife://hg.osgrid.org:80:twistsannex/151/158/31&lt;/p&gt;
&lt;p&gt;noting the cool way that OSGrid’s hypergrid gateway address was embedded in a ‘normal’ Second Life link.  I remembered that you could click these things directly in the viewer chat, so I pasted it in, gave it a click, was pleased to note that my totally flat green map tile came up in the Place Information dialog and clicked Teleport.&lt;/p&gt;
&lt;p&gt;And lo and behold, it worked!  I was able to run around this totally independent install of OpenSimulator and admire the architecture.  And my name had now become Justin.Clark-Casey@justincc.osgrid.org.  Fantastically cool – a truly distributed metaverse! (yeah, yeah, I know, I’m late to the party &lt;img src=&quot;http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; .  Then I couldn’t teleport out again, though I suspect this is actually a network issue that John has.  And right now the region can’t be reached, which stops me posting a picture of it.  So instead, here’s a nice picture of when I went to one of Ai Austin’s OpenVue regions (secondlife://virtual.aiai.ed.ac.uk:8002:Vue-9000/128/128/30)&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://justincc.files.wordpress.com/2011/06/hg-openvue.png?w=550&amp;amp;h=518&quot; title=&quot;OpenVUE by Hypergrid&quot; height=&quot;518&quot; width=&quot;550&quot; alt=&quot;&quot; class=&quot;aligncenter&quot; /&gt;&lt;/p&gt;
&lt;p&gt;and then on to Lbsa Plaza (secondlife://hg.osgrid.org:80:Lbsa%20Plaza/128/128/40), which for some reason locks me to the edge of the region on initial teleport, though I can then reteleport within the sim and everything works.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://justincc.files.wordpress.com/2011/06/hg-wp1.png?w=550&amp;amp;h=422&quot; title=&quot;Wright Plaza by Hypergrid&quot; height=&quot;422&quot; width=&quot;550&quot; alt=&quot;&quot; class=&quot;aligncenter&quot; /&gt;&lt;/p&gt;
&lt;p&gt;A couple of times I got bit by the “4096″ bug, where you can’t hypergrid to any region more than 4096 regions away on the x or y axis from your current region (Linden Lab thought that 16,777,216 regions ought to be enough for anybody &lt;img src=&quot;http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif&quot; alt=&quot;;)&quot; class=&quot;wp-smiley&quot; /&gt; .  This specific teleport failure reason only appears to be printed in the OpenSimulator log at the moment which can leave the user a bit mystified.  And early on, I was trying to figure out why I couldn’t get to secondlife://hg.osgrid.org:80/Wright%20Plaza/128/128/30 from justincc.osgrid.org, until Nebadon pointed out to me that both my region and Wright Plaza had the co-ordinate 10000, 10000 (which tends to upset things &lt;img src=&quot;http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; .&lt;/p&gt;
&lt;h2 style=&quot;font-size: 138%;&quot; class=&quot;r&quot;&gt;&lt;strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Getting an OSGrid user into my justincc.osgrid.org and setting up FreeSWITCH on my hypergrid standalone was another adventure, which I’ll write more about soon.&lt;/p&gt;
&lt;p&gt;If you want some more structured hypergrid instructions, there’s &lt;a href=&quot;http://opensimulator.org/wiki/Installing_and_Running_Hypergrid&quot;&gt;a page on the OpenSimulator wiki&lt;/a&gt; though I’m not sure how up to date it currently is for OpenSimulator 0.7.1.1.  And there’s also Diva’s &lt;a href=&quot;http://metaverseink.com/blog/?p=163&quot;&gt;D2 distribution&lt;/a&gt; which is pre-configured in 2×2 Megaregion configuration with Hypergrid access.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/justincc.wordpress.com/1811/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/justincc.wordpress.com/1811/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=justincc.wordpress.com&amp;amp;blog=3432202&amp;amp;post=1811&amp;amp;subd=justincc&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Thu, 02 Jun 2011 21:30:14 +0000</pubDate>
</item>
<item>
	<title>justincc's opensim blog: This week in OpenSim Dev – week ending Saturday 28th May 2011</title>
	<guid>http://justincc.org/blog/?p=1805</guid>
	<link>http://justincc.wordpress.com/2011/05/29/this-week-in-opensim-dev-week-ending-saturday-28th-may-2011/</link>
	<description>&lt;p&gt;&lt;img src=&quot;http://justincc.files.wordpress.com/2011/03/osgrid2.png?w=320&amp;amp;h=240&quot; title=&quot;Wright Plaza on osgrid.org&quot; height=&quot;240&quot; width=&quot;320&quot; alt=&quot;&quot; class=&quot;alignright&quot; /&gt;Hello everybody.  This is a summary of the last week of  development                                    in OpenSimulator.  Except where    otherwise            specified,       the         changes            described here    appear               only in      OpenSimulator’s        cutting      edge Git                 ‘master’      branch. Please  do        not          attempt    to    use       code taken        directly           from       ‘master’  in   any        production                    environment.     Sometimes             this          in-development     code        may       not    work  or  may   even          cause data              corruption.       If  you  are    not  a                 developer    or     tester,     please      treat       this   summary            instead     as  a      preview  of               what will be       coming  up      in    the    next         release.  The       latest             official       release  is  &lt;a href=&quot;http://justincc.wordpress.com/2010/09/14/opensim-0702-released/&quot;&gt;OpenSimulator 0.7&lt;/a&gt;&lt;a href=&quot;http://opensimulator.org/wiki/Download&quot;&gt;.1.1&lt;/a&gt; (released on May 27th 2011).&lt;/p&gt;
&lt;p&gt;The letters and numbers in brackets after some entries tell you the       latest git commit to which they apply.&lt;/p&gt;
&lt;p&gt;This week in OpenSim ( 58c53c4 – d532619 ).&lt;/p&gt;
&lt;h2&gt;General news&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://justincc.org/blog/2011/05/28/opensimulator-0711-released/&quot;&gt;OpenSimulator 0.7.1.1 was released!&lt;/a&gt; This is a minor bug fix release from OpenSimulator 0.7.1, though it also includes code to properly implement inventory links (and hence outfits on viewer 2 and related third party viewers).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Features &amp;amp; bug fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://metaverseink.com/blog/?p=204&quot;&gt;Diva implemented Hypergrid friends, lures and instant messaging support.&lt;/a&gt; This allows you to make &lt;strong&gt;friends&lt;/strong&gt; or &lt;strong&gt;instant message&lt;/strong&gt; people from any hypergrid connected grid no matter which grid you are on.  It looks like this is already testable but it is still a work in progress, so, as Diva says, be prepared to delete records in your friends database table if things go awry (d532619).&lt;/li&gt;
&lt;li&gt;Melanie fixed&lt;strong&gt; llGiveInventory() &lt;/strong&gt;to work if the user is in another simulator or potentially if they are offline.  See &lt;a href=&quot;http://opensimulator.org/mantis/view.php?id=4429&quot;&gt;Mantis 4429&lt;/a&gt; for more details (24c00ac).&lt;/li&gt;
&lt;li&gt;Melanie added preservation of &lt;strong&gt;pay prices&lt;/strong&gt; to object &lt;strong&gt;serialization&lt;/strong&gt; (e398c33).&lt;/li&gt;
&lt;li&gt;I added a –noassets option to “save oar” and “save iar” console commands.  This saves an &lt;strong&gt;archive&lt;/strong&gt; without any assets (which forms the vast bulk of the time taken to save and the archive storage requirements).  This is useful in backup scenarios where you know that the assets database is being backed up separately (3270f43).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Infrastructure&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;No news this week.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/justincc.wordpress.com/1805/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/justincc.wordpress.com/1805/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=justincc.wordpress.com&amp;amp;blog=3432202&amp;amp;post=1805&amp;amp;subd=justincc&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Sun, 29 May 2011 19:20:56 +0000</pubDate>
</item>
<item>
	<title>justincc's opensim blog: OpenSimulator 0.7.1.1 released</title>
	<guid>http://justincc.org/blog/?p=1798</guid>
	<link>http://justincc.wordpress.com/2011/05/28/opensimulator-0711-released/</link>
	<description>&lt;p&gt;Hi folks.  &lt;a href=&quot;http://opensimulator.org/wiki/Download&quot;&gt;&lt;img src=&quot;http://justincc.files.wordpress.com/2008/06/opensim-logo-short.png?w=135&amp;amp;h=124&quot; title=&quot;OpenSim logo small&quot; height=&quot;124&quot; width=&quot;135&quot; alt=&quot;&quot; class=&quot;alignright&quot; /&gt;OpenSimulator 0.7.1.1&lt;/a&gt; has just been released.  This is a minor point release on 0.7.1 and is dedicated towards fixing the more annoying bugs that have come to light since 0.7.1 and culling some of the verbosity of the log entries.&lt;/p&gt;
&lt;p&gt;This release also has an implementation/fix for inventory links, which will hopefully mean that viewer 2 outfits now work correctly.&lt;/p&gt;
&lt;p&gt;Please see the &lt;a href=&quot;http://opensimulator.org/wiki/0.7.1.1_Release&quot;&gt;release notes&lt;/a&gt; for more information.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/justincc.wordpress.com/1798/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/justincc.wordpress.com/1798/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=justincc.wordpress.com&amp;amp;blog=3432202&amp;amp;post=1798&amp;amp;subd=justincc&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 27 May 2011 23:45:51 +0000</pubDate>
</item>
<item>
	<title>justincc's opensim blog: OpenSimulator’s login process and common login problems</title>
	<guid>http://justincc.org/blog/?p=1750</guid>
	<link>http://justincc.wordpress.com/2011/05/26/opensimulators-login-process-and-common-login-problems/</link>
	<description>&lt;h2&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Today I’m going to write about how a viewer logs in to an OpenSimulator grid.  This is a considerably more complicated process than a simple website login.  If you ever need to find out why login isn’t working it really helps to know what’s going on under the hood.&lt;/p&gt;
&lt;h2&gt;Process&lt;/h2&gt;
&lt;p&gt;For simplicity’s sake, we’ll look at the standalone case, where all the regions and grid services are running under a single OpenSim.exe process.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://justincc.files.wordpress.com/2011/05/login-process-diagram-1.png?w=429&amp;amp;h=347&quot; title=&quot;http://justincc.files.wordpress.com/2011/05/login-process-diagram-1.png?w=429&amp;amp;h=347&quot; height=&quot;347&quot; width=&quot;429&quot; alt=&quot;&quot; class=&quot;aligncenter&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 1:&lt;/strong&gt; As the first step for logging in, the viewer sends an XMLRPC message to the Login Service URI containing the name, password, viewer version and other details.  The -loginuri parameter on the command line that tells the viewer where the login service is (here it’s 192.168.1.2 and the port number is 9000).  In viewers such as Imprudence the viewer’s grid manager can fetch this information from the &lt;a href=&quot;http://opensimulator.org/wiki/GridInfo&quot;&gt;grid info&lt;/a&gt; XML that the grid advertises at a well known URL.&lt;/p&gt;
&lt;h2 style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://justincc.files.wordpress.com/2011/05/login-process-diagram-23.png?w=413&amp;amp;h=265&quot; title=&quot;http://justincc.files.wordpress.com/2011/05/login-process-diagram-23.png?w=413&amp;amp;h=265&quot; height=&quot;265&quot; width=&quot;413&quot; alt=&quot;&quot; class=&quot;alignnone&quot; /&gt;&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Step 2:&lt;/strong&gt; The login service uses these details to check that the password is correct.  If it is then it looks up the simulator that the user should be placed in (e.g. last or home).  In this case there’s only one region called “My Region”.  The login service will generate a random ‘circuit code’ and ask the simulator to record this code and set up an ‘agent’ in My Region.  The agent represents a user in an OpenSim region.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://justincc.files.wordpress.com/2011/05/login-process-diagram-32.png?w=413&amp;amp;h=265&quot; title=&quot;http://justincc.files.wordpress.com/2011/05/login-process-diagram-32.png?w=413&amp;amp;h=265&quot; height=&quot;265&quot; width=&quot;413&quot; alt=&quot;&quot; class=&quot;alignnone&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 3:&lt;/strong&gt; Once the simulator has generated the agent, it returns a randomly generated ‘circuit code’ to the login service.  The login service will package this up together with the IP and port address of the region and return it to the viewer in a reply XMLRPC message.  The login service gets the region’s IP address and port from the ExternalHostName and InternalPort entries in the bin/config-include/Regions.ini file (config files there can also have other names as long as they end with .ini).  In this case the entry is&lt;/p&gt;
&lt;pre&gt;[My Region]
RegionUUID = dd5b77f8-bf88-45ac-aace-35bd76426c81
Location = 1000,1000
...
InternalPort = 9000
ExternalHostName = 192.168.1.2&lt;/pre&gt;
&lt;p&gt;The host name here is 192.168.1.2 (same as the login service since we’re on a standalone) and the internal port is 9000.  But in this case it specifies the port that the client should use for UDP messages between itself and the simulator (we’ll ignore HTTP capabilities in this post).  The ExternalHostName can also be SYSTEMIP, in which case the default IP of the machine hosting the simulator is used (which would also be 192.168.1.2).&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://justincc.files.wordpress.com/2011/05/login-process-diagram-42.png?w=413&amp;amp;h=265&quot; title=&quot;http://justincc.files.wordpress.com/2011/05/login-process-diagram-42.png?w=413&amp;amp;h=265&quot; height=&quot;265&quot; width=&quot;413&quot; alt=&quot;&quot; class=&quot;alignnone&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 4: &lt;/strong&gt;When the viewer receives the XMLRPC reply, it extracts the circuit code, simulator ip and port.  To make first contact with the simulator, it sends it a UseCircuitCode UDP message containing the circuit code.  The simulator compares this against the circuit code that the Login Service gave it for that client.  If they match then the simulator sends back and Ack packet and the two start talking to each other (i.e. the simulator gets sent terrain, object and texture information and can move around the region).  If they don’t match then the simulator logs a warning and ignores the UseCircuitCode message.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;http://justincc.files.wordpress.com/2011/05/login-process-diagram-52.png?w=413&amp;amp;h=266&quot; title=&quot;http://justincc.files.wordpress.com/2011/05/login-process-diagram-52.png?w=413&amp;amp;h=266&quot; height=&quot;266&quot; width=&quot;413&quot; alt=&quot;&quot; class=&quot;alignnone&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;Problems&lt;/h2&gt;
&lt;p&gt;Whew, quite a process, eh?  As you can imagine, there’s a lot that can go wrong.  Let’s go through the possible problems.&lt;/p&gt;
&lt;h3&gt;Viewer has wrong loginuri&lt;/h3&gt;
&lt;p&gt;This is an easy one.  If the viewer is trying to login with the wrong uri (e.g. 192.168.1.3 in the example above) or wrong port (e.g. 9001) then you’ll get something like an “Unable to connect to grid” – nothing will ever reach the Login Service.&lt;/p&gt;
&lt;h3&gt;Viewer has wrong login credentials&lt;/h3&gt;
&lt;p&gt;Another easy one.  The Login Service will reject the credentials and tell the viewer, which will display a “Could not authenticate your avatar” message.&lt;/p&gt;
&lt;h3&gt;A firewall prevents the Login Service from replying to the viewer&lt;/h3&gt;
&lt;p&gt;In this case the viewer can send some initial TCP packets to the Login Service but can’t get anything back.  As above, the viewer will present an “Unable to connect to grid” message but this time after a longer pause until it times out on the Login Service connection.&lt;/p&gt;
&lt;h3&gt;Viewer receives misconfigured external host name from Regions.ini&lt;/h3&gt;
&lt;p&gt;Now it gets more complicated.  Suppose that instead of putting 192.168.1.2 in the My Region config I accidentally put 192.168.1.3 instead, which is a machine that doesn’t exist on my network.&lt;/p&gt;
&lt;pre&gt;[My Region]
RegionUUID = dd5b77f8-bf88-45ac-aace-35bd76426c81
Location = 1000,1000
...
InternalPort = 9000
ExternalHostName = 192.168.1.3&lt;/pre&gt;
&lt;p&gt;In this case, the first part of the login process works okay and the progress bar moves along in the viewer.  But when the Login Service returns the simulator information to the viewer, it returns the ExternalHostName of 192.168.1.3 instead of 192.168.1.2.  The viewer will make a number of attempts to contact this non-existent simulator for the second part of the login, and so appear to hang for a while on a message such as “Waiting for region handshake…” before failing with a “We’re having trouble connecting…”&lt;/p&gt;
&lt;p&gt;In this case, since 192.168.1.3 has no machine a simple ping will reveal the mistake.  If there is a machine at that address or it’s the port number that is wrong then things are more complicated.  It’s difficult to diagnose problems here since UDP messages are &lt;a href=&quot;http://en.wikipedia.org/wiki/Connectionless_protocol&quot;&gt;connectionless&lt;/a&gt;, unlike TCP.  If you have a utility like netcat available on the viewer machine, you can try sending nonsense to the address and port given in Regions.ini.  For instance, above we could do&lt;/p&gt;
&lt;address&gt;echo “foo” | nc -u 192.168.1.2 9000&lt;/address&gt;
&lt;p&gt;and the simulator would print out a “Malformed data” message.&lt;/p&gt;
&lt;h3&gt;Viewer can’t reach region external host name&lt;/h3&gt;
&lt;p&gt;Now let’s suppose that the ExternalHostName and InternalPort are correct, but the viewer can’t reach that address for some reason (e.g. UDP messages to that port are blocked by a firewall).  You’ll see exactly the same symptoms as if the host name is misconfigured.  The diagnostics are also the same, with the addition that you need to thoroughly check your firewall and other network settings.&lt;/p&gt;
&lt;p&gt;You can also see this if you’ve specified a public IP for ExternalHostName but you’re attempting a connection from within your LAN and your router does not support &lt;a href=&quot;http://opensimulator.org/wiki/NAT_Loopback_Routers&quot;&gt;NAT loopback&lt;/a&gt;.  The easiest solution is to get a router that does support NAT loopback though you might also want to try the workarounds listed on that wiki page.&lt;/p&gt;
&lt;h3&gt;A firewall prevents the simulator from replying to the viewer&lt;/h3&gt;
&lt;p&gt;Unlike the firewall blocking the login service reply above, this time the first part of the login process will complete correctly and the simulator will even receive the UseCircuitCode message.  However, the Ack that it replies with (and any other UDP messages) is blocked by a firewall.  In the simulator log you will see messages such as&lt;/p&gt;
&lt;pre&gt;[LLUDPSERVER]: Ignoring a repeated UseCircuitCode from
2c3b8307-e257-4d1e-b12f-76f2b8f50ee9 at 192.168.1.3:1208
for circuit 546230463&lt;/pre&gt;
&lt;p&gt;as the viewer resends the UseCircuitCode packet another 3 times (while it displays the “Waiting for region handshake…” message.  Eventually, the viewer gives up and displays the “We’re having trouble connecting…” message.  In this case, you need to carefully check that your firewall allows outbound UDP messages from the simulator to the viewer’s IP address.&lt;/p&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;As you can see, the login process is complicated.  Much of this complexity exists so that in grid mode simulators can be hosted on different machines to the login service.&lt;/p&gt;
&lt;p&gt;In grid mode, all of the above information still applies, with the addition that the login service and simulators communicate over a network rather than within a single process.  This is another point of failure.  If there’s a problem here then you should see an error in the login service log and the viewer will return with a “Unable to connect to grid” message.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/justincc.wordpress.com/1750/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/justincc.wordpress.com/1750/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=justincc.wordpress.com&amp;amp;blog=3432202&amp;amp;post=1750&amp;amp;subd=justincc&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 25 May 2011 23:15:00 +0000</pubDate>
</item>
<item>
	<title>Darb Dabney's 3d GIS - OpenSim » OpenSim: Not asleep, just spread thinly.</title>
	<guid>http://blog.simgis.com/?p=614</guid>
	<link>http://blog.3dg.is/2011/02/13/not-asleep-just-spread-thinly/</link>
	<description>As models of surface water flow for all Marin County are getting ready for review, there’s also a convergence with the large-scale topographic base (LSTB) map effort. In fact, the hydrologically-enforced flow lines (HEFL) are getting their first chance to fit into the LSTB context.  This has helped immensely to clarify the uses that most [...]</description>
	<pubDate>Mon, 14 Feb 2011 05:12:30 +0000</pubDate>
</item>
<item>
	<title>Shenlei Winkler » OpenSim: Content, Piracy, and OpenSim-based Grids</title>
	<guid>http://shenlei.com/?p=2129</guid>
	<link>http://shenlei.com/2010/12/03/content-piracy-and-opensim-based-grids/</link>
	<description>We recently picked up a link sent to us of an image shot in an OpenSim-based grid, that showed a …&lt;p&gt;&lt;a href=&quot;http://shenlei.com/2010/12/03/content-piracy-and-opensim-based-grids/&quot;&gt;Continue reading »&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://stats.wordpress.com/b.gif?host=shenlei.com&amp;amp;blog=1174041&amp;amp;post=2129&amp;amp;subd=shenlei&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 03 Dec 2010 18:45:37 +0000</pubDate>
</item>
<item>
	<title>Shenlei Winkler » OpenSim: Fashion Research Institute Collaborates with Intel Labs to Bring Premium Content to Science Sim</title>
	<guid>http://shenlei.com/?p=1934</guid>
	<link>http://shenlei.com/2010/10/26/fashion-research-institute-collaborates-with-intel-labs-to-bring-premium-content-to-science-sim/</link>
	<description>FRI has been collaborating with Intel Labs since 2009, helping to push the limits of content development in Science Sim. …&lt;p&gt;&lt;a href=&quot;http://shenlei.com/2010/10/26/fashion-research-institute-collaborates-with-intel-labs-to-bring-premium-content-to-science-sim/&quot;&gt;Continue reading »&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://stats.wordpress.com/b.gif?host=shenlei.com&amp;amp;blog=1174041&amp;amp;post=1934&amp;amp;subd=shenlei&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 26 Oct 2010 15:39:21 +0000</pubDate>
</item>
<item>
	<title>Shenlei Winkler » OpenSim: Content &amp; Licensing in Virtual Worlds</title>
	<guid>http://shenlei.com/?p=1895</guid>
	<link>http://shenlei.com/2010/10/13/content-licensing-in-virtual-worlds/</link>
	<description>We are seeing an increase of something that we find disturbing on many levels: self-created licenses for content. The reasons …&lt;p&gt;&lt;a href=&quot;http://shenlei.com/2010/10/13/content-licensing-in-virtual-worlds/&quot;&gt;Continue reading »&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://stats.wordpress.com/b.gif?host=shenlei.com&amp;amp;blog=1174041&amp;amp;post=1895&amp;amp;subd=shenlei&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 13 Oct 2010 18:30:10 +0000</pubDate>
</item>
<item>
	<title>stuff from coyled &gt;&gt; opensim: OSGrid Asset Sizes</title>
	<guid>http://coyled.com/2010/09/23/osgrid-asset-sizes</guid>
	<link>http://coyled.com/2010/09/23/osgrid-asset-sizes/</link>
	<description>If you're curious how much disk space a large OpenSim grid requires
for assets, here's a breakdown of the 20 million assets OSGrid has on
disk:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;console&quot;&gt;&lt;span class=&quot;go&quot;&gt;    0KB &amp;lt; $size &amp;lt;= 4KB            : 10458446&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    4KB &amp;lt; $size &amp;lt;= 8KB            : 1953996&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    8KB &amp;lt; $size &amp;lt;= 16KB           : 1989925&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    16KB &amp;lt; $size &amp;lt;= 32KB          : 1485763&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    32KB &amp;lt; $size &amp;lt;= 64KB          : 1286704&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    64KB &amp;lt; $size &amp;lt;= 128KB         : 1706322&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    128KB &amp;lt; $size &amp;lt;= 256KB        : 965926&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    256KB &amp;lt; $size &amp;lt;= 512KB        : 654840&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    512KB &amp;lt; $size &amp;lt;= 1024KB       : 272910&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    1024KB &amp;lt; $size &amp;lt;= 2048KB      : 33404&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    2048KB &amp;lt; $size &amp;lt;= 4096KB      : 6464&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    4096KB &amp;lt; $size &amp;lt;= 8192KB      : 908&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    8192KB &amp;lt; $size &amp;lt;= 12288KB     : 246&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    12288KB &amp;lt; $size               : 36&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    ========================================&lt;/span&gt;
&lt;span class=&quot;go&quot;&gt;    total de-duped assets: 20815890&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;br /&gt;
All together it's 486GB of stuff.</description>
	<pubDate>Fri, 24 Sep 2010 01:07:00 +0000</pubDate>
	<author>hello@coyled.com (Dave Coyle)</author>
</item>
<item>
	<title>Zonja Capalini » OpenSim: Condensation Land: A status report</title>
	<guid>http://zonjacapalini.wordpress.com/?p=805</guid>
	<link>http://zonjacapalini.wordpress.com/2010/08/25/condensation-land-a-status-report/</link>
	<description>&lt;p&gt;{EAV_BLOG_VER:3fdb12a10a5100bd}&lt;/p&gt;
&lt;h2&gt;Introduction&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;https://lists.berlios.de/pipermail/opensim-dev/2010-August/009256.html&quot;&gt;Recently&lt;/a&gt;, the page about &lt;a href=&quot;http://opensimulator.org/wiki/Performance&quot;&gt;performance&lt;/a&gt; in the &lt;a href=&quot;http://opensimulator.org/wiki/Main_Page&quot;&gt;Opensim wiki&lt;/a&gt; has been extensively updated, and this prompted me to gather some data for &lt;a href=&quot;http://blog.condensationland.com/about/&quot;&gt;Condensation Land&lt;/a&gt;, a mini virtual world &lt;a href=&quot;https://lists.berlios.de/pipermail/opensim-dev/2010-August/009206.html&quot;&gt;powered by Opensim&lt;/a&gt; which I administer, to be able to add this data to the page. Condensation Land is special in the sense that while it’s a quite small, home-based, world, at the same time it hosts a relatively big number of prims and scripts, and I thought that adding that data to the page might end up being useful to somebody.&lt;/p&gt;
&lt;div style=&quot;width: 510px;&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4907307718/&quot; title=&quot;0840 - Temple 1 by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4137/4907307718_be494ab7fd.jpg&quot; alt=&quot;0840 - Temple 1&quot; height=&quot;392&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Temple, an island by Omurtag Milev in Condensation Land&lt;/p&gt;&lt;/div&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;When collecting the data I had to visit all the islands, one by one, and this made me remember the story of Condensation Land, how it all started, the things we did there, the people who have contributed wonderful stuff to be displayed, and I thought I’d write a blog post listing and commenting detailedly the technical data I had gathered, and at the same time giving an account of the history of the mini-world.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span id=&quot;more-805&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;History&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Condensation Land started as an experiment in looking for alternatives to Second Life after &lt;a href=&quot;http://zonjacapalini.wordpress.com/2008/11/06/we-believe-this-is-fair/&quot;&gt;the OpenSpace fiasco&lt;/a&gt;. The initial six months of this process are explained in detail &lt;a href=&quot;http://zonjacapalini.wordpress.com/2009/04/30/the-openspace-fiasco-six-months-later/&quot;&gt;here&lt;/a&gt;. Shortly after writing &lt;a href=&quot;http://zonjacapalini.wordpress.com/2009/04/30/the-openspace-fiasco-six-months-later/&quot;&gt;this article&lt;/a&gt;, the company I was working for &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/02/21/sl-vs-webex-the-myth-of-second-life-as-a-platform-for-education/&quot;&gt;decided that virtual world technology was not adequate for their needs and started using WebEx&lt;/a&gt;. The initial founders of Condensation Land (&lt;a href=&quot;http://maxping.org/virtual-life/other/interview-of-ludmilla-writer.aspx&quot;&gt;Ludmilla Writer&lt;/a&gt;, &lt;a href=&quot;http://www.flickr.com/photos/favio_piek/&quot;&gt;Favio Piek&lt;/a&gt; and myself) decided to keep Condensation Land as an experiment and a playground, and to invite people to show their content in the mini-world.&lt;/p&gt;
&lt;h2&gt;Technical status&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Condensation Land is a mini virtual world powered by Opensim. We are using &lt;a href=&quot;http://github.com/diva/d2/downloads&quot;&gt;r13558&lt;/a&gt; of &lt;a href=&quot;http://github.com/diva/d2&quot;&gt;the Diva distribution (D2)&lt;/a&gt;; the &lt;a href=&quot;http://www.metaverseink.com/blog/?p=37&quot;&gt;Wifi&lt;/a&gt; page can be accessed &lt;a href=&quot;http://condensationland.com:9000/wifi&quot;&gt;here&lt;/a&gt;. Condensation Land has a WordPress &lt;a href=&quot;http://blog.condensationland.com/&quot;&gt;blog&lt;/a&gt;, used mainly to keep users informed of new releases and content additions, and &lt;a href=&quot;http://www.flickr.com/groups/1002355@N24/&quot;&gt;a Flickr group&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;The physical machine&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The whole Condensation Land virtual world runs on a non-dedicated home machine with Windows XP SP3, 3 GB of RAM, and two SATA ST3400620AS HD’s of 372 GB each. The first HD (C:) hosts the operating system and the swapfile, while the second HD (D:) is dedicated to Opensim and MySQL. Apart from keeping the system updated and running the disk defragmenter every so often, the machine requires almost no maintenance.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Networking is provided by JazzTel (a spanish ISP) in the form of a symmetrical 2 Mb SDSL line; the machine has an external IP address and can thus be used for HyperGrid teleports, accesed from anywhere, etc. This line costs around € 200/mo, which is more or less US$ 250/mo.&lt;/p&gt;
&lt;h3&gt;World setup&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Condensation Land (loginuri: &lt;a href=&quot;http://condensationland.com:9000&quot; rel=&quot;nofollow&quot;&gt;http://condensationland.com:9000&lt;/a&gt;) comprises 11 regions, of which 10 are public. The region with most prims is Condensation Land, with 10,278 prims, and the region with more active scripts is Angelico Miguelis, with 706 active scripts. The whole world uses 38,065 prims and 1,934 active scripts, as detailed in the following table.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: none; border-width: 1px;&quot;&gt;+---------------------------+--------+---------+
| &lt;strong&gt;Region&lt;/strong&gt;                    | &lt;strong&gt;Prims&lt;/strong&gt;  | &lt;strong&gt;Scripts&lt;/strong&gt; |
+---------------------------+--------+---------+
| Angelico Miguelis         | 10,024 |     706 |
| Conceptior                |  6,280 |     531 |
| Condensation Beach        |  2,455 |      46 |
| Condensation Land         | 10,278 |      97 |
| Condensation North        |  1,610 |     122 |
| Condensation South        |  1,908 |       7 |
| Condensation SouthWest    |    992 |      77 |
| Shoshisn                  |    555 |     163 |
| Temple                    |  3,239 |     139 |
| Tralfamadore              |    427 |      29 |
| (private region)          |    297 |      17 |
+---------------------------+--------+---------+
| &lt;strong&gt;Total&lt;/strong&gt;                     | &lt;strong&gt;38,065&lt;/strong&gt; |   &lt;strong&gt;1,934&lt;/strong&gt; |
+---------------------------+--------+---------+&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;MyWorld.ini sets CombineContiguousRegions to false to avoid the use of megaregions. The bin\library directory contains the default IARs shipped with D2, plus the large objects library downloadable from the D2 downloads page, plus some small animation IARs created by myself with freebie anims found elsewhere. I’ve not had time to set up default avatars for male, female and neutral preferences.&lt;/p&gt;
&lt;h3&gt;Performance&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-weight: normal; font-size: 13px;&quot;&gt;Opensim.exe is pretty stable. and oscilates between 0% and 10% of CPU usage (even when idle, there are a lot of scripted objects, and object status has to be saved frequently), and uses between 167 MB when idle to 512 MB with one avatar and 1 GB of RAM with some few avatars. MySQL.exe consistently uses 250-300MB of RAM, and MySQL b&lt;/span&gt;ackups (in .sql format) occupy 3.51 GB, 1.32 GB when zipped.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The following video shows a party with four avatars in the Condensation Land region:&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;text-align: center; display: block;&quot; class=&quot;embed-youtube&quot;&gt;&amp;lt;iframe class=&quot;youtube-player&quot; frameborder=&quot;0&quot; height=&quot;390&quot; src=&quot;http://www.youtube.com/embed/N0z9C0ouAlQ?version=3&amp;amp;amp;rel=1&amp;amp;amp;fs=1&amp;amp;amp;showsearch=0&amp;amp;amp;showinfo=1&amp;amp;amp;iv_load_policy=1&amp;amp;amp;wmode=transparent&quot; type=&quot;text/html&quot; width=&quot;640&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Content evolution&lt;/h2&gt;
&lt;p&gt;After &lt;a href=&quot;http://zonjacapalini.wordpress.com/2009/04/30/the-openspace-fiasco-six-months-later/&quot;&gt;20090430&lt;/a&gt;, I added &lt;a href=&quot;http://zonjacapalini.wordpress.com/2009/07/20/2889-working-with-very-large-linksets-in-opensim/&quot;&gt;a 2,889-prims Klein bottle&lt;/a&gt;,&lt;/p&gt;
&lt;span style=&quot;text-align: center; display: block;&quot; class=&quot;embed-youtube&quot;&gt;&amp;lt;iframe class=&quot;youtube-player&quot; frameborder=&quot;0&quot; height=&quot;390&quot; src=&quot;http://www.youtube.com/embed/bh_jrzglvrM?version=3&amp;amp;amp;rel=1&amp;amp;amp;fs=1&amp;amp;amp;showsearch=0&amp;amp;amp;showinfo=1&amp;amp;amp;iv_load_policy=1&amp;amp;amp;wmode=transparent&quot; type=&quot;text/html&quot; width=&quot;640&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/span&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;and an exhibition called &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/17/mirror-worlds-a-hypergridded-eternal-art-exhib/&quot;&gt;Mirror Worlds&lt;/a&gt; featuring pictures from &lt;a href=&quot;http://www.flickr.com/photos/florencebabenco/&quot;&gt;Florence Babenco&lt;/a&gt;, &lt;a href=&quot;http://www.flickr.com/photos/ludmilla_writer/&quot;&gt;Ludmilla Writer&lt;/a&gt;, &lt;a href=&quot;http://www.flickr.com/photos/mikilseptem/&quot;&gt;Mikil Tiki&lt;/a&gt;, &lt;a href=&quot;http://www.flickr.com/photos/monika_finchy/&quot;&gt;Monika Finchy&lt;/a&gt;, &lt;a href=&quot;http://www.flickr.com/photos/sennacoronet/&quot;&gt;Senna&lt;/a&gt; (SennaSpirit Coronet), &lt;a href=&quot;http://www.flickr.com/photos/shoshisn/&quot;&gt;Shoshisn Shilova&lt;/a&gt; and &lt;a href=&quot;http://www.flickr.com/photos/zonja/&quot;&gt;myself&lt;/a&gt;, and sculptures by &lt;a href=&quot;http://www.flickr.com/photos/shoshisn/&quot;&gt;Shoshisn Shilova&lt;/a&gt;.&lt;/p&gt;
&lt;span style=&quot;text-align: center; display: block;&quot; class=&quot;embed-youtube&quot;&gt;&amp;lt;iframe class=&quot;youtube-player&quot; frameborder=&quot;0&quot; height=&quot;390&quot; src=&quot;http://www.youtube.com/embed/4Kd379rT6Sw?version=3&amp;amp;amp;rel=1&amp;amp;amp;fs=1&amp;amp;amp;showsearch=0&amp;amp;amp;showinfo=1&amp;amp;amp;iv_load_policy=1&amp;amp;amp;wmode=transparent&quot; type=&quot;text/html&quot; width=&quot;640&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/span&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;After that, a very nice thing happened: &lt;em&gt;people started to contribute their own stuff&lt;/em&gt; to be shown at Condensation Land! :-)&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/40839520@N07/&quot;&gt;Breen Whitman&lt;/a&gt; donated a fantastic building called “Eastern Gaswork”, &lt;a href=&quot;http://blog.condensationland.com/2009/10/25/check-the-wonderful-new-building-by-breen-whitman-located-in-the-se-part-of-condensation-south/&quot;&gt;which I placed in Condensation South&lt;/a&gt;;&lt;/p&gt;
&lt;div style=&quot;width: 510px;&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4248221483/&quot; title=&quot;0741 - Breen Whitman's 'Eastern Gasworks' building - Outside view by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4009/4248221483_f45dff31f2.jpg&quot; alt=&quot;0741 - Breen Whitman's 'Eastern Gasworks' building - Outside view&quot; height=&quot;393&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Breen Whitman's 'Eastern Gasworks'&lt;/p&gt;&lt;/div&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/shoshisn/&quot;&gt;Shoshisn Shilova&lt;/a&gt; got an island (called “Shoshisn”) and &lt;a href=&quot;http://www.flickr.com/photos/mikilseptem/&quot;&gt;Mikil Tiki&lt;/a&gt; got another island (called “Tralfamadore – La Mikilina”);&lt;/p&gt;
&lt;div style=&quot;width: 510px;&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4313717516/&quot; title=&quot;0773 - Our world is growing by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2687/4313717516_43b1bde848.jpg&quot; alt=&quot;0773 - Our world is growing&quot; height=&quot;333&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Condensation Land world map after adding &quot;Shoshisn&quot; and &quot;Tralfamadore&quot;&lt;/p&gt;&lt;/div&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;and finally Omurtag Milev added &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/08/24/three-islands-by-omurtag-milev-2/&quot;&gt;three awesome islands called Temple, Conceptior and AngelicoMiguelis&lt;/a&gt;,&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;text-align: center; display: block;&quot; class=&quot;embed-youtube&quot;&gt;&amp;lt;iframe class=&quot;youtube-player&quot; frameborder=&quot;0&quot; height=&quot;390&quot; src=&quot;http://www.youtube.com/embed/ygRvFo7dRi0?version=3&amp;amp;amp;rel=1&amp;amp;amp;fs=1&amp;amp;amp;showsearch=0&amp;amp;amp;showinfo=1&amp;amp;amp;iv_load_policy=1&amp;amp;amp;wmode=transparent&quot; type=&quot;text/html&quot; width=&quot;640&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;which you should absolutely visit (or, at least, look at the videos and pictures &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/08/24/three-islands-by-omurtag-milev-2/&quot;&gt;here&lt;/a&gt;).&lt;/p&gt;
&lt;div style=&quot;width: 510px;&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4903977699/&quot; title=&quot;0837 - New, fantastic islands by Omurtag Milev by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4102/4903977699_eaf2c7958c.jpg&quot; alt=&quot;0837 - New, fantastic islands by Omurtag Milev&quot; height=&quot;304&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Condensation Land world map after the addition of Omurtag's islands&lt;/p&gt;&lt;/div&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Condensation Land now has ten regions, instead of the initial five, and a lot of new wonderful places to visit! :-)&lt;/p&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Condensation Land is a non-for-profit, home-based, virtual world maintained in my free time (and in the free time of the respective region owners). Obviously, since we don’t get any money from it, it’s a work of love. It’s also a proof-of-concept: of what can be done with simply some free time, a lot of passion for the technology, and some very talented friends :-) I won’t say that caring for Condensation is always nice and easy — being the administrator of even such a small world as Condensation takes quite a lot of work: users forget their passwords; upgrades don’t always work; we had a serious case of inventory messup, where tons of spurious folders were created and which I had to clean manually using SQL; sometimes electricity fails for so long that the UPS dies (yes, this happens in Barcelona in 2010) and the machine has to be physically restarted; and so on. But the feeling of having all this wonderful stuff in a machine of yours, and of being able to share it with the world, is more than enough to compensate for all of it :-)&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/zonjacapalini.wordpress.com/805/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/zonjacapalini.wordpress.com/805/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=zonjacapalini.wordpress.com&amp;amp;blog=4356976&amp;amp;post=805&amp;amp;subd=zonjacapalini&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 25 Aug 2010 14:48:41 +0000</pubDate>
</item>
<item>
	<title>stuff from coyled &gt;&gt; opensim: Using Monit to Start/Stop/Restart OpenSimulator</title>
	<guid>http://coyled.com/2010/07/07/monit-and-opensim</guid>
	<link>http://coyled.com/2010/07/07/monit-and-opensim/</link>
	<description>[ Reposted from &lt;a href=&quot;http://github.com/coyled/monit-for-opensim&quot;&gt;http://github.com/coyled/monit-for-opensim&lt;/a&gt; ]&lt;br /&gt;
&lt;br /&gt;
[ To skip the commentary, you can grab a copy of the Monit config file I
use from 
&lt;a href=&quot;http://github.com/coyled/monit-for-opensim/blob/master/monit/opensim.conf&quot;&gt;here&lt;/a&gt;.
]&lt;br /&gt;
&lt;br /&gt;
Here are some basics to get you started using
&lt;a href=&quot;http://mmonit.com/monit/&quot;&gt;Monit&lt;/a&gt; to start/stop/restart
your OpenSim process(es).  This example will check your sim every 30
seconds, and restart it if it's dead, or if SimFPS drops to 0 for 2
minutes, or CPU usage exceeds 300% (e.g. 3 cores on a quad-core
machine... an occasional problem when running OpenSim via mono).&lt;br /&gt;
&lt;br /&gt;
I use these with OpenSim's REST console.  To enable that, in the
[Network] section of your OpenSim.ini , add:&lt;br /&gt;

&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;sh&quot;&gt;    &lt;span class=&quot;nv&quot;&gt;console_port&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; 9100
    &lt;span class=&quot;nv&quot;&gt;ConsoleUser&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;console_username&quot;&lt;/span&gt;
    &lt;span class=&quot;nv&quot;&gt;ConsolePass&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;console_password&quot;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;


setting them to whatever you desire.  The nice thing about this is by
having the console bind to its own TCP port you can easily firewall it
off (though I wish you could just bind it to localhost).  One quirk:
right now OpenSim's REST console client expects
bin/OpenSim.ConsoleClient.ini to exist, even if you use command line
options exclusively.  So just create an empty file with that
name.&lt;br /&gt;
&lt;br /&gt;
Next, in the [Startup] section of your OpenSim.ini , add the following
to enable the JSON sim stats:&lt;br /&gt;

&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;sh&quot;&gt;    &lt;span class=&quot;nv&quot;&gt;Stats_URI&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;jsonSimStats&quot;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;


setting it to whatever you desire.  The above would make some basic
simulator stats available via
http://yoursim.example.com:port/jsonSimStats
where &quot;port&quot; is whatever you've set http_listener_port to in
OpenSim.ini .&lt;br /&gt;
&lt;br /&gt;
Also in the [Startup] section, enable the writing of a PID file:&lt;br /&gt;
   
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;sh&quot;&gt;    &lt;span class=&quot;nv&quot;&gt;PIDFile&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;s2&quot;&gt;&quot;/var/run/opensim/opensim.pid&quot;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

   
setting it to whatever you desire.&lt;br /&gt;
&lt;br /&gt;   
Next, install Monit if you haven't already.  With Ubuntu/Debian this
is as simple as:&lt;br /&gt;
   
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;sh&quot;&gt;    apt-get install monit
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

   
Next, copy
&lt;a href=&quot;http://github.com/coyled/monit-for-opensim/blob/master/monit/opensim.conf&quot;&gt;opensim.conf&lt;/a&gt;
into wherever your Monit config files live.  That might
be /etc/monit/conf.d , maybe /etc/monit.d , or something similar.  In
that file make any necessary changes, e.g. to the PID file location,
the uid OpenSim runs as, the gid OpenSim runs as, the start/stop
mechanism you use to start/stop OpenSim, and the URL to view JSON sim
stats for your sim.&lt;br /&gt;
&lt;br /&gt;
If you want, you can copy
&lt;a href=&quot;http://github.com/coyled/monit-for-opensim/blob/master/bin/opensim&quot;&gt;bin/opensim&lt;/a&gt;
to use for starting/stopping/restarting OpenSim and connecting the
REST console client.  Copy it to /usr/local/bin or wherever you keep
such things.&lt;br /&gt;
&lt;br /&gt;
If you use the enclosed bin/opensim , change the following vars to
whatever's appropriate for your system:&lt;br /&gt;

&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;sh&quot;&gt;    &lt;span class=&quot;nv&quot;&gt;MONO&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;/usr/bin/mono&quot;&lt;/span&gt;
    &lt;span class=&quot;nv&quot;&gt;PID&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;/var/run/opensim/${SIM}.pid&quot;&lt;/span&gt;
    &lt;span class=&quot;nv&quot;&gt;OPENSIM_DIR&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;/usr/lib/opensim&quot;&lt;/span&gt;
    &lt;span class=&quot;nv&quot;&gt;CONSOLE_PORT&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;9100&quot;&lt;/span&gt;
    &lt;span class=&quot;nv&quot;&gt;CONSOLE_USER&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;console_username&quot;&lt;/span&gt;
    &lt;span class=&quot;nv&quot;&gt;CONSOLE_PASS&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;console_password&quot;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

   
See /etc/monit/monitrc on your system and change to suit your needs.
It'll probably work out of the box without modification, but at a
minimum you might want to change:&lt;br /&gt;
   
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;sh&quot;&gt;    &lt;span class=&quot;nb&quot;&gt;set &lt;/span&gt;alert you@yourdomain.com
    &lt;span class=&quot;nb&quot;&gt;set &lt;/span&gt;mail-format &lt;span class=&quot;o&quot;&gt;{&lt;/span&gt; from: monit@yourdomain.com &lt;span class=&quot;o&quot;&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

   
so email alerts will be sent with the correct from:/to: headers...
assuming you actually want to get the email notifications when Monit
restarts OpenSim.&lt;br /&gt;
&lt;br /&gt;
Finally, fire up monit.&lt;br /&gt;
   
&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;sh&quot;&gt;    /etc/init.d/monit start
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

   
Clear as mud?  Let me know if you think any part needs clarification.</description>
	<pubDate>Wed, 07 Jul 2010 12:01:00 +0000</pubDate>
	<author>hello@coyled.com (Dave Coyle)</author>
</item>
<item>
	<title>Zonja Capalini » OpenSim: SL vs. WebEx: The myth of Second Life as a platform for education [Update 2]</title>
	<guid>http://zonjacapalini.wordpress.com/?p=753</guid>
	<link>http://zonjacapalini.wordpress.com/2010/02/21/sl-vs-webex-the-myth-of-second-life-as-a-platform-for-education/</link>
	<description>&lt;h3&gt;Surprisingly, Opensim fares quite better than SL in that respect&lt;/h3&gt;
&lt;p&gt;[See the list of updates at the end of the article]&lt;/p&gt;
&lt;h2&gt;Introduction&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;A &lt;a href=&quot;http://www.google.com/buzz/imohax/gjBqGQM14kq/CEO-of-Second-Life-again-makes-point-it-isnt-about&quot;&gt;Google Buzz by Mo Hax&lt;/a&gt; alerted me of the existence of &lt;a href=&quot;http://www.pcpro.co.uk/news/355681/linden-lab-boss-sex-isnt-the-key-to-second-life&quot;&gt;an article in PC Pro&lt;/a&gt; containing yet another interview to M Linden. M explains there that SL is being used for “meetings”, as a “virtual collaboration tool”, and that it provides “incredible savings”. This is not new. If you google for “Second Life Education”, the second hit leads you to “&lt;a href=&quot;http://secondlifegrid.net/slfe/education-use-virtual-world&quot;&gt;How Education Enterprises Use Virtual Worlds&lt;/a&gt;“, a page by LL detailing how great is SL for educators. Similarly, the Second Life Blogs are full of references to SL as a tool for educators. For example, in a one year old article, &lt;a href=&quot;https://blogs.secondlife.com/community/workinginworld/blog/2009/02&quot;&gt;As Seen on CNBC: New IBM Case Study Showcases Value of Meeting Inworld&lt;/a&gt;, Amanda Linden compares Second Life to &lt;a href=&quot;http://www.webex.com/&quot;&gt;Webex&lt;/a&gt; and says that Second Life “creates a [more] immersive experience”.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Does really “immersion” provide an advantage for online meetings? Is “immersion” something that can be asked of somebody, a student or an employee, for example? What is the cost of being able to offer “immersion”, and how does it relate to the supposed benefits? Are Second Life/Opensim and other tools, like Webex, comparable? If yes, how do Second Life and Opensim fare when compared to them?&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;In this post I will try to address these questions. To do so, I will use two strategies: on the one hand, I will make a product comparison between SL, Opensim and Webex, comparing features, price, quality of technical support, etc: on the other hand, I will resort to my own experience: I have been working for companies that have used Second Life and Opensim for education and meetings for more than two years, and I’ll share some of the things I have observed.&lt;span id=&quot;more-753&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Product comparison&lt;/h2&gt;
&lt;h2&gt;1. Features&lt;/h2&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;                       | Second Life | Opensim+Skype | WebEx
&lt;hr /&gt;  Voice                | Builtin     | Builtin(Skype)| Builtin
  Slide shows          | Complicated | Complicated   | Builtin
  Whiteboards          | --          | --            | Builtin
  App/Desktop sharing  | --          | --            | Builtin
  Real-time video      | Third-party | Third-party   | Builtin
  Mixing it all        | Bad         | Better        | Builtin&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The needs for educators and for people wanting to hold online meetings are quite similar and very clear. First of all, they need some form of &lt;strong&gt;voice conferencing system&lt;/strong&gt;. In most cases, there is a need to present &lt;strong&gt;slideshows &lt;/strong&gt;(ideally, Powerpoint presentations); a form of &lt;strong&gt;shared black- or whiteboard&lt;/strong&gt; is also very useful; the possibility of &lt;strong&gt;sharing an application or the full desktop&lt;/strong&gt; comes also very handy; and having some form of &lt;strong&gt;real-time video streaming&lt;/strong&gt; is also very desirable, so that “remote” people can see the teacher or the person who’s currently speaking.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;For our feature comparison we will use three scenarios: Second Life, an Opensim grid with voice over Skype, and WebEx.&lt;/p&gt;
&lt;h3&gt;Voice&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Voice is a built-in feature of both Second Life and WebEx, and can be implemented using Skype in Opensim grids (there’s also an Opensim solution for voice, Freeswitch, but I haven’t used it and I can’t comment about it). Both Skype and WebEx have excellent dynamic noise and coupling cancellation algorithms — many participants won’t need to mute their microphone while not speaking because of these algorithms. On the other hand, Second Life voice algorithms are much more sensitive to noise and coupling, and this implies that everybody has to be very careful to mute their microphone when not speaking, and that you’ll have coupling problems in mixed reality scenarios in the RL end of the meeting.&lt;/p&gt;
&lt;h3&gt;Slideshows&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Slideshows are directly supported in WebEx — you can directly share a Powerpoint presentation, or, if you are using a different application for your presentation, you can share that application. In Second Life/Opensim, on the other hand, even such a simple task is painful and unreliable. You can capture all your slides as images, for example using a screen capture program, upload these images (which costs some additional money in Second Life, but not in most Opensim grids), and then build a slide presentation tool (or buy one) and put all the textures inside the tool. The textures get rescaled to a maximum of 1024×1024, which can be a nuisance in some cases, and when you change textures there’s a good chance that some of the clients don’t load the texture in time, so that they see a gray screen or a partially rezzed texture (there are some ways to overcome this problem, but they imply extra work and they vary between releases).&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Another possibility is to create some web pages that contain your presentation, and either write a small program that interacts with the parcel media to show these pages in a screen or manually change the displayed page. In all cases, you have to play with the texture so that it fits the screen and your presentation is not cut or has ugly extra margins, which is tedious and wastes some time.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;It should be noted here that while Second Life forces you to choose between showing a web-based presentation or a video stream, this is not the case with Opensim: you can use the &lt;a href=&quot;http://opensimulator.org/wiki/Dynamic_textures&quot;&gt;OsSetDynamicTextureURL &lt;/a&gt;function to load a presentation from the web into a prim while still showing video via the parcel media.&lt;/p&gt;
&lt;h3&gt;Whiteboards&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;WebEx has a built-in whiteboard, and you can decide with whom to share it. Of course it’s not very comfortable to use, but no softwate whiteboard is. In Second Life or Opensim there is simply no way to implement a whiteboard.&lt;/p&gt;
&lt;h3&gt;Application or desktop sharing&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;WebEx has builtin support for application and desktop sharing — if in the middle of a class or a meeting you realize you’d like to show a web page to your attendees, for example, you can open that page in a web browser and share the browser, so that everybody can see the page. Second Life or Opensim do not implement any form of application or desktop sharing. There have been some experiments done with a plugin for VNC, but it’s not still something usable by the general public. Much before the tests with Second Life, RealXtend (an Opensim derivative) allowed &lt;a href=&quot;http://www.cybertechnews.org/?p=1343&quot;&gt;VNC sharing on a prim&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Real-time video streaming&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;WebEx has built-in support for up to six simultaneous video streams. Image quality depends a lot on bandwidth and is generally webcam-like, but the synchronization with audio is perfect, and you experience no delay. Second Life or Opensim do not act as stream broadcasters, so that you have to buy a separate solution for video streaming (like Veodia) that meets the specifications of streams for Second Life (for example, if your streaming provider sends Windows Media or Flash streams you’re out of luck). Then you have to configure Second Life so that the parcel media displays the streamed video, which is not complicated in itself but requires some skills (while the WebEx solution works out of the box). Of course you can only have one video stream, not six like in WebEx.&lt;/p&gt;
&lt;h3&gt;Mixing it all&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Of course in a real class of meeting you’ll want to mix all these elements dynamically following the needs of the meeting. For example, you may want to switch from your presentation to a whiteboard or a web page, and then get back to your presentation; or you might want to enlarge the video signal of somebody who’s making a long speech and then get back to your slideshow, etc. With WebEx all of this is very simple and can be performed with some few clicks; with Second Life, some things can not be done, and others are painful and disruptive to the meeting or class. For example, you can interrupt a web-based presentation and connect a video channel instead, but this takes some programming or complicated manual intervention, during which the class is interrupted, and then you have to wait for the video to buffer — very disruptive.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Opensim and its derivatives fare slightly better that Second Life in that respect: as noted, Opensim allows to texture a prim from a URL, which SL does not, and this can allow for simultaneous web-based presentations and video streams; RealXtend implements some support for VNC desktop sharing and also allows to have several video streams in the same parcel, etc.&lt;/p&gt;
&lt;h2&gt;2. Costs&lt;/h2&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;                       | Second Life   |  WebEx
                       | Min    Avg    |  Min    Avg
&lt;hr /&gt;                       | ------ ------ | ------ ------
  Setup fee            |  1,000  1,000 |      0    300
  Avatar setup         |      0    481 |    N/A    N/A
  Streaming video/mo   |      0     84 |      0      0
  Monthly fees (1 sim) |    295    295 |     42     81
  Monthly cost (-setup)|    295    379 |     42     81
  Yearly cost  (+setup)|  &lt;strong&gt;4,540  6,029&lt;/strong&gt; |    &lt;strong&gt;504  1,272&lt;/strong&gt;&lt;/pre&gt;
&lt;p style=&quot;text-align: justify; font-size: 80%;&quot;&gt;[Legend: This is a cost comparison for 25 avatars. We have estimated an average of L$ 5000 per avatar to make them look decent. We have converted L$ to US$ assuming a 260 conversion rate. Streaming video costs are calculated assuming a yearly cost of US$ 1000. All numbers are expressed in US$ and rounded to the nearest integer.]&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;All considered, it’s clear that Second Life/Opensim cannot be compared to WebEx in terms of features and ease of use. Let’s examine now costs.&lt;/p&gt;
&lt;h3&gt;Second Life&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;To be able to have complete control of your experience, you’ll need a private island — if you rent a homestead from a land baron, you risk having your land confiscated at any time without reason or warning and lose all your work and money, and you’ll not be able to do anything about it; things like this are happening every day in Second Life. A full sim has a setup fee of US$ 1000 and a monthly fee of US$ 295. Then you’ll have to invest money in buying the tools you need or develop them yourself. If you want your executives, employees, students etc to look good, you have to spend between L$ 5000 to L$ 10000 per user, and lose time buying clothes, skins, hair, etc — this can be a lot of time if you don’t want to end up with an army of clones. Finally, if you need video, you have to shop for a suitable streaming video provider and pay for the service, which can cost you around US$ 1000 per year.&lt;/p&gt;
&lt;h3&gt;Opensim&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Opensim in itself is not a service, as Second Life and WebEx are, and this the reason why I have not included Opensim in the above comparison (it does not make sense to speak of “the cost of Opensim”, but of the cost of a determinate solution using Opensim, and there’s no sensible way to determine what’s “minimum” or “average” in this context). Opensim software is in itself is free, and, therefore, depending on your existing infrastructure, costs may start at US$ 0, and add as you need to hire services from third parties (i.e., video, a hosting provider, etc).&lt;/p&gt;
&lt;h3&gt;WebEx&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;WebEx has a small one-time setup fee (something like €200 in Spain, this should be around US$ 300 — I’m not sure this applies to the USA), and a monthly cost of US$ 42 (we pay more in Spain, € 54, which should something like US$ 81).&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;3. Support&lt;/strong&gt;&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Webex offers email-based and phone-based technical support. If a user has problems with her connection, you can send them to WebEx support and they help them. With WebEx, you have a &lt;strong&gt;single point of support&lt;/strong&gt;, and it works acceptably well.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;On the other hand, although technical support people from Second Life are very polite, helpful and nice (at least at the concierge level), getting effective support there is always a mess, and in some cases plainly impossible. Since &lt;strong&gt;Linden Lab only sells you “the platform” and you have to buy your tools elsewhere&lt;/strong&gt; (for example, a scripted screen for presentations), if that tool fails you can’t call the Lindens for help — &lt;strong&gt;you have to contact the author of the tool&lt;/strong&gt; instead. Most merchants in SL are fine people and are very helpful, but in case they are not, you don’t have a place to complain. The same is true when you want to solve a problem with video streaming: the Lindens can’t help, because they are only selling “the platform”; the video provider will say that you have a problem with your ISP, and your ISP that you have a problem with your streaming provider. To summarize, &lt;strong&gt;in a typical setup you may have 10-20 points of support&lt;/strong&gt;, and this is clearly a mess and not efective at all.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;I can’t comment on the level of support for Opensim hosting providers, since I have never tried one. Anyway, if you are using Opensim you’re supposed to have a good technical level, since Opensim is alpha software. And the Opensim community is very enthusiastic and helpful. In any case, at the moment Opensim is not for amateurs.&lt;/p&gt;
&lt;h2&gt;Immersion&lt;/h2&gt;
&lt;h2&gt;A theoretical approach&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;We saw that Second Life/Opensim do not compare to WebEx in terms or features or ease of use, and we have just seen that it doesn’t compare either in terms of costs or support. Since many people insist on the interest and even superiority of Second Life as a platform for meetings and education, and this superiority cannot be attributed to the features, ease of use, costs or support, there must exist a different factor which is exclusive to Second Life/Opensim (or where Second Life/Opensim excels) and which compensates for the inferiority of the product in other areas. But the only candidate for such a factor is &lt;strong&gt;immersion&lt;/strong&gt;.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Contrary to “features”, “cost” or “support”, which are &lt;strong&gt;objective qualities of a product&lt;/strong&gt;, “immersion” is a &lt;strong&gt;psychological quality of experience&lt;/strong&gt;, and therefore a subjective factor and ultimately something which cannot be attributed to a product, but to the way users experience it — and this will vary wildly from one user to another, as such is the prerrogative of everything subjective. Defining “immersion”, as with everything subjective, is difficult. If you ask somebody who &lt;strong&gt;has&lt;/strong&gt; experienced immersion whether they know how to define it, they will reply “yes, for sure” — but when actually confronted to the task of defining it, they will begin to hesitate — this is due to a very common fact: mistaking the certainty of having experienced something with one’s ability to define what one has experienced.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Thus, we will not attempt to define &lt;strong&gt;what immersion is&lt;/strong&gt; — this would be a task for an essay, not a blog post. What we will do is to look at &lt;strong&gt;how the term is used&lt;/strong&gt;, what are its most usual synonyms, and proceed from there — this will be enough for the purposes of this post.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;“Immersion” is usually used as “the feeling of being there”. When used in this way, the argument of those defending immersion runs as follows: products like WebEx (or even more sophisticated teleconferencing systems) don’t provide the feeling of “actually being there”, because you are permanently confronted to a screen which gives you, at most, an abstraction of what’s going on “in the other side” — immersion, however, makes you feel “present” in that other side, and therefore somehow abolishes the separation between “your place” and “the other side”. The argument starts to falter when you ask why that feeling of “presence” or “immersion” should be benefical for attending a meetings or a class. Indeed here &lt;strong&gt;the argument mistakes “being there” in the physical sense for “being there” in the intellectual sense&lt;/strong&gt;. What is needed for a successful meeting or class is &lt;strong&gt;not&lt;/strong&gt; “the feeling of being there”, which is something psychological and ultimately cannot be evaluated, but &lt;strong&gt;the actual fact of being involved in the conversation and participating in it&lt;/strong&gt;, which is something objective, can be evaluated, and &lt;strong&gt;does not depend on “feeling that you are there”&lt;/strong&gt;. In fact, the actual surroundings are of no importance when you are actually involved in a conversation — this explains why some people close their eyes when concentrating: surroundings are distracting, a nuisance — be them “there” or “here”.&lt;/p&gt;
&lt;h2&gt;Actual experiences&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;“Immersion” is therefore a state of the mind. It always involves some dose of &lt;strong&gt;roleplaying&lt;/strong&gt;: you have to &lt;strong&gt;pretend&lt;/strong&gt; that you are your avatar, you have to act &lt;strong&gt;as if&lt;/strong&gt; the other avatars actually “are” other people, you have to behave as if “you” are sitting when your avatar “sits”, “you” are actually shaking hands to other people when your avatar shakes hands with another avatar, and so on.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The fact is that &lt;strong&gt;not everybody experiences immersion&lt;/strong&gt;. See for example what Eric Krangel, reporter for Reuters in Second Life, had to say &lt;a href=&quot;http://www.businessinsider.com/2008/11/why-reuters-left-second-life-and-how-linden-lab-can-fix-it&quot;&gt;in an interview for the Silicon Valley Insider&lt;/a&gt;: &lt;em&gt;“As part of walking my ‘beat,’ I’d get invited by sources to virtual nightclubs, where I’d right-click the dancefloor to send my avatar gyrating as I sat at home at my computer. It was about as fun as watching paint dry.” &lt;/em&gt;You could argue that Mr. Krangel was somehow immersion-impaired, and that Reuters could well have chosen somebody with better feelings towards the product — but the fact is that my experiences with other people are very similar to Mr. Krangel’s experiences.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Now I hear the legions of immersionist fanatics starting to organize a lynch mob in which I would be the unwilling star. Stop it. I’m an immersive avatar, I enjoyed immersion since my first second in Second Life, I have an active and wonderful social life in Second Life, and I’m myself in love with virtual worlds. I even &lt;a href=&quot;http://blog.condensationland.com/&quot;&gt;host an Opensim-based micro-grid&lt;/a&gt;. Go check my &lt;a href=&quot;http://www.flickr.com/photos/zonja/&quot;&gt;Flickr&lt;/a&gt;, my &lt;a href=&quot;http://www.youtube.com/user/ZonjaCapalini&quot;&gt;YouTube&lt;/a&gt; or &lt;a href=&quot;http://zonjacapalini.wordpress.com/&quot;&gt;this blog&lt;/a&gt; for details. It’s not about me that I’m speaking, but about what’s happening to most people.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;For example: In the companies I worked for, I personally trained 20+ people: executives, teachers and advanced students. I showed them how the client worked, accompanied them to buy nice skins and clothes, taught them how to use the tools needed to manage a meeting or a class, etc. Of these 20+ people only three (3!) found the experience interesting enough that they devoted some of their free time to explore the world, socialize, etc. Other people ranged from a sudden and immediate &lt;strong&gt;loss of interest&lt;/strong&gt; (i.e., they never used it except when it was needed for their work) to a clear &lt;strong&gt;phobia to use the system&lt;/strong&gt;: they said that they felt “ridiculous using that game”, that they felt that their avie was “a sinister puppet”, and they could never go beyond the feeling that &lt;strong&gt;they were being forced to use a game that was distracting them from the tasks they had to perform&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Horrors of (non) immersion – a sample case&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Here’s a case I followed closely: classes were held in a mixed-reality scenario; some of the students attended the class in RL, while others came via Second Life. An image of the SL class was projected in the RL class, and a real-time video of the RL class was shown in SL. The audio system was configured in such a way that what was being said in RL was channeled to the audio stream of SL, and when somebody from SL spoke, their woice was heard in RL through the speakers.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Cool, no?&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Well, in reality it was not cool at all. Let’s see what happened:&lt;/p&gt;
&lt;h3&gt;SL side&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;In the SL side, things got pretty boring after the first minutes. The sitting animations are mostly static, and animations for teachers are dull and repetitive. After taking a peek at their fellow students and at the classroom, the interest of people participating in the class via SL faded quickly — the only visual element that could show any novelty was the video stream, which had a delay of 5+ second with respect to the voice channel and therefore gave a somehow creepy impression. Most people ceased to look at their screens or opened another application (to sort out their spam in the meanwhile, for example). This had the unwanted side effect to make them fall in the “away” state rather quickly. Since many of them had absolutely refused to spend a cent in bettering their appearance, they were not precisely nice looking. And they were away. Very depressing :-)&lt;/p&gt;
&lt;h3&gt;RL side&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;In the RL side things were not much better. Since most RL students were not aware of the existence or meaning of virtual worlds, projecting an SL image in the RL class gave them the impression they were being shown a video game. SL has glicthes and SL students weren’t very skilled at managing the product, so that they ended up sitting in the head of some fellow student, sitting on a table, suddenly unsitted and started to fly, etc, which was extremely distracting for everybody, real or virtual, and interrupted the class. Spatial voice is a disaster for classes; when a student that was sitting far away from the camera spoke, the RL teacher had to quickly move the camera so that she could be heard. Changing web-based slides was a mess and interrupted the class, and so on.&lt;/p&gt;
&lt;h3&gt;The immersive people&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;I’ve already mentioned that some few people had immersive avatars. You could quickly identify them because their avatars were much more beautiful, they took the time to change outfits for each meeting, etc. They explained that they spent most of the time looking at themselves and at their immersive fellow students (as everybody does in SL, by the way). After some minutes, they also got bored and started some other application while listening at what the teacher had to say.&lt;/p&gt;
&lt;h2&gt;So, is immersion absolutely useless?&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Please notice that I’m not saying that immersion is completely useless for education. To the contrary, I’m convinced that there are scenarios where it is a wonderful tool — for example, real-time collaboration in 3D modelling. What I am saying is that, &lt;strong&gt;in the general case&lt;/strong&gt; of meetings and classes, &lt;strong&gt;the use of virtual worlds is presently useless&lt;/strong&gt;.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Of course one could argue that this is due to the current imperfections of the technology. Better technology, goes the argument, would eliminate all the current pitfails of SL as a tool for meetings: the user interface will be more intuitive and less intrusive; animations will reflect accurately what the user is doing, and so they will stop being dull; avatars will automatically resemble their humans (if their humans so desire), and they’ll even show facial emotions (like in James Cameron’s film), etc. All of this might happen, and I for one would be very happy if it happened as soon as possible; but unfortunately &lt;strong&gt;this speaks of some possible future products and platforms, not of what we have today&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Wishful thinking, collective delusion, or a marketing strategy?&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Since it appears clearly that &lt;strong&gt;it cannot be rationally claimed that virtual world technologies are useful, in a general sense, for business meetings and classes&lt;/strong&gt;, we can ask ourselves why so many people are insisting that this is the case. It could be that the people making these claims were victims of some form of wishful thinking; it could also be the case that they were victims of a collective form of delusion; finally, it could also be that they were making these claims as some form of marketing strategy. My personal impression is that these three factors operate simultaneously.&lt;/p&gt;
&lt;h3&gt;Wishful thinking&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;It’s human to mistake one’s own desires for reality. It’s happened to me, it’s happened to you, it happens to everybody, daily. When I entered SL, I immediately experienced immersion. Since I was experiencing it, I didn’t understand how it could be that other people weren’t experiencing it. I attributed this fact to several factors: they were not so good with computers as I am, the technology was too new and they needed some time to adapt, they were future-shocked, etc. It took me several months to realize the truth: &lt;strong&gt;they weren’t experiencing immersion because they were not interested in experiencing it; they simply didn’t want to “be” an avatar&lt;/strong&gt;. I call my self-delusion “wishful thinking” because at the time I really desired that everybody had an avatar. One could do so many nice things if everybody had one and experienced immersion as I did! But, as time has teached me, my wishes and how things are in reality are completely different things.&lt;/p&gt;
&lt;h3&gt;Collective delusion&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Sometimes I think about Linden Lab. I don’t know the company from inside, but I can imagine it — a big company, formed by enthusiasts of virtual worlds. At least this was surely so at the beginning. Now the have hired new people, but it’s a dogma that they all must pretend to be very immersive and enjoy their virtual lifes very much — else LL would risk enraging the residents because they’ve put somebody who’s not “one of us”, who “understands nothing”, to manage a certain part of the company.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Isn’t that a perfect field for collective delusion? People from Linden Lab always explain how much &lt;strong&gt;they&lt;/strong&gt; meet in Second Life, how &lt;strong&gt;they&lt;/strong&gt; save considerably by doing so, and so on. If you think of it, it’s no surprise — it’s as if you asked people who attended a party in SL whether they believed they had attended a party: of course all of them would reply they had.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;What I’m arguing here is that Linden Lab is not a good example of the composition of your average company or your average school. What &lt;strong&gt;they&lt;/strong&gt; say they are experiencing &lt;strong&gt;must be true for them, but it cannot be generalized&lt;/strong&gt; to other collectives. So that they must be suffering of some form of collective delusion, believing that what is good for them can be immediately extrapolated to other businesses.&lt;/p&gt;
&lt;h3&gt;Marketing strategy&lt;/h3&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;We could also be a little more cynical and think that &lt;strong&gt;some&lt;/strong&gt; Lindens are not under any form of delusion, but that they are speaking about the superiority of Second Life as a tool for companies and educational institutions as a form or marketing strategy. Saying so would give them part of the market, and in the meanwhile they could invest to better the platform, so that in a short time it would not be such an inferior beast, but more comparable to WebEx and the rest of the competition. They could also be hoping that virtual worlds would “go mainstream” (M Linden actually says so in many places, including the interview cited at the beginning of this post), etc.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The problem with such an strategy is that it is very risky. What’s happened to the companies I’ve been working for is happening now to a big number of other companies, and will happen in the near future to still more companies. And Linden Lab will have &lt;strong&gt;burnt&lt;/strong&gt; these customers. As &lt;a href=&quot;http://www.adamfrisby.com/blog/2009/12/10-predictions-for-vws-and-opensim-in-2010/&quot;&gt;Adam Frisby says about a related topic&lt;/a&gt; (tele-workers), this risks provoking “yet-another-media ‘Are virtual worlds over-hyped?’ rush.”&lt;/p&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Virtual world platforms like Second Life and Opensim are today not developed enough to be of use, &lt;strong&gt;in the general case&lt;/strong&gt;, for companies wanting to hold meetings and for educational institutions. This does not mean that it’s false that, as the homepage for Opensim says, “many people are doing exciting things with it”. Promoting the use of Second Life or Opensim as a tool for enterprises and educators, without adding big warnings or disclaimers, is the best way to actually &lt;strong&gt;delay adoption of the technology for several years&lt;/strong&gt;: early adopters will get burned and start a backslash against the technology.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;I will end this post citing part of &lt;a href=&quot;http://foo.secondlifeherald.com/slh/2009/05/-zonja-capalini-3-opensim-in-linden-lab-smackdown.html&quot;&gt;a comment by At0m0 Beerbaum&lt;/a&gt; in an article by the Second Life Alphaville Herald about &lt;a href=&quot;http://zonjacapalini.wordpress.com/2009/04/30/the-openspace-fiasco-six-months-later/&quot;&gt;my Openspace Fiasco article&lt;/a&gt;. It’s a comment that made me think a lot, and, seen in perspective, I have to say that I tend to agree with everything he says.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;em&gt;However, I said this months ago, SL is not a platform to do business on, it’s more of the spider enticing the fly into its web. Linden Labs has no interest in actually providing enterprise support, they just want to push out a half-assed system, claim it has business potential because it can play embedded video and has voice, and profit from it with lots of feel good sales speak.&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;em&gt;Hell, they havent even properly implemented shadows in their mainstream client, nor did they go anywhere with windlight.&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;em&gt;You can easily go with a cisco conferencing solution or any other video conferencing solution, and pay much less overall than what Linden Labs wants to charge for zero support, and small pieces of server space.&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;em&gt;SL is an entertainment platform, aka, a game. If you want to conduct real business, go with a company that has experience in this field. Otherwise if you just want a time waster and some eye candy, or a marketing hook, then look into getting a sim.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;strong&gt;Update 1&lt;/strong&gt;: There was an error in the calculation of costs for Opensim which has now been corrected. Given the variety of uses and configurations for Opensim, it’s very difficult to estimate meaningful “minimum” and “average” values for the cost calculation. I’ve opted to set the minimum value to zero, assuming an intranet use where all services (voice, streaming video, etc) are provided by the intranet, and set the “average” value to the cost of a well-known provider + the cost for streaming video.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;strong&gt;Update 2&lt;/strong&gt;: I received some comments that made me realize that including Opensim in the cost table was not a good idea after all. Opensim is not a service (as Second Life and WebEx are), and therefore it doesn’t make sense to speak of “minimum” or “average” costs “for Opensim”. It would make sense if we chosed a determinate Opensim hosting provider, but again in this case there’s no clear “average”: OSGrid is free (if you can host your own sims), for example.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/zonjacapalini.wordpress.com/753/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/zonjacapalini.wordpress.com/753/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=zonjacapalini.wordpress.com&amp;amp;blog=4356976&amp;amp;post=753&amp;amp;subd=zonjacapalini&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Sun, 21 Feb 2010 19:10:24 +0000</pubDate>
</item>
<item>
	<title>Zonja Capalini » OpenSim: Potential RL-identity exploit with Avatars United [UPDATED]</title>
	<guid>http://zonjacapalini.wordpress.com/?p=747</guid>
	<link>http://zonjacapalini.wordpress.com/2010/02/16/potential-rl-identity-exploit-with-avatars-united/</link>
	<description>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;strong&gt;[UPDATE&lt;/strong&gt;: &lt;a href=&quot;http://www.blogger.com/profile/12021485293147524810&quot;&gt;MSo Lambert&lt;/a&gt; has posted a clarification in &lt;a href=&quot;http://snickitty.blogspot.com/2010/02/spam-via-avatars-united-security-black.html&quot;&gt;Snickers&lt;/a&gt;' and &lt;a href=&quot;http://stindberg.blogspot.com/2010/02/potential-rl-identity-exploit-with.html&quot;&gt;Peter&lt;/a&gt;'s posts that indicate there is no risk of emails being exposed.]&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;I’m reproducing below in its entirety a post by Peter Stindberg. I’ve seen many people from Opensim grids, specially from OSGrid, in Avatars United. Peter’s post identified a potential security breach in Avatars United by which a malicious application could harvest avatar-email associations. Apart from the exposure to spam, this can lead to disclosure of RL details for those who are using RL email addresses in association with their avatars.&lt;/p&gt;
&lt;p&gt;[Start of &lt;a href=&quot;http://stindberg.blogspot.com/2010/02/potential-rl-identity-exploit-with.html&quot;&gt;Peter's post&lt;/a&gt;]&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;For those of you using their RL-email for their SL-avatar, using the default settings of Avatars United might pose a risk of unintentional exposing the address!&lt;/p&gt;
&lt;p&gt;Snickers Snook posted an insightful article about “&lt;a href=&quot;http://snickitty.blogspot.com/2010/02/spam-via-avatars-united-security-black.html&quot;&gt;Spam via Avatars United&lt;/a&gt;“, where she explained that since joining AU she receives significantly more spam on her supposedly undisclosed email address. She dug a bit into the settings and found that the default is that even non-installed AU-widgets can access certain data and send emails.&lt;/p&gt;
&lt;p&gt;While Snickers primarily saw the spam problem, my friend Zonja Capalini pointed out that while being spammed is a nuisance, the bigger threat lies in the unsolicited disclosure of a potential RL email address and thus disclosure of the RL identity.&lt;/p&gt;
&lt;p&gt;So if this concerns you, do two things:&lt;/p&gt;
&lt;ol&gt;
&lt;li style=&quot;text-align: justify;&quot;&gt;Read Snickers article and adjust your Avatars United settings&lt;/li&gt;
&lt;li style=&quot;text-align: justify;&quot;&gt;Go and finally get a GMail/Yahoo/Hotmail/whatever address for your avatar&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;[End of &lt;a href=&quot;http://stindberg.blogspot.com/2010/02/potential-rl-identity-exploit-with.html&quot;&gt;Peter's post&lt;/a&gt;]&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/zonjacapalini.wordpress.com/747/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/zonjacapalini.wordpress.com/747/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=zonjacapalini.wordpress.com&amp;amp;blog=4356976&amp;amp;post=747&amp;amp;subd=zonjacapalini&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 16 Feb 2010 11:20:35 +0000</pubDate>
</item>
<item>
	<title>Zonja Capalini » OpenSim: Splitting Megaregions</title>
	<guid>http://zonjacapalini.wordpress.com/?p=726</guid>
	<link>http://zonjacapalini.wordpress.com/2010/02/13/splitting-megaregions/</link>
	<description>&lt;p style=&quot;text-align: justify;&quot;&gt;One of the most interesting developments in &lt;a href=&quot;http://opensimulator.org/wiki/Main_Page&quot;&gt;Opensim &lt;/a&gt;lately have been &lt;a href=&quot;http://www.adamfrisby.com/blog/2009/09/opensim-megaregions/&quot;&gt;megaregions&lt;/a&gt;. Megaregions are non-standard “big” regions created by combining several standard, 256×256 meters regions. For example, you can combine four standard regions in a square to get a megaregion of 512×512 m. Megaregions are very convenient because of several reasons: for example the usual lag in region crossings disappears completely (since you are in the “same” region), and the same is true of vehicles. On the other hand, megaregion support is still experimental, and a number of things that work in normal regions don’t work or work only partially in megaregions. For example, you cannot define parcels outside of the SW region (this is due to &lt;a href=&quot;http://zonjacapalini.wordpress.com/2009/12/18/reverse-engineering-oars-understanding-parcel-maps/&quot;&gt;the way parcel maps work&lt;/a&gt;), and therefore you can’t have independent music streams (for example) when x &amp;gt; 256 or y &amp;gt; 256.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://github.com/diva/diva-distribution/downloads&quot;&gt;Diva Canto’s distribution of Opensim&lt;/a&gt; directly supports megaregions. You can also &lt;a href=&quot;http://www.metaverseink.com/blog/?p=28&quot;&gt;migrate an existing non-megaregion installation to a megaregion configuration&lt;/a&gt;, if you &lt;a href=&quot;http://opensimulator.org/wiki/Setting_Up_Mega-Regions&quot;&gt;follow certain precautions&lt;/a&gt;. Migrating from a megaregion configuration to a non-megaregion configuration is also possible — you change the setting that implements megaregions, “CombineContiguousRegions” to false, and it works as expected.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://opensimulator.org/wiki/OpenSim_Archives&quot;&gt;OAR&lt;/a&gt; support for megaregions is partial: since technically all the objects in the megaregion are stored in the SW region, when you take an OAR of the SW region you get all the objects of the megaregion but only the terrain for that same region — this means that you cannot fully rebuild a megaregion from an OAR, which is a pity (you will be missing the terrain files for all regions except the SW one).&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4353626988/&quot; title=&quot;Splitting megaregions&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4051/4353626988_919f7d9718.jpg&quot; alt=&quot;Splitting megaregions&quot; height=&quot;499&quot; class=&quot;aligncenter&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;In this post I’ll describe some experiments I made with an OAR manipulation tool I developped following a suggestion of &lt;a href=&quot;http://lbsa71.net/&quot;&gt;Stefan Andersson&lt;/a&gt;. The tool takes as its input a megaregion OAR and splits it into several non-megaregion OARs, creating one OAR for each region that constitutes the megaregion &lt;strong&gt;and&lt;/strong&gt; has objects in it. This is so because megaregions may have holes, and when a possible region does not have objects there’s simply no information in the megaregion OAR about whether a it’s a region with no objects (for example, a sea-only region) or a hole in the megaregion.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span id=&quot;more-726&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;The tool&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The tool works in a very simple way: the OAR contents is first optionally extracted, and then it iterates over each object in the megaregion, extracting the x and y coordinates from the XML2 file and calculating the position of the corresponding region in the grid (relative to the SW region). Then a copy of the object with new non-megaregion coordinates is written to a temporary directory called ‘objects.i.j’, where ‘i’ and ‘j’ are the grid coordinates offset + 1 (for example, the SW region will have i = j = 1, the region to its east i = 2, j = 1, the region to its north i = 1, j = 2, etc). Finally, each of these directories is temporarily renamed to ‘objects’ (the standard directory name for objects in a OAR), and the ‘tar’ command is invoked to produce a file called fname.i.j, where fname is the name of the original OAR file, or ‘region’ if this name is unknown.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;For example, using the tool against a 2×2 megaregion OAR called ‘test.oar’ will produce 4 OARs: test.1.1.oar (the SW region), test.2.1.oar (the SE region), test.1.2.oar (the NW region) and test.2.2.oar (the NE region). The current version of the tool has two problems: the first one is that it does not attempt to perform asset splitting, that is, the original megaregion OAR contains the assets (i.e., textures, scripts, object contents, etc) for all the objects in the megaregion, and the splitted OAR files will contain a copy of all the assets in the megaregion (instead of only the assets corresponding to the objects in the splitted region); this can be manually corrected by “normalizing” the OAR file: load it into an empty region and save a new OAR.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The second problem cannot be corrected, and is due to the (already mentioned) fact that megaregions do not contain terrain data for regions different from the SW region. Due to this fact, all the OAR files produced will contain the same terrain file, that is, the terrain file corresponding to the SW region (would it be better if I simply didn’t include any terrain?). This is not so much of a problem as it appears, &lt;strong&gt;if&lt;/strong&gt; we can have access by other means to the missing terrain files: we can manually load the terrain in the target region and later load the oar with the ‘–merge’ option, or we can first load the oar and then the terrain.&lt;/p&gt;
&lt;h2&gt;How should megaregion terrains be stored in OAR files?&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;It is very probable that a future version of the &lt;a href=&quot;http://opensimulator.org/wiki/OAR_Format_0.2&quot;&gt;OAR file format&lt;/a&gt; will include terrain information for all the regions in a megaregion. There are two ways to store such information: one is to store a big r32 file with the terrain data for the whole megaregion, and another one is to store the individual terrain files for each region. Both approaches have advantages and disadvantages: storing the terrain for the whole megaregion is ideal if we want to do some kind of online editing of the terrain (this can also be done if we have the single-region terrain files, but we have to aggregate the terrains first, which is cumbersome); on the other hand, storing the individual terrain files is ideal for megaregion splitting tools like the one presented in this article. The ideal solution would be to include &lt;strong&gt;both&lt;/strong&gt; the megaregion terrain and the individual region terrains, and define semantics for the OAR load process: for example, “use the megaregion terrain if it is present, else use the individual region terrains”.&lt;/p&gt;
&lt;h2&gt;Implementation and technical details&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;To save coding time, I’ve implemented the tool as a new command called “SPLIT” in version 0.2 of my &lt;a href=&quot;http://zonjacapalini.wordpress.com/2009/12/16/zoe-version-0-1-released/&quot;&gt;ZOE OAR editor&lt;/a&gt;. You open a megaregion OAR file with ZOE, type “SPLIT”, and that’s it — in some seconds you have the new OAR files. I’ve also updated ZOE so that it now depends on &lt;a href=&quot;http://www.cygwin.com/&quot;&gt;Cygwin&lt;/a&gt; being installed (instead of using 7z like in version 0.1) — this means that ZOE should run unchanged under Linux (but I can’t test that since I don’t have access to a Linux machine). This also means that ZOE should be called using “rexx zoe oarname” instead of “zoe oarname” (Cygwin bash does not understand the latter). To summarize, here’s what you’ll need:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.oorexx.org/download.html&quot;&gt;Open Object Rexx&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;(Only for Windows:) &lt;a href=&quot;http://www.cygwin.com/&quot;&gt;Cygwin&lt;/a&gt; (tested with Cygwin 1.7.1-1).&lt;/li&gt;
&lt;li&gt;ZOE version 0.2, which you can download &lt;a href=&quot;http://www.condensationland.com/downloads/zoe.0.2/zoe.rex&quot;&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Other minor changes in ZOE 0.2 are that the “zoe ??” and “zoe (c)” special calls have been eliminated (please refer to the documentation for &lt;a href=&quot;http://zonjacapalini.wordpress.com/2009/12/16/zoe-version-0-1-released/&quot;&gt;ZOE 0.1&lt;/a&gt; for details).&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;
&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/zonjacapalini.wordpress.com/726/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/zonjacapalini.wordpress.com/726/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=zonjacapalini.wordpress.com&amp;amp;blog=4356976&amp;amp;post=726&amp;amp;subd=zonjacapalini&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;</description>
	<pubDate>Sat, 13 Feb 2010 12:49:39 +0000</pubDate>
</item>
<item>
	<title>Darb Dabney's 3d GIS - OpenSim » OpenSim: OpenSim: and now, a word from the Founder [Second Life]</title>
	<guid>http://blog.simgis.com/?p=452</guid>
	<link>http://blog.3dg.is/2010/02/09/second-life-and-now-a-word-from-the-founder/</link>
	<description>Many thanks to Singularity U, director Matt Rutherford, and to Randall Hand who brought it to my attention After chatting at SLCC 2009 this past summer, I appreciate the immediacy of this lecture. OpenSim is discussed around minute 37 (video is available at 720p HD, and is just over 51 minutes long.) Discussion of augmented [...]</description>
	<pubDate>Tue, 09 Feb 2010 09:01:53 +0000</pubDate>
</item>
<item>
	<title>Darb Dabney's 3d GIS - OpenSim » OpenSim: A visit to ScienceSim Geography regions – OpenSim with turbo boost</title>
	<guid>http://blog.simgis.com/?p=441</guid>
	<link>http://blog.3dg.is/2010/02/04/a-visit-to-sciencesim-geography-regions-opensim-with-turbo-boost/</link>
	<description>I don’t have much to say about these regions that hasn’t been written already, and my views have been less aesthetic than Shenlei’s. But in the interest of boosting the bandwidth by which I can share OpenSim, I’ve invested in a much newer Adobe Premiere Elements than I’d been using for the past five or [...]</description>
	<pubDate>Thu, 04 Feb 2010 08:30:57 +0000</pubDate>
</item>
<item>
	<title>Zonja Capalini » OpenSim: Partial documentation for SceneObjectGroup serialization in XML2 format</title>
	<guid>http://zonjacapalini.wordpress.com/?p=583</guid>
	<link>http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/</link>
	<description>&lt;p style=&quot;text-align: justify; background-color: #ccccff; border-style: solid; border-width: 1px;&quot;&gt;&lt;strong&gt;Warning: This is a work-in progress&lt;/strong&gt;. I’m publishing this article now to see whether it generates interest and which kind of feedback I get. The material published here is incomplete, and contains for sure errors, ommisions and inaccuracies. I plan on extensively modifying it during the following days. Please take that into account when reading it.&lt;/p&gt;
&lt;h2&gt;The XML2 format&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The XML2 format is used in &lt;a href=&quot;http://opensimulator.org/&quot;&gt;Opensim&lt;/a&gt; to serialize &lt;strong&gt;objects&lt;/strong&gt; or &lt;a href=&quot;http://wiki.secondlife.com/wiki/Link&quot;&gt;&lt;strong&gt;linksets&lt;/strong&gt;&lt;/a&gt; (called “SceneObjectGroups” in the Opensim parlance). XML2 dumps of objects can be obtained using the ‘save xml2′ or ‘save prims xml2′ &lt;a href=&quot;http://opensimulator.org/wiki/Console_Commands&quot;&gt;console commands&lt;/a&gt;, and are used internally to serialize objects in &lt;a href=&quot;http://opensimulator.org/wiki/OpenSim_Archives&quot;&gt;Opensim Archive (OAR) &lt;/a&gt;and &lt;a href=&quot;http://opensimulator.org/wiki/Inventory_Archives&quot;&gt;Inventory Archive (IAR)&lt;/a&gt; files. For example, OARs are gzipped tar files containing a directory called ‘objects’ with one XML2 file for each linkset in the region.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;XML2 files are standard &lt;a href=&quot;http://www.w3.org/XML/&quot;&gt;XML &lt;/a&gt;files using an ASCII encoding and no whitespace. This means that there’s no extra indenting or formatting between tags to make the file more pleasant to the eye. You can use any XML editor (including Internet Explorer) to display an XML2 file with some additional prettyprinting and formatting.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;XML2 is practically undocumented, but the fact that it’s undocumented is itself (informally) documented :-), in comments scattered through the &lt;a href=&quot;http://opensimulator.org/wiki/Main_Page&quot;&gt;Opensim wiki&lt;/a&gt; and in the Opensim-dev and Opensim-users lists. Essentially, what this means is that the format is subject to change, but not &lt;em&gt;much &lt;/em&gt;change: attributes (i.e., new tags) may be added to the format without breaking it — the developers program the classes taking this possibility into account and storing default values when an attribute is expected but not present (for example, if you’re loading an old OAR file which does not have the ‘AllowedDrop’ attribute into a newer installation which does have this attribute).&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;In this article I document partially the structure of XML2 files using a variant of the &lt;a href=&quot;http://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form&quot;&gt;BNF&lt;/a&gt; notation. I include the productions for most of the format, interspersing comments wherever I have some idea of the meaning of the tag contents. I’ve obtained this information by manually looking at the XML2 files when developing the simple OAR editor I called &lt;a href=&quot;http://zonjacapalini.wordpress.com/2009/12/16/zoe-version-0-1-released/&quot;&gt;ZOE&lt;/a&gt; and in &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/01/using-sql-to-manipulate-oars/&quot;&gt;recent modifications to that editor&lt;/a&gt;. I’ve also taken a look at &lt;a href=&quot;http://opensimulator.org/wiki/Download#Source_code&quot;&gt;the source code for Opensim&lt;/a&gt; and at the code for &lt;a href=&quot;http://www.openmetaverse.org/projects/libopenmetaverse&quot;&gt;libopenmetaverse&lt;/a&gt;. There may be errors and there are for sure omissions; any kind of comment, addition, correction or clarification would be greatly appreciated.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The whole SceneObjectGroup/SceneObjectPart model is about to be heavily refactored to be able to include very cool things like hyerarchical objects or meshes, and this will most probably require a new format (XML3?) to serialize Opensim objects. I am writing this article as a way to teach myself, and I’m making it public in case somebody else can find its contents useful. Please keep in mind at all times that this is not official documentation :-) — that’s one of the reasons why this appears as a blog article instead as a page in the Opensim wiki, the other being that I’d prefer to get some feedback before writing such a complicated wiki page, in case it’s considered useful to have it.&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-583&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;SceneObjectGroups&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;An Opensim “object” or “linkset” is a linked collection of “parts” (prims or prim-like objects, like Linden trees), called a “SceneObjectGroup”. This collection cannot be empty, i.e., it contains always at least one part, but it might contain several, in which case there is a distinguished part called the “root” part. The XML2 representation of a SceneObjectGroup, thus, contains the root part, the (possibly empty) collection of the other parts, and (optionally) the saved states of the scripts running in the linkset, so that a “load oar” is as equivalent as possible to a region restart.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;SceneObjectGroup&lt;/strong&gt; ::= '&amp;lt;SceneObjectGroup&amp;gt;'
                            &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#RootPart&quot;&gt;RootPart&lt;/a&gt;&lt;/strong&gt;
                            &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#OtherParts&quot;&gt;OtherParts&lt;/a&gt;&lt;/strong&gt;
                           [&lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#GroupScriptStates&quot;&gt;GroupScriptStates&lt;/a&gt;&lt;/strong&gt;]
                       '&amp;lt;/SceneObjectGroup&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Parts are technically called “SceneObjectPart”s.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;&lt;strong&gt;  &lt;a name=&quot;RootPart&quot;&gt;&lt;/a&gt;RootPart&lt;/strong&gt; ::= &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectPart&quot;&gt;SceneObjectPart&lt;/a&gt;&lt;/strong&gt;&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;When there is only a part, an empty “OtherParts” tag is used; otherwise, the sequence of the other parts are is enclosed between matching “OtherParts” tags.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;&lt;strong&gt;  &lt;a name=&quot;OtherParts&quot;&gt;&lt;/a&gt;OtherParts&lt;/strong&gt; ::= '&amp;lt;OtherParts /&amp;gt;'
               | '&amp;lt;OtherParts&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectPart&quot;&gt;SceneObjectPart&lt;/a&gt;&lt;/strong&gt;+ '&amp;lt;/OtherParts&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The GroupScriptStates section may be absent; when present, a sequence of SavedScriptStates is enclosed between matching “GroupScripStates” tags:&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;GroupScriptStates&quot;&gt;&lt;/a&gt;GroupScriptStates&lt;/strong&gt; ::= '&amp;lt;GroupScriptStates&amp;gt;'
                            &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SavedScriptState&quot;&gt;SavedScriptState&lt;/a&gt;&lt;/strong&gt;+
                        '&amp;lt;/GroupScriptStates&amp;gt;'&lt;/pre&gt;
&lt;p&gt;SavedScriptStates are, for the moment, undocumented, and will probably remain so until some changes are made in the Opensim script engine:&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;&lt;strong&gt;  &lt;a name=&quot;SavedScriptState&quot;&gt;&lt;/a&gt;SavedScriptState&lt;/strong&gt; ::= &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#TBD&quot;&gt;TBD&lt;/a&gt;&lt;/strong&gt;&lt;/pre&gt;
&lt;h2&gt;Basic types and non-terminals&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;We will now need a set of basic non-terminals so that we don’t have to include BNF for things that don’t interest us at this stage, like real numbers, integers or text strings:&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;bool&quot;&gt;&lt;/a&gt;bool      &lt;/strong&gt; ::= 'true' | 'false';
  &lt;strong&gt;&lt;a name=&quot;byte&quot;&gt;&lt;/a&gt;byte&lt;/strong&gt;       ::= (* a natural number &amp;gt;= 0 and &amp;lt;= 255 *);
  &lt;strong&gt;&lt;a name=&quot;sbyte&quot;&gt;&lt;/a&gt;sbyte&lt;/strong&gt;      ::= (* a whole number &amp;gt;= -128 and &amp;lt;= 127 *);
  &lt;strong&gt;&lt;a name=&quot;ushort&quot;&gt;&lt;/a&gt;ushort&lt;/strong&gt;     ::= (* a natural number &amp;gt;= 0 and &amp;lt;= 65,535 *);
  &lt;strong&gt;&lt;a name=&quot;int&quot;&gt;&lt;/a&gt;int&lt;/strong&gt;        ::= (* a whole number &amp;gt;= –2,147,483,648 and &amp;lt;= 2,147,483,647 *);
  &lt;strong&gt;&lt;a name=&quot;uint&quot;&gt;&lt;/a&gt;uint&lt;/strong&gt;       ::= (* a natural number &amp;gt;= 0 and &amp;lt;= 4,294,967,295 *);
  &lt;strong&gt;&lt;a name=&quot;ulong&quot;&gt;&lt;/a&gt;ulong     &lt;/strong&gt; ::= (* a natural number &amp;gt;= 0 and &amp;lt;= 18,446,744,073,709,551,615 *);
  &lt;strong&gt;&lt;a name=&quot;uuid&quot;&gt;&lt;/a&gt;uuid&lt;/strong&gt;       ::= (* see http://en.wikipedia.org/wiki/Universally_Unique_Identifier *);
  &lt;strong&gt;&lt;a name=&quot;float&quot;&gt;&lt;/a&gt;float     &lt;/strong&gt; ::= (* a real number, 7 digits of precision,
                 between 1.5 x 10&lt;sup&gt;–45&lt;/sup&gt; and 3.4 x 10&lt;sup&gt;38&lt;/sup&gt; *);
  &lt;strong&gt;&lt;a name=&quot;string&quot;&gt;&lt;/a&gt;string    &lt;/strong&gt; ::= (* a descriptive string *);
  &lt;strong&gt;&lt;a name=&quot;TBD&quot;&gt;&lt;/a&gt;TBD&lt;/strong&gt;        ::= (* To Be Documented *);
  &lt;strong&gt;&lt;a name=&quot;Vector3&quot;&gt;&lt;/a&gt;Vector3&lt;/strong&gt;    ::= '&amp;lt;X&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/X&amp;gt;'
                 '&amp;lt;Y&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Y&amp;gt;'
                 '&amp;lt;Z&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Z&amp;gt;';
  &lt;strong&gt;&lt;a name=&quot;Quaternion&quot;&gt;&lt;/a&gt;Quaternion&lt;/strong&gt; ::= '&amp;lt;X&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/X&amp;gt;'
                 '&amp;lt;Y&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Y&amp;gt;'
                 '&amp;lt;Z&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Z&amp;gt;'
                 '&amp;lt;W&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/W&amp;gt;';&lt;/pre&gt;
&lt;h2&gt;SceneObjectParts&lt;/h2&gt;
&lt;p&gt;Please refer to SceneObjectPart.cs in the Opensim source for details.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;SceneObjectPart&quot;&gt;&lt;/a&gt;SceneObjectPart&lt;/strong&gt; ::= &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SOPStart&quot;&gt;SOPStart&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SOPContents&quot;&gt;SOPContents&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SOPEnd&quot;&gt;SOPEnd&lt;/a&gt;&lt;/strong&gt;
  &lt;strong&gt;&lt;a name=&quot;SOPStart&quot;&gt;&lt;/a&gt;SOPStart&lt;/strong&gt; ::= '&amp;lt;SceneObjectPart'
               ' xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance'
               ' xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;&amp;gt;'
  &lt;strong&gt;&lt;a name=&quot;SOPEnd&quot;&gt;&lt;/a&gt;SOPEnd&lt;/strong&gt; ::= '&amp;lt;/SceneObjectPart&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The extra attributes in the “&amp;lt;SceneObjectPart&amp;gt;” start tag are due to the fact that SceneObjectParts are serialized automatically by the .NET/Mono runtime (while &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectGroup&quot;&gt;SceneObjectGroup&lt;/a&gt;s are serialized manually).&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;SOPContents&quot;&gt;&lt;/a&gt;SOPContents&lt;/strong&gt; ::= [&lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#AllowedDrop&quot;&gt;AllowedDrop&lt;/a&gt;&lt;/strong&gt;] &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#CreatorID&quot;&gt;CreatorID&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#FolderID&quot;&gt;FolderID&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#InventorySerial&quot;&gt;InventorySerial&lt;/a&gt;&lt;/strong&gt;
                  &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#TaskInventory&quot;&gt;TaskInventory&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ObjectFlags&quot;&gt;ObjectFlags&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#UUID&quot;&gt;UUID&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#LocalId&quot;&gt;LocalId&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Name&quot;&gt;Name&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Material&quot;&gt;Material&lt;/a&gt;&lt;/strong&gt;
                  &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PassTouches&quot;&gt;PassTouches&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#RegionHandle&quot;&gt;RegionHandle&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ScriptAccessPin&quot;&gt;ScriptAccessPin&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#GroupPosition&quot;&gt;GroupPosition&lt;/a&gt;&lt;/strong&gt;
                  &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#OffsetPosition&quot;&gt;OffsetPosition&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#RotationOffset&quot;&gt;RotationOffset&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Velocity&quot;&gt;Velocity&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#AngularVelocity&quot;&gt;AngularVelocity&lt;/a&gt;&lt;/strong&gt;
                  &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Acceleration&quot;&gt;Acceleration&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Description&quot;&gt;Description&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Color&quot;&gt;Color&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Text&quot;&gt;Text&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SitName&quot;&gt;SitName&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#TouchName&quot;&gt;TouchName&lt;/a&gt;&lt;/strong&gt;
                  &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#LinkNum&quot;&gt;LinkNum&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ClickAction&quot;&gt;ClickAction&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Shape&quot;&gt;Shape&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Scale&quot;&gt;Scale&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#UpdateFlag&quot;&gt;UpdateFlag&lt;/a&gt;&lt;/strong&gt;
                  &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SitTargetOrientation&quot;&gt;SitTargetOrientation&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SitTargetPosition&quot;&gt;SitTargetPosition&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SitTargetPositionLL&quot;&gt;SitTargetPositionLL&lt;/a&gt;&lt;/strong&gt;
                  &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SitTargetOrientationLL&quot;&gt;SitTargetOrientationLL&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ParentID&quot;&gt;ParentID&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#CreationDate&quot;&gt;CreationDate&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Category&quot;&gt;Category&lt;/a&gt;&lt;/strong&gt;
                  &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SalePrice&quot;&gt;SalePrice&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ObjectSaleType&quot;&gt;ObjectSaleType&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#OwnershipCost&quot;&gt;OwnershipCost&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#GroupID&quot;&gt;GroupID&lt;/a&gt;&lt;/strong&gt;
                  &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#OwnerID&quot;&gt;OwnerID&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#LastOwnerID&quot;&gt;LastOwnerID&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#BaseMask&quot;&gt;BaseMask&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#OwnerMask&quot;&gt;OwnerMask&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#GroupMask&quot;&gt;GroupMask&lt;/a&gt;&lt;/strong&gt;
                  &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#EveryoneMask&quot;&gt;EveryoneMask&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#NextOwnerMask&quot;&gt;NextOwnerMask&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Flags&quot;&gt;Flags&lt;/a&gt;&lt;/strong&gt; &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#CollisionSound&quot;&gt;CollisionSound&lt;/a&gt;&lt;/strong&gt;
                  &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#CollisionSoundVolume&quot;&gt;CollisionSoundVolume&lt;/a&gt;&lt;/strong&gt;&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Remember that the list of attributes of a &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectPart&quot;&gt;SceneObjectPart&lt;/a&gt; can change between different releases of Opensim. For example, older version 0.2 OARs don’t include an &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#AllowedDrop&quot;&gt;AllowedDrop&lt;/a&gt; attribute (that’s why I have marked it as optional), and newer &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectPart&quot;&gt;SceneObjectPart&lt;/a&gt;s may include new attributes not specified here.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Most attributes are represented by the basic types defined above, exceptuating &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#TaskInventory&quot;&gt;TaskInventory&lt;/a&gt;, which is a list of &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#TaskInventoryItem&quot;&gt;TaskInventoryItem&lt;/a&gt;s representing the contents of a prim (i.e., what’s on its “Contents” tab) and &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Shape&quot;&gt;Shape&lt;/a&gt;, which is itself a structured attribute with many subattributes (please refer to PrimitiveBaseShape.cs in the Opensim source for details:&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;Shape&quot;&gt;&lt;/a&gt;Shape&lt;/strong&gt; ::= '&amp;lt;Shape&amp;gt;'
      &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ProfileCurve&quot;&gt;ProfileCurve&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#TextureEntry&quot;&gt;TextureEntry&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ExtraParams&quot;&gt;ExtraParams&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PathBegin&quot;&gt;PathBegin&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PathCurve&quot;&gt;PathCurve&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
      &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PathEnd&quot;&gt;PathEnd&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PathRadiusOffset&quot;&gt;PathRadiusOffset&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PathRevolutions&quot;&gt;PathRevolutions&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PathScaleX&quot;&gt;PathScaleX&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PathScaleY&quot;&gt;PathScaleY&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
      &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PathShearX&quot;&gt;PathShearX&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PathShearY&quot;&gt;PathShearY&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PathSkew&quot;&gt;PathSkew&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PathTaperX&quot;&gt;PathTaperX&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PathTaperY&quot;&gt;PathTaperY&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PathTwist&quot;&gt;PathTwist&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
      &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PathTwistBegin&quot;&gt;PathTwistBegin&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#PCode&quot;&gt;PCode&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ProfileBegin&quot;&gt;ProfileBegin&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ProfileEnd&quot;&gt;ProfileEnd&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ProfileHollow&quot;&gt;ProfileHollow&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
      &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Scale&quot;&gt;Scale&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#State&quot;&gt;State&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ProfileShape&quot;&gt;ProfileShape&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#HollowShape&quot;&gt;HollowShape&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SculptTexture&quot;&gt;SculptTexture&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SculptType&quot;&gt;SculptType&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
      &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SculptData&quot;&gt;SculptData&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#FlexiSoftness&quot;&gt;FlexiSoftness&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#FlexiTension&quot;&gt;FlexiTension&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#FlexiDrag&quot;&gt;FlexiDrag&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#FlexiWind&quot;&gt;FlexiWind&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
      &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#FlexiForceX&quot;&gt;FlexiForceX&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#FlexiForceY&quot;&gt;FlexiForceY&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#FlexiForceZ&quot;&gt;FlexiForceZ&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#LightColorR&quot;&gt;LightColorR&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#LightColorG&quot;&gt;LightColorG&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
      &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#LightColorB&quot;&gt;LightColorB&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#LightColorA&quot;&gt;LightColorA&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#LightRadius&quot;&gt;LightRadius&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#LightFalloff&quot;&gt;LightFalloff&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#LightIntensity&quot;&gt;LightIntensity&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
      &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#FlexiEntry&quot;&gt;FlexiEntry&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#LightEntry&quot;&gt;LightEntry&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt; &lt;/strong&gt;&lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SculptEntry&quot;&gt;SculptEntry&lt;/a&gt;&lt;/strong&gt;
    '&amp;lt;/Shape&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;For our purposes, the attributes of the &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectPart&quot;&gt;SceneObjectPart&lt;/a&gt; and the attributes of its &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Shape&quot;&gt;Shape&lt;/a&gt; attribute can be treated as a homogeneous set. You will notice that there is a &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Scale&quot;&gt;Scale&lt;/a&gt; attribute both in the &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectPart&quot;&gt;SceneObjectPart&lt;/a&gt; and in its &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Shape&quot;&gt;Shape&lt;/a&gt; attribute; these are one and the same (i.e., they have always the same value). We will classify the combined set of attributes following the tabs of the standard object editor in the Second Life type of viewers.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#tGeneral&quot;&gt;General tab&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#tObject&quot;&gt; Object tab&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#tFeatures&quot;&gt; Features tab&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#tTexture&quot;&gt; Texture tab&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#tContent&quot;&gt; Content tab&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#tOther&quot;&gt; Other attributes&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;tGeneral&quot;&gt;&lt;/a&gt;General tab&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4357114962/&quot; title=&quot;0816 - The 'General' tab, 1 by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4026/4357114962_acf08d6864.jpg&quot; alt=&quot;0816 - The 'General' tab, 1&quot; height=&quot;500&quot; width=&quot;249&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;Name&quot;&gt;&lt;/a&gt;Name&lt;/strong&gt; ::= '&amp;lt;Name /&amp;gt;'
         | '&amp;lt;Name&amp;gt;'
              &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#string&quot;&gt;string&lt;/a&gt;&lt;/strong&gt;
           '&amp;lt;/Name&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Name of this part. If this is the root part, this is also the name of the whole &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectGroup&quot;&gt;SceneObjectGroup&lt;/a&gt;.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;Description&quot;&gt;&lt;/a&gt;Description&lt;/strong&gt; ::= '&amp;lt;Description /&amp;gt;'
                | '&amp;lt;Description&amp;gt;'
                     &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#string&quot;&gt;string&lt;/a&gt;&lt;/strong&gt;
                  '&amp;lt;/Description&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;A (possibly empty) description for the part. If the part is the root part, this is also the description for the whole &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectGroup&quot;&gt;SceneObjectGroup&lt;/a&gt;.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;CreatorID&quot;&gt;&lt;/a&gt;CreatorID&lt;/strong&gt; ::= '&amp;lt;CreatorID&amp;gt;&amp;lt;Guid&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uuid&quot;&gt;uuid&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Guid&amp;gt;&amp;lt;/CreatorID&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Uuid of the creator of this part.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;OwnerID&quot;&gt;&lt;/a&gt;OwnerID&lt;/strong&gt; ::= '&amp;lt;OwnerID&amp;gt;&amp;lt;Guid&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uuid&quot;&gt;uuid&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Guid&amp;gt;&amp;lt;/OwnerID&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Uuid of the owner of this part (and therefore of the whole &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectGroup&quot;&gt;SceneObjectGroup&lt;/a&gt;).&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;LastOwnerID&quot;&gt;&lt;/a&gt;LastOwnerID&lt;/strong&gt; ::= '&amp;lt;LastOwnerID&amp;gt;&amp;lt;Guid&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uuid&quot;&gt;uuid&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Guid&amp;gt;&amp;lt;/LastOwnerID&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Uuid of the last owner of this part. Useful when returning objects.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;GroupID&quot;&gt;&lt;/a&gt;GroupID&lt;/strong&gt; ::= '&amp;lt;GroupID&amp;gt;&amp;lt;Guid&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uuid&quot;&gt;uuid&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Guid&amp;gt;&amp;lt;/GroupID&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Uuid of the group this part (and therefore the whole &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectGroup&quot;&gt;SceneObjectGroup&lt;/a&gt;) is assigned or deeded to.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4356400529/&quot; title=&quot;0817 - The 'General' tab,2 by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4040/4356400529_85db763a8f_o.jpg&quot; alt=&quot;0817 - The 'General' tab,2&quot; height=&quot;553&quot; width=&quot;275&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;BaseMask&quot;&gt;&lt;/a&gt;BaseMask&lt;/strong&gt; ::= '&amp;lt;BaseMask&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uint&quot;&gt;uint&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/BaseMask&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;See the PermissionMask enum in &lt;a href=&quot;http://openmetaverse.org/viewvc/index.cgi/omf/libopenmetaverse/trunk/OpenMetaverse/Permissions.cs?view=markup&quot;&gt;Permissions.cs&lt;/a&gt; in the libopenmetaverse source. The following information was adapted from &lt;a href=&quot;http://opensimulator.org/wiki/OpenSim:Permissions&quot;&gt;http://opensimulator.org/wiki/OpenSim:Permissions&lt;/a&gt;:&lt;/p&gt;
&lt;pre&gt; public enum PermissionMask : uint
 {
    None        = 0;
    Transfer    = 1 &amp;lt;&amp;lt; 13, //0x00002000
    Modify      = 1 &amp;lt;&amp;lt; 14, //0x00004000
    Copy        = 1 &amp;lt;&amp;lt; 15, //0x00008000
 // EnterParcel = 1 &amp;lt;&amp;lt; 16, //0x00010000 -- Obsolete
 // Terraform   = 1 &amp;lt;&amp;lt; 17, //0x00020000 -- Obsolete
 // OwnerDebit  = 1 &amp;lt;&amp;lt; 18, //0x00040000 -- Obsolete
    Move        = 1 &amp;lt;&amp;lt; 19, //0x00080000
    Damage      = 1 &amp;lt;&amp;lt; 20, //0x00100000
    All         = 0x7FFFFFFF
 }&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Default: PermissionMask.All. This field represents the highest amount of permissions the owner of an object can have. For example, if you set next permissions as ‘No transfer’ for an object and transfer it, the NextOwnerMask will have the Transfer bit unset (see below), this will ANDed to the BaseMask, and thus the new BaseMask will also have the Transfer bit unset, so that the new owner cannot transfer the object or make it transferable again.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;OwnerMask&quot;&gt;&lt;/a&gt;OwnerMask&lt;/strong&gt; ::= '&amp;lt;OwnerMask&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uint&quot;&gt;uint&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/OwnerMask&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Default: PermissionMask.All. These are the current owner’s permissions for the object.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;GroupMask&quot;&gt;&lt;/a&gt;GroupMask&lt;/strong&gt; ::= '&amp;lt;GroupMask&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uint&quot;&gt;uint&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/GroupMask&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Default: PermissionMask.None.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;EveryoneMask&quot;&gt;&lt;/a&gt;EveryoneMask&lt;/strong&gt; ::= '&amp;lt;EveryoneMask&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uint&quot;&gt;uint&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/EveryoneMask&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Default: PermissionMask.None. These are the permissions that the general public have on the object. When the ‘Move’ flag is set, this is a ‘Anyone can Move’ object; similarly, when the ‘Copy’ flag is set, this is a ‘Anyone can Copy’ object.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;NextOwnerMask&quot;&gt;&lt;/a&gt;NextOwnerMask&lt;/strong&gt; ::= '&amp;lt;NextOwnerMask&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uint&quot;&gt;uint&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/NextOwnerMask&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Default: PermissionMask.All. These are the permissions that the owner sets with the Modify, Copy and Transfer checkboxes.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;BaseMask, OwnerBask and EveryoneMask  have their flags ANDed with the NextOwnerMask when the object is transferred.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;Flags&quot;&gt;&lt;/a&gt;Flags&lt;/strong&gt; ::= '&amp;lt;Flags&amp;gt;' &lt;strong&gt;flag [flag]*&lt;/strong&gt; '&amp;lt;/Flags&amp;gt;';

  &lt;strong&gt;flag&lt;/strong&gt; ::= 'None' | 'CreateSelected' | 'ObjectModify' | 'ObjectCopy'
         | 'ObjectAnyOwner' | 'ObjectYouOwner' | 'Scripted' | 'Touch'
         | 'ObjectMove' | 'Money' | 'Phantom' | 'InventoryEmpty'
         | 'JointHinge' | 'JointP2P' | 'JointLP2P' | 'JointWheel'
         | 'AllowInventoryDrop' | 'ObjectTransfer' | 'ObjectGroupOwned' | 'ObjectYouOfficer' 
         | 'CameraDecoupled' | 'AnimSource' | 'CameraSource' | 'CastShadows'
         | 'ObjectOwnerModify' | 'TemporaryOnRez' | 'Temporary' | 'ZlibCompressed'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;A set of flags. See the PrimFlags enum in &lt;a href=&quot;http://openmetaverse.org/viewvc/index.cgi/omf/libopenmetaverse/trunk/OpenMetaverse/Primitives/Primitive.cs?view=markup&quot;&gt;Primitive.cs&lt;/a&gt; in the libopenmetaverse source. The following information was adapted from &lt;a href=&quot;http://opensimulator.org/wiki/OpenSim:Permissions&quot;&gt;http://opensimulator.org/wiki/OpenSim:Permissions&lt;/a&gt;:&lt;/p&gt;
&lt;pre&gt; public enum ObjectFlags : uint
 {
 None = 0,
            Physics = 0x00000001, CreateSelected = 0x00000002,     ObjectModify = 0x00000004,       ObjectCopy = 0x00000008,
     ObjectAnyOwner = 0x00000010, ObjectYouOwner = 0x00000020,         Scripted = 0x00000040,            Touch = 0x00000080,
         ObjectMove = 0x00000100,          Money = 0x00000200,          Phantom = 0x00000400,   InventoryEmpty = 0x00000800,
         JointHinge = 0x00001000,       JointP2P = 0x00002000,        JointLP2P = 0x00004000,       JointWheel = 0x00008000,
 AllowInventoryDrop = 0x00010000, ObjectTransfer = 0x00020000, ObjectGroupOwned = 0x00040000, ObjectYouOfficer = 0x00080000,
    CameraDecoupled = 0x00100000,     AnimSource = 0x00200000,     CameraSource = 0x00400000,      CastShadows = 0x00800000,
  //not defined yet   0x01000000,                  0x02000000,                    0x04000000,                    0x08000000,
  ObjectOwnerModify = 0x10000000, TemporaryOnRez = 0x20000000,        Temporary = 0x40000000,   ZlibCompressed = 0x80000000
 }&lt;/pre&gt;
&lt;p&gt;Default: ObjectFlags.None (0).&lt;/p&gt;
&lt;p&gt;These bits are different from the previous masks, in the sense that they contain the ‘actual’ or ‘calculated’ values for the object (and many more options, to store, for example, whether the object is physical, phantom, or touch).&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;SalePrice&quot;&gt;&lt;/a&gt;SalePrice&lt;/strong&gt; ::= '&amp;lt;SalePrice&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#int&quot;&gt;int&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/SalePrice&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Sale price.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;ObjectSaleType&quot;&gt;&lt;/a&gt;ObjectSaleType&lt;/strong&gt; ::= '&amp;lt;ObjectSaleType&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#byte&quot;&gt;&lt;strong&gt;byte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/ObjectSaleType&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;OwnershipCost&quot;&gt;&lt;/a&gt;OwnershipCost&lt;/strong&gt; ::== '&amp;lt;OwnershipCost&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#int&quot;&gt;int&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/OwnershipCost&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;tObject&quot;&gt;&lt;/a&gt;Object tab&lt;/h2&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;GroupPosition&quot;&gt;&lt;/a&gt;GroupPosition&lt;/strong&gt; ::= '&amp;lt;GroupPosition&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Vector3&quot;&gt;Vector3&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/GroupPosition&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;A vector defining the position of the whole &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectGroup&quot;&gt;SceneObjectGroup&lt;/a&gt;, that is, of its root part. It has the same value for all the &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectPart&quot;&gt;SceneObjectPart&lt;/a&gt;s — each individual part individualizes its position by defining an &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#OffsetPosition&quot;&gt;OffsetPosition&lt;/a&gt; (i.e., for each part, its position = &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#GroupPosition&quot;&gt;GroupPosition&lt;/a&gt; + &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#OffsetPosition&quot;&gt;OffsetPosition&lt;/a&gt;).&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;OffsetPosition&quot;&gt;&lt;/a&gt;OffsetPosition&lt;/strong&gt; ::= '&amp;lt;OffsetPosition&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Vector3&quot;&gt;Vector3&lt;/a&gt;&lt;/strong&gt; ''&amp;lt;/OffsetPosition&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Offset of this part, relative to the position (&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#GroupPosition&quot;&gt;GroupPosition&lt;/a&gt;) of the root part. See &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#GroupPosition&quot;&gt;GroupPosition&lt;/a&gt;.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;Scale&quot;&gt;&lt;/a&gt;Scale&lt;/strong&gt; ::= '&amp;lt;Scale&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Vector3&quot;&gt;Vector3&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Scale&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Size of the part. Please note that the &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Scale&quot;&gt;Scale&lt;/a&gt; attribute of the &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectPart&quot;&gt;SceneObjectPart&lt;/a&gt; and the &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Scale&quot;&gt;Scale&lt;/a&gt; attribute of its &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Shape&quot;&gt;Shape&lt;/a&gt; attribute have always the same value.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;RotationOffset&quot;&gt;&lt;/a&gt;RotationOffset&lt;/strong&gt; ::= '&amp;lt;RotationOffset&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Quaternion&quot;&gt;Quaternion&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/RotationOffset&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Rotation of the &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectPart&quot;&gt;SceneObjectPart&lt;/a&gt;, relative to the region if this is the root part, or relative to the root part if this is not the root part.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;ProfileCurve&quot;&gt;&lt;/a&gt;ProfileCurve&lt;/strong&gt; ::= '&amp;lt;ProfileCurve&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#byte&quot;&gt;&lt;strong&gt;byte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/ProfileCurve&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;A logical OR of the byte values of the &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#HollowShape&quot;&gt;HollowShape&lt;/a&gt; and &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ProfileShape&quot;&gt;ProfileShape&lt;/a&gt; attributes.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;ProfileBegin&quot;&gt;&lt;/a&gt;ProfileBegin&lt;/strong&gt; ::= '&amp;lt;ProfileBegin&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ushort&quot;&gt;&lt;strong&gt;ushort&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/ProfileBegin&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Box”, “Cylinder”, “Prism”, ”Torus”,”Tube”, “Ring”: (ushort) (50,000 * (Value of “Path Cut Begin”))&lt;br /&gt;
When Building Block Type is “Sphere”: (ushort) (50,000 * (Value of “Dimple Begin”)).&lt;br /&gt;
When Building Block Type is “Sculpted”: 0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;ProfileEnd&quot;&gt;&lt;/a&gt;ProfileEnd&lt;/strong&gt; ::= '&amp;lt;ProfileEnd&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ushort&quot;&gt;&lt;strong&gt;ushort&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/ProfileEnd&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Box”, “Cylinder”, “Prism”, “Torus”, “Tube”, “Ring”: (ushort) (50,000 * (1 – (Value of “Path Cut End”))).&lt;br /&gt;
When Building Block Type is “Sphere”: (ushort) (50,000 * (1 – (Value of “Dimple End”))).&lt;br /&gt;
When Building Block Type is “Sculpted”: 0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;ProfileShape&quot;&gt;&lt;/a&gt;ProfileShape&lt;/strong&gt; ::= '&amp;lt;ProfileShape&amp;gt;'
                      ( 'Circle' | 'Square' | 'IsometricTriangle' |
                        'EquilateralTriangle' | 'RightTriangle' |
                        'HalfCircle'
                      )
                   '&amp;lt;/ProfileShape&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Where Circle = 0, Square = 1, IsometricTriangle = 2, EquilateralTriangle = 3, RightTriangle = 4, HalfCircle = 5, but the name is stored, not the value.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;When Building Block Type is “Box”, “Tube”: “Square”.&lt;br /&gt;
When Building Block Type is “Cylinder”, “Torus”, “Sculpted”: “Circle”.&lt;br /&gt;
When Building Block Type is “Prism”, “Ring”: “Equilateraltriangle”.&lt;br /&gt;
When Building Block Type is “Sphere”: “HalfCircle”.&lt;/p&gt;
&lt;div style=&quot;width: 283px;&quot; class=&quot;wp-caption alignnone&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4304088028/&quot; title=&quot;0771 - Hollow by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4024/4304088028_872cd090d7_o.jpg&quot; alt=&quot;0771 - Hollow&quot; height=&quot;552&quot; width=&quot;273&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Hollow attributes: ProfileHollow and HollowShape&lt;/p&gt;&lt;/div&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;ProfileHollow&quot;&gt;&lt;/a&gt;ProfileHollow&lt;/strong&gt; ::= '&amp;lt;ProfileHollow&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ushort&quot;&gt;&lt;strong&gt;ushort&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/ProfileHollow&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Box”, “Cylinder”, “Prism”, “Sphere”, “Torus”, “Tube”, “Ring”: (ushort) (50,000 *  (Value of “Hollow”)).&lt;br /&gt;
When Building Block Type is “Sculpted”: 0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;HollowShape&quot;&gt;&lt;/a&gt;HollowShape&lt;/strong&gt; ::= '&amp;lt;HollowShape&amp;gt;'
                     ( 'Same' | 'Circle' | 'Square' | 'Triangle' )
                  '&amp;lt;/HollowShape&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Where Same = 0,  Circle = 16,  Square = 32,  Triangle = 48, but the name is stored, not the value.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PathBegin&quot;&gt;&lt;/a&gt;PathBegin&lt;/strong&gt; ::= '&amp;lt;PathBegin&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ushort&quot;&gt;&lt;strong&gt;ushort&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PathBegin&amp;gt;'&lt;/pre&gt;
&lt;p&gt;When Building Block Type is “Sphere”, “Torus”, “Tube”, “Ring”: (ushort) (50,000 * (Value of “Path Cut Begin”)).&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PathCurve&quot;&gt;&lt;/a&gt;PathCurve&lt;/strong&gt; ::= '&amp;lt;PathCurve&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#byte&quot;&gt;&lt;strong&gt;byte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PathCurve&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Byte value (mask?) of the enum “Extrusion” in PrimitiveBaseShape.cs: Straight = 16, Curve1 = 32,  Curve2 = 48, Flexible = 128.&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Box”, “Cylinder”, “Prism”: Extrusion.Straight.&lt;br /&gt;
When Building Block Type is “Sphere”, “Torus”, “Tube”, “Ring”, “Sculpted”: Extrusion.Curve1.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PathEnd&quot;&gt;&lt;/a&gt;PathEnd&lt;/strong&gt; ::= '&amp;lt;PathEnd&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ushort&quot;&gt;&lt;strong&gt;ushort&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PathEnd&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Sphere”, “Torus”, “Tube”, “Ring”: (ushort) (50,000 * (1 – (Value of “Path Cut End”))).&lt;br /&gt;
Zero otherwise.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PathRadiusOffset&quot;&gt;&lt;/a&gt;PathRadiusOffset&lt;/strong&gt; ::= '&amp;lt;PathRadiusOffset&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#sbyte&quot;&gt;&lt;strong&gt;sbyte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PathRadiusOffset&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Torus”, “Tube”, “Ring”: (byte) (100 * (Value of “Radius”)).&lt;br /&gt;
Zero otherwise.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PathRevolutions&quot;&gt;&lt;/a&gt;PathRevolutions&lt;/strong&gt; ::= '&amp;lt;PathRevolutions&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#byte&quot;&gt;&lt;strong&gt;byte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PathRevolutions&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Torus”, “Tube”, “Ring”: (byte) (100 * (Value of “Revolutions”)).&lt;br /&gt;
Zero otherwise.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PathScaleX&quot;&gt;&lt;/a&gt;PathScaleX&lt;/strong&gt; ::= '&amp;lt;PathScaleX&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#byte&quot;&gt;&lt;strong&gt;byte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PathScaleX&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Box”, “Cylinder”, “Prism”: (byte) (100 * (2.0 –  (Value of “Taper X”))).&lt;br /&gt;
When Building Block Type is “Torus”, “Tube”, “Ring”: (byte) (100 * (2.0 –  (Value of “Hole Size X”))).&lt;br /&gt;
When Building Block Type is “Sphere”, “Sculpted”: 0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PathScaleY&quot;&gt;&lt;/a&gt;PathScaleY&lt;/strong&gt; ::= '&amp;lt;PathScaleY&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#byte&quot;&gt;&lt;strong&gt;byte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PathScaleY&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Box”, “Cylinder”, “Prism”: (byte) (100 * (2.0 –  (Value of “Taper Y”))).&lt;br /&gt;
When Building Block Type is “Torus”, “Tube”, “Ring”: (byte) (100 * (2.0 –  (Value of “Hole size Y”))).&lt;br /&gt;
When Building Block Type is “Sphere”, “Sculpted”: 0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PathShearX&quot;&gt;&lt;/a&gt;PathShearX&lt;/strong&gt; ::= '&amp;lt;PathShearX&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#byte&quot;&gt;&lt;strong&gt;byte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PathShearX&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Box”, “Cylinder”, “Prism”, “Torus”, “Tube”, “Ring”: (byte) (100 * (Value of “Top Shear X”)).&lt;br /&gt;
Otherwise: 0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PathShearY&quot;&gt;&lt;/a&gt;PathShearY&lt;/strong&gt; ::= '&amp;lt;PathShearY&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#byte&quot;&gt;&lt;strong&gt;byte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PathShearY&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Box”, “Cylinder”, “Prism”, “Torus”, “Tube”, “Ring”: (byte) (100 * (Value of “Top Shear Y”)).&lt;br /&gt;
Otherwise: 0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PathSkew&quot;&gt;&lt;/a&gt;PathSkew&lt;/strong&gt; ::= '&amp;lt;PathSkew&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#sbyte&quot;&gt;&lt;strong&gt;sbyte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PathSkew&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Torus”, “Tube”, “Ring”: (byte) (100 * (Value of “Skew”)).&lt;br /&gt;
Otherwise: 0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PathTaperX&quot;&gt;&lt;/a&gt;PathTaperX&lt;/strong&gt; ::= '&amp;lt;PathTaperX&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#sbyte&quot;&gt;&lt;strong&gt;sbyte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PathTaperX&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Torus”, “Tube”, “Ring”: (byte) (100 * (Value of “Taper X”)).&lt;br /&gt;
Otherwise: 0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PathTaperY&quot;&gt;&lt;/a&gt;PathTaperY&lt;/strong&gt; ::= '&amp;lt;PathTaperY&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#sbyte&quot;&gt;&lt;strong&gt;sbyte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PathTaperY&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Torus”, “Tube”, “Ring”: (byte) (100 * (Value of “Taper Y”)).&lt;br /&gt;
Otherwise: 0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PathTwist&quot;&gt;&lt;/a&gt;PathTwist&lt;/strong&gt; ::= '&amp;lt;PathTwist&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#sbyte&quot;&gt;&lt;strong&gt;sbyte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PathTwist&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Box”, “Cylinder”, “Prism”, “Sphere”, “Torus”, “Tube”, “Ring”: (sbyte) (100 *  (Value of “Twist End”)).&lt;br /&gt;
Otherwise: 0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PathTwistBegin&quot;&gt;&lt;/a&gt;PathTwistBegin&lt;/strong&gt; ::= '&amp;lt;PathTwistBegin&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#sbyte&quot;&gt;sbyte&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/PathTwistBegin&amp;gt;'&lt;/pre&gt;
&lt;p&gt;[See Opensim.Region.ScriptEngine.Shared.Api.LSL_Api,  SetPrimitiveBlockShapeParams and SetPrimitiveShapeParams.]&lt;/p&gt;
&lt;p&gt;When Building Block Type is “Box”, “Cylinder”, “Prism”, “Sphere”, “Torus”, “Tube”, “Ring”: (sbyte) (100 *  (Value of “Twist Begin”)).&lt;br /&gt;
Otherwise: 0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;SculptEntry&quot;&gt;&lt;/a&gt;SculptEntry&lt;/strong&gt; ::= '&amp;lt;SculptEntry&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#bool&quot;&gt;bool&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/SculptEntry&amp;gt;'&lt;/pre&gt;
&lt;p&gt;This &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SceneObjectPart&quot;&gt;SceneObjectPart&lt;/a&gt; is sculpted.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;SculptTexture&quot;&gt;&lt;/a&gt;SculptTexture&lt;/strong&gt; ::= '&amp;lt;SculptTexture&amp;gt;&amp;lt;Guid&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uuid&quot;&gt;uuid&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Guid&amp;gt;&amp;lt;/SculptTexture&amp;gt;'&lt;/pre&gt;
&lt;p&gt;The uuid of the sculpt texture, or the null uuid (“00000000-0000-0000-0000-000000000000″) when this part is not a sculpty.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;SculptType&quot;&gt;&lt;/a&gt;SculptType&lt;/strong&gt; ::= '&amp;lt;SculptType&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#byte&quot;&gt;&lt;strong&gt;byte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/SculptType&amp;gt;'&lt;/pre&gt;
&lt;div id=&quot;_mcePaste&quot;&gt;Zero for non-sculpts, or one of PRIM_SCULPT_TYPE_SPHERE = 1, PRIM_SCULPT_TYPE_TORUS = 2, PRIM_SCULPT_TYPE_PLANE = 3, PRIM_SCULPT_TYPE_CYLINDER = 4.&lt;/div&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;SculptData&quot;&gt;&lt;/a&gt;SculptData&lt;/strong&gt; ::= '&amp;lt;SculptData /&amp;gt;' | '&amp;lt;SculptData&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#TBD&quot;&gt;TBD&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/SculptData&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;tFeatures&quot;&gt;&lt;/a&gt;Features tab&lt;/h2&gt;
&lt;div style=&quot;width: 283px;&quot; class=&quot;wp-caption alignnone&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4303306999/&quot; title=&quot;0769 - Flexi by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2721/4303306999_055944ffd0_o.jpg&quot; alt=&quot;0769 - Flexi&quot; height=&quot;526&quot; width=&quot;273&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Flexible path attributes.&lt;/p&gt;&lt;/div&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;FlexiEntry&quot;&gt;&lt;/a&gt;FlexiEntry&lt;/strong&gt; ::= '&amp;lt;FlexiEntry&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#bool&quot;&gt;bool&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/FlexiEntry&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Whether this part has a flexible path.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;FlexiSoftness&quot;&gt;&lt;/a&gt;FlexiSoftness&lt;/strong&gt; ::= '&amp;lt;FlexiSoftness&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#int&quot;&gt;int&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/FlexiSoftness&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Flexible path softness, as in the ‘Features’ tab.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;FlexiGravity&quot;&gt;&lt;/a&gt;FlexiGravity&lt;/strong&gt; ::= '&amp;lt;FlexiGravity&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/FlexiGravity&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Flexible path gravity, as in the ‘Features’ tab.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;FlexiDrag&quot;&gt;&lt;/a&gt;FlexiDrag&lt;/strong&gt; ::= '&amp;lt;FlexiDrag&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/FlexiDrag&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Flexible path drag, as in the ‘Features’ tab.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;FlexiWind&quot;&gt;&lt;/a&gt;FlexiWind&lt;/strong&gt; ::= '&amp;lt;FlexiWind&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/FlexiWind&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Flexible path wind, as in the ‘Features’ tab.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;&lt;strong&gt;  &lt;a name=&quot;FlexiTension&quot;&gt;&lt;/a&gt;FlexiTension&lt;/strong&gt; ::= '&amp;lt;FlexiTension&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/FlexiTension&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Flexible path tension, as in the ‘Features’ tab.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;FlexiForceX&quot;&gt;&lt;/a&gt;FlexiForceX&lt;/strong&gt; ::= '&amp;lt;FlexiForceX&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/FlexiForceX&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Flexible path force X, as in the ‘Features’ tab.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;FlexiForceY&quot;&gt;&lt;/a&gt;FlexiForceY&lt;/strong&gt; ::= '&amp;lt;FlexiForceY&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/FlexiForceY&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Flexible path force Y, as in the ‘Features’ tab.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;FlexiForceZ&quot;&gt;&lt;/a&gt;FlexiForceZ&lt;/strong&gt; ::= '&amp;lt;FlexiForceZ&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/FlexiForceZ&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Flexible path force Z, as in the ‘Features’ tab.&lt;/p&gt;
&lt;div style=&quot;width: 282px;&quot; class=&quot;wp-caption alignnone&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4303323679/&quot; title=&quot;Partial documentation for SceneObjectGroup serialization in XML2 format&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2693/4303323679_33c1882581_o.jpg&quot; alt=&quot;Partial documentation for SceneObjectGroup serialization in XML2 format&quot; height=&quot;548&quot; width=&quot;272&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Light attributes&lt;/p&gt;&lt;/div&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;LightEntry&quot;&gt;&lt;/a&gt;LightEntry&lt;/strong&gt; ::= '&amp;lt;LightEntry&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#bool&quot;&gt;bool&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/LightEntry&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Whether this part emits light.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;LightColorR&quot;&gt;&lt;/a&gt;LightColorR&lt;/strong&gt; ::= '&amp;lt;LightColorR&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/LightColorR&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The ‘Red’ component of the light color, between 0.0 and 1.0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;LightColorG&quot;&gt;&lt;/a&gt;LightColorG&lt;/strong&gt; ::= '&amp;lt;LightColorG&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/LightColorG&amp;gt;'&lt;/pre&gt;
&lt;p&gt;The ‘Green’ component of the light color, between 0.0 and 1.0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;LightColorB&quot;&gt;&lt;/a&gt;LightColorB&lt;/strong&gt; ::= '&amp;lt;LightColorB&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/LightColorB&amp;gt;'&lt;/pre&gt;
&lt;p&gt;The ‘Blue’ component of the light color, between 0.0 and 1.0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;LightColorA&quot;&gt;&lt;/a&gt;LightColorA&lt;/strong&gt; ::= '&amp;lt;LightColorA&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/LightColorA&amp;gt;'&lt;/pre&gt;
&lt;p&gt;The Alpha value of the light color, between 0.0 and 1.0.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;LightIntensity&quot;&gt;&lt;/a&gt;LightIntensity&lt;/strong&gt; ::= '&amp;lt;LightIntensity&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/LightIntensity&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Light intensity, as in the ‘Features’ tab.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;LightRadius&quot;&gt;&lt;/a&gt;LightRadius&lt;/strong&gt; ::= '&amp;lt;LightRadius&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/LightRadius&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Light radius, as in the ‘Features’ tab.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;LightFalloff&quot;&gt;&lt;/a&gt;LightFalloff&lt;/strong&gt; ::= '&amp;lt;LightFalloff&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/LightFalloff&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Light falloff, as in the ‘Features’ tab.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;LightCutoff&quot;&gt;&lt;/a&gt;LightCutoff&lt;/strong&gt; ::= '&amp;lt;LightCutoff&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/LightCutoff&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;tTexture&quot;&gt;&lt;/a&gt;Texture tab&lt;/h2&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;TextureEntry&quot;&gt;&lt;/a&gt;TextureEntry&lt;/strong&gt; ::= '&amp;lt;TextureEntry&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#string&quot;&gt;string&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/TextureEntry&amp;gt;'&lt;/pre&gt;
&lt;p&gt;A Base64 encoded string. TBD.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;ExtraParams&quot;&gt;&lt;/a&gt;ExtraParams&lt;/strong&gt; ::= '&amp;lt;ExtraParams&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#string&quot;&gt;string&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/ExtraParams&amp;gt;'&lt;/pre&gt;
&lt;p&gt;A Base64 encoded string. TBD.&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;tContent&quot;&gt;&lt;/a&gt;Content tab&lt;/h2&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;TaskInventory&quot;&gt;&lt;/a&gt;TaskInventory&lt;/strong&gt; ::= '&amp;lt;TaskInventory /&amp;gt;'
                  | '&amp;lt;TaskInventory&amp;gt;'
                       &lt;strong&gt;TaskInventoryItem&lt;/strong&gt;+
                    '&amp;lt;/TaskInventory&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;List of items contained in this part (i.e., what’s on the ‘Contents’ tab for an object’s settings).&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;tOther&quot;&gt;&lt;/a&gt;Other attributes&lt;/h2&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;AllowedDrop&quot;&gt;&lt;/a&gt;AllowedDrop&lt;/strong&gt; ::= '&amp;lt;AllowedDrop&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#bool&quot;&gt;bool&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/AllowedDrop&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;FolderID&quot;&gt;&lt;/a&gt;FolderID&lt;/strong&gt;  ::= '&amp;lt;FolderID&amp;gt;&amp;lt;Guid&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uuid&quot;&gt;uuid&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Guid&amp;gt;&amp;lt;/FolderID&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Same as &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#UUID&quot;&gt;UUID&lt;/a&gt; (except for very old prims).&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;InventorySerial&quot;&gt;&lt;/a&gt;InventorySerial&lt;/strong&gt; ::= '&amp;lt;InventorySerial&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uint&quot;&gt;uint&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/InventorySerial&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;ObjectFlags&quot;&gt;&lt;/a&gt;ObjectFlags&lt;/strong&gt; ::= '&amp;lt;ObjectFlags&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uint&quot;&gt;uint&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/ObjectFlags&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Flags of type OpenMetaverse.PrimFlags. See &lt;a href=&quot;http://openmetaverse.org/viewvc/index.cgi/omf/libopenmetaverse/trunk/OpenMetaverse/Primitives/Primitive.cs?view=markup&quot;&gt;http://openmetaverse.org/viewvc/index.cgi/omf/libopenmetaverse/trunk/OpenMetaverse/Primitives/Primitive.cs?view=markup&lt;/a&gt; for details.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;UUID&quot;&gt;&lt;/a&gt;UUID&lt;/strong&gt; ::= '&amp;lt;UUID&amp;gt;&amp;lt;Guid&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uuid&quot;&gt;uuid&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Guid&amp;gt;&amp;lt;/UUID&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Uuid of the part.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;LocalId&quot;&gt;&lt;/a&gt;LocalId&lt;/strong&gt; ::= '&amp;lt;LocalId&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uint&quot;&gt;uint&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/LocalId&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;Material&quot;&gt;&lt;/a&gt;Material&lt;/strong&gt; ::= '&amp;lt;Material&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#byte&quot;&gt;&lt;strong&gt;byte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/Material&amp;gt;'&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Semantics&lt;/strong&gt;: &lt;em&gt;Material type for a primitive&lt;/em&gt;. &lt;strong&gt;Value range&lt;/strong&gt;: One of 0 (Stone), 1 (Metal), 2 (Glass), 3 (Wood), 4 (Flesh), 5 (Plastic), 6 (Rubber), 7 (Light). [Source: The &lt;em&gt;Material &lt;/em&gt;enum in &lt;a href=&quot;http://openmetaverse.org/viewvc/index.cgi/omf/libopenmetaverse/trunk/OpenMetaverse/Primitives/Primitive.cs?view=markup&quot;&gt;Primitive.cs&lt;/a&gt;]&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PassTouches&quot;&gt;&lt;/a&gt;PassTouches&lt;/strong&gt; ::= '&amp;lt;PassTouches&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#bool&quot;&gt;&lt;strong&gt;bool&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PassTouches&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;RegionHandle&quot;&gt;&lt;/a&gt;RegionHandle&lt;/strong&gt; ::= '&amp;lt;RegionHandle&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#ulong&quot;&gt;ulong&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/RegionHandle&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;ScriptAccessPin&quot;&gt;&lt;/a&gt;ScriptAccessPin&lt;/strong&gt; ::= '&amp;lt;ScriptAccessPin&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;int&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/ScriptAccessPin&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Pin for &lt;a href=&quot;http://wiki.secondlife.com/wiki/LlSetRemoteScriptAccessPin&quot;&gt;remote loading of scripts&lt;/a&gt;.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;Velocity&quot;&gt;&lt;/a&gt;Velocity&lt;/strong&gt; ::= '&amp;lt;Velocity&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Vector3&quot;&gt;Vector3&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Velocity&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Physics-related attribute. The velocity of the prim.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;AngularVelocity&quot;&gt;&lt;/a&gt;AngularVelocity&lt;/strong&gt; ::= '&amp;lt;AngularVelocity&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Vector3&quot;&gt;Vector3&lt;/a&gt;&lt;/strong&gt; ''&amp;lt;/AngularVelocity&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Physics-related attribute. The angular velocity of the prim.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;Acceleration&quot;&gt;&lt;/a&gt;Acceleration&lt;/strong&gt; ::= '&amp;lt;Acceleration&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Vector3&quot;&gt;Vector3&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Acceleration&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Physics-related attribute. The acceleration of the prim.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;Color&quot;&gt;&lt;/a&gt;Color&lt;/strong&gt; ::= '&amp;lt;Color /&amp;gt;'
          | '&amp;lt;Color&amp;gt;'
               &lt;strong&gt;color&lt;/strong&gt;
            '&amp;lt;/Color&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;Text&quot;&gt;&lt;/a&gt;Text&lt;/strong&gt; ::= '&amp;lt;Text /&amp;gt;'
         | '&amp;lt;Text&amp;gt;'
              &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#string&quot;&gt;string&lt;/a&gt;&lt;/strong&gt;
           '&amp;lt;/Text&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Maximum length = 255, truncated otherwise. TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;SitName&quot;&gt;&lt;/a&gt;SitName&lt;/strong&gt; ::= '&amp;lt;SitName /&amp;gt;'
            | '&amp;lt;SitName&amp;gt;'
                 &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#string&quot;&gt;string&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
&lt;/strong&gt;              '&amp;lt;/SitName&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;TouchName&quot;&gt;&lt;/a&gt;TouchName&lt;/strong&gt; ::= '&amp;lt;TouchName /&amp;gt;'
              | '&amp;lt;TouchName&amp;gt;'
                   &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#string&quot;&gt;string&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
&lt;/strong&gt;                '&amp;lt;/TouchName&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;LinkNum&quot;&gt;&lt;/a&gt;LinkNum&lt;/strong&gt; ::= '&amp;lt;LinkNum&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;int&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/LinkNum&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;This is a sequential number that defines the order in which parts are linked: it’s always zero for the root part, 1 for the next part, etc.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;ClickAction&quot;&gt;&lt;/a&gt;ClickAction&lt;/strong&gt; ::= '&amp;lt;ClickAction&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#byte&quot;&gt;&lt;strong&gt;byte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/ClickAction&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;UpdateFlag&quot;&gt;&lt;/a&gt;UpdateFlag&lt;/strong&gt; ::= '&amp;lt;UpdateFlag&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#byte&quot;&gt;&lt;strong&gt;byte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/UpdateFlag&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;SitTargetOrientation&quot;&gt;&lt;/a&gt;SitTargetOrientation&lt;/strong&gt; ::= '&amp;lt;SitTargetOrientation&amp;gt;'
                              &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Quaternion&quot;&gt;Quaternion&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
&lt;/strong&gt;                           '&amp;lt;/SitTargetOrientation&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;SitTargetPosition&quot;&gt;&lt;/a&gt;SitTargetPosition&lt;/strong&gt; ::= '&amp;lt;SitTargetPosition&amp;gt;'
                           &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Vector3&quot;&gt;Vector3&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
&lt;/strong&gt;                        '&amp;lt;/SitTargetPosition&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;SitTargetPositionLL&quot;&gt;&lt;/a&gt;SitTargetPositionLL&lt;/strong&gt; ::= '&amp;lt;SitTargetPositionLL&amp;gt;'
                             &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Vector3&quot;&gt;Vector3&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
&lt;/strong&gt;                          '&amp;lt;/SitTargetPositionLL&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Same as &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SitTargetPosition&quot;&gt;SitTargetPosition&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;SitTargetOrientationLL&quot;&gt;&lt;/a&gt;SitTargetOrientationLL&lt;/strong&gt; ::= '&amp;lt;SitTargetOrientationLL&amp;gt;'
                                &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#Quaternion&quot;&gt;Quaternion&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
&lt;/strong&gt;                             '&amp;lt;/SitTargetOrientationLL&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Same as &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#SitTargetOrientation&quot;&gt;SitTargetOrientation&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;ParentID&quot;&gt;&lt;/a&gt;ParentID&lt;/strong&gt; ::= '&amp;lt;ParentID&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uint&quot;&gt;uint&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/ParentID&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;CreationDate&quot;&gt;&lt;/a&gt;CreationDate&lt;/strong&gt; ::= '&amp;lt;CreationDate&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#int&quot;&gt;int&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/CreationDate&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The date this prim was created, in TBD format.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;Category&quot;&gt;&lt;/a&gt;Category&lt;/strong&gt; ::= '&amp;lt;Category&amp;gt;' &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uint&quot;&gt;uint&lt;/a&gt;&lt;/strong&gt; '&amp;lt;/Category&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;CollisionSound&quot;&gt;&lt;/a&gt;CollisionSound&lt;/strong&gt; ::= '&amp;lt;CollisionSound&amp;gt;&amp;lt;Guid&amp;gt;'
                        &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#uuid&quot;&gt;uuid&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
&lt;/strong&gt;                     '&amp;lt;/Guid&amp;gt;&amp;lt;/CollisionSound&amp;gt;'&lt;/pre&gt;
&lt;p&gt;Uuid of TBD, or the zero uuid (“00000000-0000-0000-0000-000000000000″) when TBD.&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;CollisionSoundVolume&quot;&gt;&lt;/a&gt;CollisionSoundVolume&lt;/strong&gt; ::= '&amp;lt;CollisionSoundVolume&amp;gt;'
                              &lt;strong&gt;&lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#float&quot;&gt;float&lt;/a&gt;&lt;/strong&gt;&lt;strong&gt;
&lt;/strong&gt;                           '&amp;lt;/CollisionSoundVolume&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;PCode&quot;&gt;&lt;/a&gt;PCode&lt;/strong&gt; ::= '&amp;lt;PCode&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#byte&quot;&gt;&lt;strong&gt;byte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/PCode&amp;gt;'&lt;/pre&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;strong&gt;Semantics&lt;/strong&gt;: &lt;em&gt;Type of primitive&lt;/em&gt;. &lt;strong&gt;Value range&lt;/strong&gt;: One of: 9 (Prim: a Primitive), 47 (Avatar: An Avatar), 95 (Grass: Linden grass), 111 (NewTree: Linden tree), 143 (ParticleSystem: A primitive that acts as the source for a particle stream), 255 (Tree: A Linden tree). [Source: The PCode enum in &lt;a href=&quot;http://openmetaverse.org/viewvc/index.cgi/omf/libopenmetaverse/trunk/OpenMetaverse/Primitives/Primitive.cs?view=markup&quot;&gt;Primitive.cs&lt;/a&gt;]&lt;/p&gt;
&lt;pre style=&quot;font-size: 130%; background-color: #ffffcc; border-style: solid; border-width: 1px;&quot;&gt;  &lt;strong&gt;&lt;a name=&quot;State&quot;&gt;&lt;/a&gt;State&lt;/strong&gt; ::= '&amp;lt;State&amp;gt;' &lt;a href=&quot;http://zonjacapalini.wordpress.com/2010/01/25/partial-documentation-for-xml2/#byte&quot;&gt;&lt;strong&gt;byte&lt;/strong&gt;&lt;/a&gt; '&amp;lt;/State&amp;gt;'&lt;/pre&gt;
&lt;p&gt;TBD&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/zonjacapalini.wordpress.com/583/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/zonjacapalini.wordpress.com/583/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=zonjacapalini.wordpress.com&amp;amp;blog=4356976&amp;amp;post=583&amp;amp;subd=zonjacapalini&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Mon, 25 Jan 2010 17:55:25 +0000</pubDate>
</item>
<item>
	<title>Zonja Capalini » OpenSim: Mirror Worlds: a hypergridded eternal art exhib</title>
	<guid>http://zonjacapalini.wordpress.com/?p=561</guid>
	<link>http://zonjacapalini.wordpress.com/2010/01/17/mirror-worlds-a-hypergridded-eternal-art-exhib/</link>
	<description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4128888522/&quot; title=&quot;0695 - Mirror Worlds - Update - Florence Babenco by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2644/4128888522_f57ff307a2.jpg&quot; alt=&quot;0695 - Mirror Worlds - Update - Florence Babenco&quot; height=&quot;500&quot; class=&quot;aligncenter&quot; width=&quot;450&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;In this long overdue post, I introduce &lt;a href=&quot;http://www.flickr.com/groups/1209062@N25/&quot;&gt;“Mirror Worlds”&lt;/a&gt;, an eternal (I will explain what I understand by ‘eternal’ in a minute) art exhibition located in the &lt;a href=&quot;http://opensimulator.org/&quot;&gt;Opensim&lt;/a&gt;-based, &lt;a href=&quot;http://opensimulator.org/wiki/Hypergrid&quot;&gt;hypergrid&lt;/a&gt; accesible, &lt;a href=&quot;http://blog.condensationland.com/&quot;&gt;Condensation Land&lt;/a&gt; grid. The exhibition features pictures from &lt;a href=&quot;http://www.flickr.com/photos/florencebabenco/&quot;&gt;Florence Babenco&lt;/a&gt;, &lt;a href=&quot;http://www.flickr.com/photos/monika_finchy/&quot;&gt;Monika Finchy&lt;/a&gt;, &lt;a href=&quot;http://www.flickr.com/photos/shoshisn/&quot;&gt;Shoshisn Shilova&lt;/a&gt;, and &lt;a href=&quot;http://www.flickr.com/photos/sennacoronet/&quot;&gt;Senna&lt;/a&gt; (SennaSpirit) Coronet, and from the Condensation Land residents &lt;a href=&quot;http://www.flickr.com/photos/ludmilla_writer/&quot;&gt;Ludmilla Writer&lt;/a&gt;, &lt;a href=&quot;http://www.flickr.com/photos/mikilseptem/&quot;&gt;Mikil Tiki&lt;/a&gt; and &lt;a href=&quot;http://www.flickr.com/photos/zonja/&quot;&gt;myself&lt;/a&gt;. Shoshisn also has contributed several of her wonderful sculptures for the exhibition.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Art exhibitions of all sorts are very common in Second Life, but unfortunately they are more unusual in the Opensim-based worlds — and, in case they exist at all, they get little or no publicity. Which is a real pity, because, contrary to the general lack of content for avatar clothing and embellishment in Opensim, for example, there is nothing which prevents Opensim-based worlds from hosting beautiful exhibitions. Nobody will ask where did you take a picture, after all — and texture uploads can’t be cheaper :-)&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;In this post I’ll present the exhibition and explain some of its more unusual features.  I’ll also describe some of the difficulties that I encountered in my work as an amateur curator — some of these difficulties may be due to my inexperience at the task, but I think that the other ones may help as a diagnosis of some problems the Opensim movement is facing.&lt;span id=&quot;more-561&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;What’s an ‘eternal’ exhibtion?&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;When I first though about making an exhibition in Condensation Land, I was thinking of setting up a &lt;strong&gt;permanent exhibition&lt;/strong&gt;, i.e., one in which the artists changed and/or rotated with time. Soon I realized that virtual worlds technology allowed something more interesting: as artists changed, I could copy the old versions of the exhibition and put them in an airbox, so that visitors could come to look at the &lt;strong&gt;current version&lt;/strong&gt; of the exhibition, but also teleport to the airboxes and see &lt;strong&gt;all the previous versions&lt;/strong&gt;. That way, nothing would be lost, and we would have in fact, something new (and impossible IRL): &lt;strong&gt;an eternal&lt;/strong&gt; exhibition.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Now since (if we got enough artists willing to participate) I envisaged having to perform the cloning operation several times, I decided to develop an automated tool to assist in the cloning, and I developed the (admittedly hacky) tool I called &lt;a href=&quot;http://zonjacapalini.wordpress.com/2009/12/16/zoe-version-0-1-released/&quot;&gt;Zoe&lt;/a&gt; — you can find a detailed description of the technical details in my post “&lt;a href=&quot;http://zonjacapalini.wordpress.com/2009/12/14/moving-and-rotating-oars/&quot;&gt;Moving and rotating OARs&lt;/a&gt;“.&lt;/p&gt;
&lt;h2&gt;Mirror Worlds: Layout, and some technical aspects&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;strong&gt;Mirror Worlds&lt;/strong&gt; is located in the southeast corner of the Condensation Land region in the Condensation Land grid.&lt;/p&gt;
&lt;div style=&quot;width: 510px;&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4282019402/&quot; title=&quot;0751 - Condensation Land and Mirror Worlds by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4039/4282019402_47bba5e8b8.jpg&quot; alt=&quot;0751 - Condensation Land and Mirror Worlds&quot; height=&quot;464&quot; class=&quot; &quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Aerial view of the 'Condensation Land' region. You can see the 'Mirror Worlds' exhibition in the southeast part, looking like an inverted 'L'.&lt;/p&gt;&lt;/div&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;The exhibition has seven rooms, with works from (left-to right, bottom-to-top) shoshisn, myself, Ludmilla, Monika (at the corner), Mikil, Florence and Senna. Since Mirror Worlds has to be integrated in the landscape (i.e., the sim is not devoted only to the exhibition), I was confronted to the following problem: what should be the aspect of the exhibition &lt;strong&gt;from outside&lt;/strong&gt;? I wanted the building to be as luminous as possible and have almost transparent walls — but then pictures, when seen from outside, would present a blank face, and this would have been very ugly. Since we are in a virtual world, we don’t have to be 100% realistic; I could have copied the textures to the back side of the pictures, but then there would be no reason to enter the exhibition. I solved this dilemma by copying the textures to the back of the pictures &lt;strong&gt;and making this side 50% transparent&lt;/strong&gt; — this way, the exhibition is beautiful from outside, and what you see from outside invites you to enter and see more.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4281325977/&quot; title=&quot;0752 - Pictures are semitransparent from outside by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2688/4281325977_abc44632db.jpg&quot; alt=&quot;0752 - Pictures are semitransparent from outside&quot; height=&quot;393&quot; class=&quot;aligncenter&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Another decision was to also &lt;strong&gt;use the (cylindrical) ceiling as a place to also display pictures&lt;/strong&gt;. You can see the results in the following shot, which shows a picture from Florence Babenco.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4282132378/&quot; title=&quot;0753 - Pictures in the ceiling by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4066/4282132378_574ecfa4db.jpg&quot; alt=&quot;0753 - Pictures in the ceiling&quot; height=&quot;393&quot; class=&quot;aligncenter&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;To make the 3D environment more lively, I added abundant water and fire:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4281406171/&quot; title=&quot;0754 - Water and fire in Mirror Worlds by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4045/4281406171_b60c66165e.jpg&quot; alt=&quot;0754 - Water and fire in Mirror Worlds&quot; height=&quot;393&quot; class=&quot;aligncenter&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;I also counted on Shoshisn’s beautiful sculptures:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/3309909320/&quot; title=&quot;0496 - Condensation/OpenSim by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3346/3309909320_385259e93c.jpg&quot; alt=&quot;0496 - Condensation/OpenSim&quot; height=&quot;300&quot; class=&quot;aligncenter&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;You can visit &lt;strong&gt;Mirror Worlds&lt;/strong&gt; by using the hypergrid: just go to an &lt;a href=&quot;http://opensimulator.org/wiki/Public_Hypergrid_Nodes&quot;&gt;hypergrid-enabled region&lt;/a&gt; and teleport to &lt;strong&gt;condensationland.com:9000&lt;/strong&gt; — the Condensation Land grid is centered at 7789,7789.&lt;/p&gt;
&lt;h2&gt;The human side&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Building the exhibition, taking design decisions and solving technical/aesthetical dilemmas was the easy part of setting up Mirror Worlds — managing the human side of the problem was much more complicated. On the easy part, I first counted on two good old friends from the Second Life/Flickr community: Senna and Shoshisn.&lt;/p&gt;
&lt;div style=&quot;width: 510px;&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/2623674687/&quot; title=&quot;0298 - Talking with Senna by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3050/2623674687_785a31c3da.jpg&quot; alt=&quot;0298 - Talking with Senna&quot; height=&quot;375&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Senna and me in the wheatfield&lt;/p&gt;&lt;/div&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/sennacoronet/&quot;&gt;Senna&lt;/a&gt; has asked me to &lt;a href=&quot;http://www.flickr.com/photos/sennacoronet/3530333755/&quot;&gt;model&lt;/a&gt; several times and working with him has always been a pleasure. He’s a great friend and a very generous person — as soon as I asked him to participate, he gave me all his support and complete freedom to act. The current selection of pictures is mine, but he’s promised to make a new selection by himself, which will be featured in a coming edition of Mirror Worlds.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/2251721003/&quot; title=&quot;0123 by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2223/2251721003_a2e8c2f8bb.jpg&quot; alt=&quot;0123&quot; height=&quot;500&quot; class=&quot;aligncenter&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/shoshisn/&quot;&gt;Shoshisn&lt;/a&gt; is a great friend, a great artist and a wonderful sculptor (apart from being very beautiful :-)). She’s one of the major contributors to Condensation Land: apart from the pictures and sculptures she has donated for the exhibition, she’s given us a lot of other nice sculptures, and, lately, these wonderful dolphins:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4248896914/&quot; title=&quot;0736 - shoshisn's dolphins by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4050/4248896914_c366c86c46.jpg&quot; alt=&quot;0736 - shoshisn's dolphins&quot; height=&quot;393&quot; class=&quot;aligncenter&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Shoshisn is also a believer in the future of Opensim, and she has helped me to contact a number of other artists for their present or future inclusion in Mirror Worlds. One of these artists is &lt;a href=&quot;http://www.flickr.com/photos/monika_finchy/&quot;&gt;Monika Finchy&lt;/a&gt;, whom I don’t know personally — Shoshisn introduced us and Monika kindly agreed to have her fantastic work displayed.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/2408064433/&quot; title=&quot;0199 by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2199/2408064433_b64e8bf3f1.jpg&quot; alt=&quot;0199&quot; height=&quot;500&quot; class=&quot;aligncenter&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/florencebabenco/&quot;&gt;Florence Babenco&lt;/a&gt; is an old Second Life friend. Florence, &lt;a href=&quot;http://www.flickr.com/photos/ludmilla_writer/&quot;&gt;Ludmilla Writer&lt;/a&gt; and me made an exhibition in Second Life called &lt;a href=&quot;http://www.flickr.com/photos/zonja/sets/72157604510813314/&quot;&gt;“Las Tres Gracias”&lt;/a&gt; back in april 2008; for Ludmilla and me (but not for Florence) this was our first exhibition. When I asked her to participate, she immediately and generously agreed.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/2441432132/&quot; title=&quot;0231 by Zonja Capalini, on Flickr&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2205/2441432132_3ba3f6b203.jpg&quot; alt=&quot;0231&quot; height=&quot;400&quot; class=&quot;aligncenter&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/mikilseptem/&quot;&gt;Mikil Tiki&lt;/a&gt; is a great friend, the kind of person you need to have in a party to ensure its success, metamorph extraordinaire, and a resident of Condensation Land. She’s also one of the most intelligent persons I’ve never met in Second Life. Philosophizing with her about the virtues, defects and nuances in general of being virtual is a delight. She generously accepted to have her work exhibited in Mirror Worlds immediately after I asked her.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/ludmilla_writer/&quot;&gt;Ludmilla Writer&lt;/a&gt; is my indefatigable RL friend, co-founder, contributor and resident of Condensation Land (she owns the Condensation Beach region), and co-owner with &lt;a href=&quot;http://www.flickr.com/photos/favio_piek/&quot;&gt;Favio Piek&lt;/a&gt; and me of &lt;a href=&quot;http://www.flickr.com/groups/tangoatarrabal/&quot;&gt;Arrabal Tango Club&lt;/a&gt;. She’s helped me, in RL and in SL/Opensim, to think about Mirror Worlds, to prepare it, to select the pictures, and, in general, has given me moral support when I was finding the project too difficult. Without Ludmilla Mirror Worlds would not exist. It’s a pleasure to have her work shown there.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;strong&gt;That was the easy part&lt;/strong&gt;. Now I’ll talk about the not-so-easy part of building Mirror Worlds. First of all I have to say something: it’s the first time I work in something remotely related to being a curator, and I’m probably not the most idoneous person to do the job, because of (maybe) lack of sensibility and (for sure) of experience. On the other hand, some of the difficulties I faced when recruiting artists have to be attributed to the artists themselves, not to my lack of skills. However, some of the things I observed made me think quite a lot. Particularly:&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;strong&gt;1)&lt;/strong&gt; &lt;strong&gt;Many people mistake Opensim for Open Life&lt;/strong&gt;. This is probably a result of the mass rush to Open Life that happened around the &lt;a href=&quot;http://zonjacapalini.wordpress.com/2009/04/30/the-openspace-fiasco-six-months-later/&quot;&gt;Openspace fiasco&lt;/a&gt;, and is a very bad thing, because of two things: first, because the performance and stability of Opensim at the moment was much worse than it is right now (but people are unaware of that); and second, because Open Life is anything but open, and the identification between Open Life and Opensim is bad for the Opensim movement. The net result is that they are lazy (i.e., refuse) to try (again) an Opensim grid.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;strong&gt;2)&lt;/strong&gt; Many people simply &lt;strong&gt;didn’t seem to understand what Opensim, or an Opensim-based grid, is&lt;/strong&gt;. They seemed to think that I was  talking about a special region of Second Life, or something like that. Awareness of Opensim between an important sector of SL residents is near to zero.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;strong&gt;3)&lt;/strong&gt; Between the people who do seem to understand what Opensim is, an important number found it &lt;strong&gt;too complicated to connect to a grid&lt;/strong&gt;, even with my personal help and the presence of abundant documentation. This is specially problematic for Mac users, because of poorer support in general for Mac viewers. Many people who connect to SL routinely are artists or creative people in general, and they lack the skills to connect to Opensim. This is a problem because content creators and producers are much needed at the moment.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;I mention these points here because Second Life has a rich, vibrant, artists community, and having this community to look with love to the Opensim grids, creating and showing their art in them, would be a very important bonus towards the general acceptance of Opensim as a platform.&lt;/p&gt;
&lt;h2&gt;Additional resources&lt;/h2&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/zonja/4248220551/&quot; title=&quot;Mirror Worlds: a hypergridded eternal art exhib&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4022/4248220551_e1aea4fff8.jpg&quot; alt=&quot;Mirror Worlds: a hypergridded eternal art exhib&quot; height=&quot;393&quot; class=&quot;aligncenter&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Even if it’s not part of the Mirror Worlds exhibition, I would like to mention that Breen Whitman has donated a copy of his wonderfully crafted “Eastern Gasworks” building; it’s being shown in the southeast part of the Condensation South region — if you visit Mirror Worlds, please take some time to take a look at this building. It’s amazingly detailed, with a lot of shadows baked in the textures. I’m very grateful to Breen for this fantastic gift.&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Here’s a video featuring a long travelling that includes the Mirror Worlds exhibition and Breen’s ‘Eastern Gasworks’:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;text-align: center; display: block;&quot; class=&quot;embed-youtube&quot;&gt;&amp;lt;iframe class=&quot;youtube-player&quot; frameborder=&quot;0&quot; height=&quot;390&quot; src=&quot;http://www.youtube.com/embed/WCL5fgfX-dI?version=3&amp;amp;amp;rel=1&amp;amp;amp;fs=1&amp;amp;amp;showsearch=0&amp;amp;amp;showinfo=1&amp;amp;amp;iv_load_policy=1&amp;amp;amp;wmode=transparent&quot; type=&quot;text/html&quot; width=&quot;640&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;Here’s another video featuring Mirror Worlds only:&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;text-align: center; display: block;&quot; class=&quot;embed-youtube&quot;&gt;&amp;lt;iframe class=&quot;youtube-player&quot; frameborder=&quot;0&quot; height=&quot;390&quot; src=&quot;http://www.youtube.com/embed/2sfulY49POI?version=3&amp;amp;amp;rel=1&amp;amp;amp;fs=1&amp;amp;amp;showsearch=0&amp;amp;amp;showinfo=1&amp;amp;amp;iv_load_policy=1&amp;amp;amp;wmode=transparent&quot; type=&quot;text/html&quot; width=&quot;640&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Finally, &lt;a href=&quot;http://exploradorvirtual.blogspot.com/2009/10/arte-en-condensationland.html&quot;&gt;here&lt;/a&gt;‘s a very nice article (in Spanish) about Mirror Worlds, written by my friend &lt;a href=&quot;http://exploradorvirtual.blogspot.com/&quot;&gt;Albert Revolution&lt;/a&gt;.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/zonjacapalini.wordpress.com/561/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/zonjacapalini.wordpress.com/561/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=zonjacapalini.wordpress.com&amp;amp;blog=4356976&amp;amp;post=561&amp;amp;subd=zonjacapalini&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Sun, 17 Jan 2010 18:20:45 +0000</pubDate>
</item>
<item>
	<title>xyzzy xyzzy... » opensim: OpenSim Zurich Lunch (r6)</title>
	<guid>http://xyzzyxyzzy.net/?p=389</guid>
	<link>http://xyzzyxyzzy.net/2010/01/13/opensim-zurich-lunch-r6/</link>
	<description>&lt;p&gt;for over a year we’ve been meeting more or less once a month or two  over lunch
to discuss and chat about all things &lt;a href=&quot;http://opensimulator.org/&quot;&gt;OpenSim&lt;/a&gt; — very creatively
volker gässler and i called them &lt;em&gt;OpenSim Zurich Lunches&lt;/em&gt; back then
when. for the past year we’ve been having lunch at the cafeteria of
the &lt;a href=&quot;http://www.zurich.ibm.com/index.html&quot;&gt;IBM Research — Zurich lab&lt;/a&gt;, this month’s OpenSim Zurich Lunch
will be the first time we meet closer to the downtown zurich area:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;monday, january 25th, 12:30h — 14:00h (approx)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://maps.google.ch/maps?f=q&amp;amp;source=s_q&amp;amp;hl=de&amp;amp;geocode=&amp;amp;q=Freyastrasse+3,+8004+Z%C3%BCrich&amp;amp;sll=47.37156,8.524562&amp;amp;sspn=0.006932,0.01929&amp;amp;gl=ch&amp;amp;ie=UTF8&amp;amp;hq=&amp;amp;hnear=Freyastrasse+3,+8004+Z%C3%BCrich&amp;amp;t=h&amp;amp;z=16&quot;&gt;king’s kurry, freyastrasse 3, zürich&lt;/a&gt; (close to the train station wiedikon)&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;so, if you are around, have time to spare, and are interested to meet
up with fellow OpenSim-ers, let volker know by dropping him an email
— fe11 at gmx.ch — so that we can reserve enough seats at &lt;em&gt;king’s
kurry&lt;/em&gt;.&lt;/p&gt;</description>
	<pubDate>Wed, 13 Jan 2010 12:39:32 +0000</pubDate>
</item>
<item>
	<title>xyzzy xyzzy... » opensim: debianized rezzme</title>
	<guid>http://xyzzyxyzzy.net/?p=381</guid>
	<link>http://xyzzyxyzzy.net/2010/01/05/debianized-rezzme/</link>
	<description>&lt;p&gt;the &lt;a href=&quot;http://github.com/drscofield/rezzme&quot;&gt;latest rezzme&lt;/a&gt; now contains the necessary code to build debian/ubuntu dpkgs — making it as easy to install rezzme packages on the latest debian/ubuntu systems as it already is for windows and mac OSX machines as the dpkg format allows me to explicitly specify the prerequisites (such as PyQt4).&lt;/p&gt;

&lt;p&gt;while working on the dpkg support i also found out that debian/ubuntu has the very useful &lt;code&gt;/etc/firefox-3.0&lt;/code&gt;, &lt;code&gt;/etc/firefox-3.5&lt;/code&gt;, and &lt;code&gt;/etc/thunderbird&lt;/code&gt; directories that allow me to provide package specific javascript to, for example, add a protocol handler for the &lt;code&gt;rezzme:&lt;/code&gt; URI scheme. that along with gnome’s gconf tool gives us the same seamless rezzme user experience as on windows or mac OSX — unfortunately, it seems that nothing comparable exists for redhat/fedora based systems.&lt;sup id=&quot;fnref:1&quot;&gt;&lt;a href=&quot;http://xyzzyxyzzy.net/tag/opensim/feed/#fn:1&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;also the windows build code has been cleaned up and the no longer required dependency on setuptools removed.&lt;/p&gt;

&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr /&gt;
&lt;ol&gt;

&lt;li id=&quot;fn:1&quot;&gt;
&lt;p&gt;at least i couldn’t find anything comparable; if you know how to do this — independent of minor version upgrades of firefox and thunderbird — i’d appreciate it very much to learn about that. &lt;a href=&quot;http://xyzzyxyzzy.net/tag/opensim/feed/#fnref:1&quot; rev=&quot;footnote&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;

&lt;/ol&gt;
&lt;/div&gt;</description>
	<pubDate>Tue, 05 Jan 2010 10:50:03 +0000</pubDate>
</item>
<item>
	<title>robsmart.co.uk » opensim: The Challenges of writing an OpenSim client in Unity3D</title>
	<guid>http://robsmart.co.uk/?p=185</guid>
	<link>http://robsmart.co.uk/2009/11/12/the-challenges-of-writing-an-opensim-client-in-unity3d/</link>
	<description>&lt;p&gt;I thought I’d write a quick article on the possibilities of writing a client for OpenSim using Unity3d, I’m writing this as there has been a lot of discussion around this recently after the Unity3d indie version became free.&lt;/p&gt;
&lt;p&gt;I’ve done a fair bit of prototyping and investigation on this in the past, so I’ll share what I’ve discovered and where I have got to.&lt;/p&gt;
&lt;p&gt;Firstly I want to make clear a couple of points about the way Unity3d applications can be deployed. One option for creating a client is standalone mode, in this the produced client will be an executable desktop app that works on Windows or OS X. The second and most attractive option for an OpenSim client is deploying as a Web Plugin that can be embedded in any webpage.&lt;/p&gt;
&lt;p&gt;Now I’ve made these two options clear I’ll point out the additional difficulties of creating a Web Plugin client. Firstly any Unity3d app deployed as a web plugin is security sandboxed just as a java applet would be. In practical terms what this means is that certain standard API calls in the embedded Mono engine are not allowed. For example one fairly critical class that can’t be used is System.Net.WebRequest. As far as I can tell there is not a list anywhere of API functions that do not work, it’s a case of trial and error and trawling the Unity forums.&lt;/p&gt;
&lt;p&gt;The second issue with the web plugin is that you can’t use any additonal C/C++ libraries you can however use c# dlls. The restriction this causes though is that your included c# dlls can’t rely on any platform specific external libs, think System.Drawing and libgdi.&lt;/p&gt;
&lt;p&gt;So now lets look at what we need to implement an OpenSim client. First off we’re going to need to communicate with the server so we need libOMV,  for creating a standalone unity application using a pre 0.7 libomv libary there is no problem, it works straight out of the box. Why pre 0.7.0 ? Because in 0.7.0 some features of .NET 3.5 have been introduced (see &lt;a href=&quot;http://www.mail-archive.com/opensim-dev@lists.berlios.de/msg02906.html&quot;&gt;this&lt;/a&gt; opensim-dev post for detail) and Unity3d is on a back level version of mono, i’m not sure exactly which but i think it’s around 2.0.&lt;/p&gt;
&lt;p&gt;It is possible to work around these changes and get libomv 0.70 working in Unity for a standalone client. However try deploying your simple log on and chat client as a Web Plugin and you will soon find that you don’t even get to the login stage as libOMV uses HttpWebRequest which doesnt work in the browser plugin. The fix for this is to rewrite parts of libOMV to use the unity WWW object instead.&lt;/p&gt;
&lt;p&gt;So next up we’ve got the issue of 3D object formats which luckily is solved (in the most part) by the availability of the PrimMesher library written by Dahlia. I spent some time the other week getting this working and shared the Unity side of things with Dahlia who has gone on to get sculpties working as well. The remaining issue with objects is texturing and more specifically the decoding of jpeg2000 images. At the moment I’m decoding these to regular jpegs on the server side before assigning the textures in Unity.&lt;/p&gt;
&lt;p&gt;I guess that leads onto the discussion of whether to bother with trying to get libOMV working in the browser, personally i think it’s worth it. Many would disagree as they don’t see a client embedded in the browser as any different from a desktop app, however this argument is neutralized somewhat by the fact that Unity can communicate via javascript with the page it is embedded into, this leaves open the possiblity of widgetized system for things like inventory management, chat etc. etc. and custom widgets for different opensim grids.&lt;/p&gt;
&lt;p&gt;The alternative option of course is to write a Unity specific client library and implement the matching iClientApi, this may in fact be a better solution as keeping a forked libOMV version just for unity will be a bit of a pain. The down side of this alternative is that the client won’t work with the main Second Life grid.&lt;/p&gt;
&lt;p&gt;So that’s the end of this little brain dump,I hope it has informed anyone thinking of tackling a Unity client for OpenSim and also hope it hasn’t put you off at all.&lt;/p&gt;</description>
	<pubDate>Thu, 12 Nov 2009 11:51:55 +0000</pubDate>
</item>
<item>
	<title>OpenSim/OSGrid Roundup: LSL Scripted Vehicles on OSGrid</title>
	<guid>tag:blogger.com,1999:blog-2074203537800618210.post-6291606465460212052</guid>
	<link>http://osgrid.blogspot.com/2009/10/lsl-scripted-vehicles-on-osgrid.html</link>
	<description>&lt;table cellspacing=&quot;1&quot; class=&quot;tablebg&quot;&gt;&lt;tbody&gt;&lt;tr class=&quot;row1&quot;&gt;&lt;td class=&quot;profile&quot; valign=&quot;top&quot;&gt;     &lt;br /&gt;&lt;/td&gt;    &lt;td valign=&quot;top&quot;&gt;&lt;table cellspacing=&quot;5&quot;&gt;&lt;tbody&gt;&lt;tr&gt;      &lt;td&gt;&lt;div class=&quot;postbody&quot;&gt;To make a long story short:&lt;br /&gt;&lt;br /&gt;The code is now part of the master branch of the opensim project.&lt;br /&gt;&lt;br /&gt;Q: What does this mean?&lt;br /&gt;&lt;br /&gt;A: It means that all of Kitto's work to-date is now a part of 'trunk'&lt;br /&gt;&lt;br /&gt;Q: Does this mean that my vehicle scripts from SL will work now?&lt;br /&gt;&lt;br /&gt;A: Not exactly. Kitto still has a few things to do before that can happen. That being said, good vehicle scripts -can- be written with whats finished if one is creative, and most vehicle scripts could probably be tweaked to work.&lt;br /&gt;&lt;br /&gt;Q: So where does this leave us?&lt;br /&gt;A: See my tutorial on the OSGrid forums at http://osgrid.org/forums/viewtopic.php?f=15&amp;amp;t=1861 to make your own boat :D&lt;br /&gt;&lt;br /&gt;Cheers!&lt;br /&gt;James/Hiro&lt;br /&gt;&lt;img src=&quot;http://www.ossailing.com/images/smilies/icon_cool.gif&quot; alt=&quot;8-)&quot; title=&quot;Cool&quot; /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
	<pubDate>Fri, 23 Oct 2009 19:08:49 +0000</pubDate>
	<author>noreply@blogger.com (James Stallings II)</author>
</item>
<item>
	<title>OpenSim/OSGrid Roundup: Git, Network Protocol Versioning, and The Current State of the Code</title>
	<guid>tag:blogger.com,1999:blog-2074203537800618210.post-1291857527922690414</guid>
	<link>http://osgrid.blogspot.com/2009/10/git-network-protocol-versioning-and.html</link>
	<description>&lt;b&gt;BUSYBUSYBUSY&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;A lot has been going on with opensim! This is why it's been a very long time since I have posted concerning any of my git adventures; between opensim software development dynamics and the new business concern, I've been just about buried with higher priority things than blogging.&lt;br /&gt;&lt;br /&gt;That said, time to play a bit of catch up:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;First,  concerning my Git Tip of the Day&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;&lt;i&gt;It isn't dead&lt;/i&gt;. I just had to do some agressive study and cognition on the topic, and then got very busy with the aforementioned other things. The short take: my efforts with respect to grokking git better have been very fruitful, but like just about everything else, I still dont know it all. Expect a post over the next few days with a great deal of detail compiled from my abundant notes.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Now, concerning network protocol versioning, and the recent osgrid bump in protocol version:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Late last week, thursday or friday depending on where you are in the world, osgrid updated their grid backend services and plazas to a ROBUST service paradigm (a project-local acronym, dont go pester google about it). As there are technically significant differences in the backend protocols implemented by the new server(s), an additional change was to increment the network protocol version number, forcing a cut-off of regions operating prior versions of the software. This has serious implications for region operators: they are forced to update to a version of the software from which they cannot roll back. If things go wrong, it's a rough ride until the kinks get ironed out. The bad news is, things went wrong this time. What went wrong? several things. A few fairly significant, a good many minor - no one thing contributed to the problems we've seen since the update. The good news is, a lot , and I mean a &lt;i&gt;lot&lt;/i&gt; of good is to come of it. We're seeing memory footprints cut in half, really quick, really reliable on-the fly texture decoding (spells the end of blurry textures once and for all), and greatly increased capacity to endure loads in the release candidates - but issues remain and addressing them is an incremental, iterative process.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Which brings us to The Current State of the Code&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;There is a release on the website at OSGrid.org. It may, in fact, be a different revision from what is recommended. This state of affairs is no accident or oversight - it's a consequence of the dedication of the developement and testing teams to keeping the best possible code available at any given time. Many incremental improvements and hotfixes have been applied in the last 72 hours or so - if you need to download the binaries, you can have faith that what is there is the best code currently available.&lt;br /&gt;&lt;br /&gt;You can expect that releases will be coming fast and furious in the days ahead. Work continues in the interest of producing some very dramatic improvements in opensim, in the broadest of senses. Refactoring projects that have been long under way are nearing completion, code has been cleaned up, new architectures implemented, and many optimizations of memory and other resource use are focused at delivering these benefits in the short term - so please bear with us as we labor to produce what will be nothing less than the most game-changing release of opensim we have ever produced.&lt;br /&gt;&lt;br /&gt;And with that, I'll quit bending your ear, and get back to doing something productive.&lt;br /&gt;&lt;br /&gt;Cheers!&lt;br /&gt;James/Hiro</description>
	<pubDate>Tue, 06 Oct 2009 13:46:23 +0000</pubDate>
	<author>noreply@blogger.com (James Stallings II)</author>
</item>
<item>
	<title>OpenSim/OSGrid Roundup: Maintaining an active local fork with Git</title>
	<guid>tag:blogger.com,1999:blog-2074203537800618210.post-8918677404539747071</guid>
	<link>http://osgrid.blogspot.com/2009/09/maintaining-active-local-fork-with-git.html</link>
	<description>&lt;b&gt;[WARNING: this is not a tutorial - it is a workflow deconstruction. Failure to read the entire article before attempting this operation could conceivably result in lost work. Please make certain you understand the process, and remain aware that this is not a linear sequence of instructions, but rather a description of one of my personal experiences. Thanks! James] &lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Topical Introduction: Git Operations vs. GitHub.com&lt;/b&gt;&lt;br /&gt;&lt;br /&gt; I have to say, before anything else is said, that I approached the task of maintaining a git fork with considerable trepidation. I've never really maintained a source tree before that I wasn't really the only one making commits - that was an SVN repo, and honestly, I was never very confident that it could handle more than a few users working on the same project in the absence of some considerable out-of-band cooperation and coordination between those users.&lt;br /&gt;&lt;br /&gt;Yesterday I made my first such effort with Git, and though I'm by no means an expert overnight, the whole process went smoothly (including a graceful recovery from a significant mis-step!) and I am delighted to say that I have not only completed successfully the process of merging a changeset to our local fork, but I was also able to make that fork available to others as an upstream source for pulling the changeset for testing and potential incorporation to the project's master repository!&lt;br /&gt;&lt;br /&gt;Needless to say, I am very excited about how much I was able to accomplish. Read on to see how I was able to get this done. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Git: Preparing a new (branch if necesary)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;One of the first things you should do, typically speaking, is establish a working branch (if you havent already. If you have, skip ahead to '&lt;b&gt;Introducing new/modified source to the tree&lt;/b&gt;', below). This would tend to mean you are already logged into a command shell on the computer that hosts your local fork.&lt;br /&gt;&lt;br /&gt;First things first: &lt;i&gt;change your working directory to the top-level directory in the git repository&lt;/i&gt;. This allows git to find the repo you're working with, without you having to specify a bunch of location-designation parameters for git on the commandline.&lt;br /&gt;&lt;br /&gt;Now, the branch: if you aren't reading this section because you appreciate my mad literary skillz, you're probably reading it because you want to know how to create a branch; and the answer is really simple: you use the 'branch' option to git as shown below:&lt;br /&gt;&lt;br /&gt;git branch &lt;i&gt;branch-name&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;This will create a new branch, containing the exact same source (initiallly) as the 'master' branch of head (whatever was in the repo at the time you made your local fork via a 'git clone &lt;i&gt;url&lt;/i&gt;' command.&lt;br /&gt;&lt;br /&gt;Simple, huh? Not so fast! now you have to check out that branch to actually work with it. This is done with the following command:&lt;br /&gt;&lt;br /&gt;git checkout &lt;i&gt;branchname&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Executing this command makes the new branch the 'working' branch. Remember, git is a sort of object-database manager - it has a backstore in .git/ in the top-level directory in the repo, and inside it stores compressed representations of all your branches. This is not as heavy as it sounds - it stores changesets as a set of 'deltas' or changes to the main branch (master).&lt;br /&gt;&lt;br /&gt;Now we are good to make changes to our new branch. What? you already incorporated your patched/new files into the 'master' branch (like I did)? Not to worry - putting the master branch back in it's original state is easy as &lt;i&gt;pi&lt;/i&gt;:&lt;br /&gt;&lt;br /&gt;git reset --hard #&lt;i&gt;hashnum&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;#hashnum&lt;/i&gt; should be the hash value for the last commit in your repository before you cloned it - i.e., your local fork's original condition. The hash value can be obtained using the 'git log' command.&lt;br /&gt;&lt;br /&gt;Having reset the repository to it's initial condition (assuming you made a similar mis-step), you are now ready to start over at the beginning of this section and make a proper branch to work in. This implies something:&lt;br /&gt;&lt;br /&gt;you should not be editing code directly in the repository - you should be editing only the 'payload' - a working copy of the code extracted from the repository.&lt;br /&gt;&lt;br /&gt;For a deconstruction of the simple process that accomplishes this, see my last blog entry :)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Introducing new/modified source to the tree&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;If you arrived here by skipping ahead, you probably already know that you need to be in a shell changed into the top-level directory of your repository. If not, you probably should go back and read what you skipped, just for the sake of getting some background info.&lt;br /&gt;&lt;br /&gt;Adding source to the tree was accomplished with a very simple process; I copied any files from my working source tree that had been created anew or modified into the branch. How this was accomplished is an area I will be exploring in detail in the near future - for this operation, however, it was very simple. I simply copied the changed/added files from the working source into the repository, after having changed branches. I have a couple of questions about this methodology - I'll address them in a later post, but I'll go ahead and ask them now: 1. are there other (better) ways to go about this? and 2. under what conditions might this turn out to fail?&lt;br /&gt;&lt;br /&gt;Copying the changed/added files into the repo is not enough, however - we need to invoke git in a couple of ways to prepare/preview the changes to be comitted. First, we need to add the files, as follows:&lt;br /&gt;&lt;br /&gt;git add &lt;i&gt;filespec&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;filespec is a pathspec that points at the new/changed files; if the files already existed in the repo, they are silently ignored - if the are new, they will be added to the repo. Next comes the preview:&lt;br /&gt;&lt;br /&gt;git checkout&lt;br /&gt;&lt;br /&gt;This will display a list of new and modified files. You should review them for completeness prior to the next command, which will acually make the commits.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Making the commit&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;git commit&lt;br /&gt;&lt;br /&gt;and that will wrap up the commit of the changesets to the local repo.&lt;br /&gt;&lt;br /&gt;Wow, was that easy or what!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;GitHub.com: Pushing changes from your local fork to your GitHub.com account&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;GitHub is a relatively new and powerful website complimenting git by providing git users a social metaphor for 'organic' developement conducted on git repositories. It is feature-rich and targeted at both the opensource community and companies who employ opensource developement methodologies.&lt;br /&gt;&lt;br /&gt;You will need to obtain an account and log in there, and then make the proper arrangements for authentication. This is done using ssh/rsa keypairs. Full instructions for establishing an account and configuring it for use are available on their website at http://github.com. I highly recommend it!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Exporting your GitHub-hosted repository: The pull request&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;The need to use GitHub implies certain things about your work and your repository: you will need it if, for instance, your local fork is used to develop code for a remote project you dont have the authorization to 'push' code to - that you want to make available to the maintainers of that remote project for evaluation and potential incorporation into the primary project.&lt;br /&gt;&lt;br /&gt;Dont get me wrong, this can be accomplished without the use of GitHub - GitHub just makes it easy to be very communal in your approach. This is a good thing (tm), as git tends to be best used in a very organically organized project, as most opensource projects are.&lt;br /&gt;&lt;br /&gt;The way to get your changes on GitHub is excrutiatingly simple: you push them. Your account at github will provide two types of interfaces (in the form of urls) to a fork you place there: one for public (anonymous) use, and one for private use. The former requires no authentication whatsoever; the latter employs a set of rsa keys, exactly as you would employ in the establishment of a secure shell connection. See the GitHub link 'Help with Keys' on the account settings page for details for creating and installing these credentials on your particular operating system platform. Having done so, and assuming you've created a target repository on the site, the push is accomplished as follows:&lt;br /&gt;&lt;br /&gt;git push &lt;i&gt;url&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;where &lt;i&gt;url&lt;/i&gt; is the url of the GitHub repository, e.g., git@github.com:JamesStallings/opensim.git&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Conclusion&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;If I have been clear at all, by now you should have a fair understanding of what I did to make this happen. It's not a perfect workflow, more of a discription of my first attempt to establish one with git. I am happy to report, that the operation seems to be a success. I'll continue asking and answering as many questions as I can about git and supporting technologies - if you have questions, use that comments button and I'll see if I can answer yours too.&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;In my next topic, a few days down the road, I hope to have some answers about the questions I asked wrt proper ways to import new code into the repository - and perhaps take a stab at a formal workflow tutorial.&lt;br /&gt;&lt;br /&gt;Thanks for reading!&lt;br /&gt;James&lt;b&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;</description>
	<pubDate>Wed, 09 Sep 2009 15:14:30 +0000</pubDate>
	<author>noreply@blogger.com (James Stallings II)</author>
</item>
<item>
	<title>OpenSim/OSGrid Roundup: Welcome back to me!</title>
	<guid>tag:blogger.com,1999:blog-2074203537800618210.post-2747547984549887639</guid>
	<link>http://osgrid.blogspot.com/2009/09/welcome-back-to-me.html</link>
	<description>It has been a very long time since I made a post to this blog. The reasons are many and varied - among them, that I had little to post about that wasn't some sort of whining or bitching or other negativity. As most of the reasons for this state of affairs were more personal than related to OpenSim or OSGrid, I felt it better that I remain silent than reflect personal issues on either of these splendid efforts.&lt;br /&gt;&lt;br /&gt;Indeed, I have been considering passing the blog off to someone else, in the interest of keeping the name in good, productive hands.&lt;br /&gt;&lt;br /&gt;That said, I've changed my mind. I do have something to post about after all, that is positive, usefull, and perhaps even potentially usefull to others! YAY!&lt;br /&gt;&lt;br /&gt;So, without further ado, I'll make this new post, and hopefully many more to come, on the topic of the Git source control management system.&lt;br /&gt;&lt;br /&gt;First, a little bit about why this topic comes to light at this time.&lt;br /&gt;&lt;br /&gt;Recently, much to the dismay of many users (and not a few developers), OpenSim transitioned from the Subversion SCM to the Git SCM. Without getting too deeply into history, Linus Torvalds, originator of the Linux Operating System project, wrote git in an effort to make a better source control system, flexible enough to accomodate the needs of the many thousands of people submitting patches to the linux kernel, and to make his (or others, as the case may be), lives easier with respect to managing these many patch submissions when merging these patches. As with just about everything Linus does, he pushed the tool to the limits of software technology, and produced entirely new functionalities not previously seen in any SCM, that specifically target organic software developement processes within volunteer communities of open source developers.&lt;br /&gt;&lt;br /&gt;Whew! good thing I didn't get too deep into history!&lt;br /&gt;&lt;br /&gt;So, essentially, until it's a non-issue, have a look here each or every other day or so, for a 'Git Trick of the Day'. And with that, here's todays Git Trick of the Day, presented as a problem coupled with a solution to that problem (I'll try to stick to that format as I accumulate posts):&lt;br /&gt;&lt;br /&gt;Problem:&lt;br /&gt;&lt;br /&gt;The local git repository, obtained via the 'git clone' operation, contains much more than just the source tree for the project. It also contains a good number of git SCM artifacts, which represent the entire revision history of the project to the time of the clone. This makes it less than optimal as an environment for building and testing the code that resides in the project.&lt;br /&gt;&lt;br /&gt;While this might seem an incredible handicap, it is in fact one of the chief sources of power that comes with git.&lt;br /&gt;&lt;br /&gt;I dont want to get too far from the problem space I'm addressing here today, so I wont get into a discussion of those intricasies at this point - rather, I will provide a command for extraction of the source tree into a working directory apropos the build+test operation.&lt;br /&gt;&lt;br /&gt;Without further ado, here's that command:&lt;br /&gt;git tar-tree HEAD opensimstaging | (cd ~ &amp;amp;&amp;amp; tar xf -)&lt;br /&gt;&lt;br /&gt;Now, lets disect that a bit. But first, a little warning is in order: Git is still very much in developement, and change is the order of the day - you will need the latest stable revision to use this command (1.6.0.2 at the time of this writing). Further, I'm a linux user primarily, and I have not yet vetted this procedure on windows - though I will, in the near future, and in the not-too-distant future I will advise in a comment to this post as to how to accomplish this on that 'other' platform ;)&lt;br /&gt;&lt;br /&gt;One last warning with respect to the changing nature of git: this command, even on this late stable revision of the code, is already deprecated! Dont let that concern you though - git is pretty smart, and will 're-write' the command for you to produce one that is more current. I'll add that to comments as well, once I've puzzled it out.&lt;br /&gt;&lt;br /&gt;Onward!&lt;br /&gt;&lt;br /&gt;The git command above does the following things:&lt;br /&gt;&lt;br /&gt;Firstly, it executes the git command:&lt;br /&gt;git tar-tree HEAD opensimstaging&lt;br /&gt;&lt;br /&gt;What this does is extract an archive ready copy of the repository 'payload' from the HEAD - also referred to as the 'master' branch. This is the default branch of the repository, chronologically current as of the time the git clone command was used to instantiate a local 'fork' or working copy of the repository. It bases this tree in the relative directory 'opensimstaging'. You can feel free to replace 'opensimstaging' in this command with a directory name more appropriate to your local needs.&lt;br /&gt;&lt;br /&gt;As the output being produced is in 'tar' (tape archive) format, this is the directory the tree will be unpacked to (were it actually being written to a tar file. Tar files are an associated topic, but a bit out of scope for this post). Suffice it to say, that this tar format file will be written to a special unix file called 'stdout'. This is also known as 'the console' - in other words, where things get printed.&lt;br /&gt;&lt;br /&gt;This is where the rest of the command comes into play:&lt;br /&gt; | (cd ~ &amp;amp;&amp;amp; tar xf -)&lt;br /&gt;&lt;br /&gt;Note the first character, the pipe '|' symbol. In unix parlance, this is the command's 'plumbing'. It literally ties the output from one command to the input of another, in this case a tar command.&lt;br /&gt;&lt;br /&gt;Note the presence of the parentheses, the 'cd' command, and the double ampersand (&amp;amp;&amp;amp;). This construct has the following effects - the parenthesis binds commands together, and enforces the order of execution within them - think of it as a sort of aggregation of the commands within the parentheses, causing the shell to interpret them as if they were a single command. The double ampersands concatenate the commands adjacent to it such that the latter does not execute unless the former is successful. It's a sort of error-condition control. If the path requested in the 'cd' command does not exist, causing an error condition and failure of that command as a result, the subsequent 'tar' command will not be launched.&lt;br /&gt;&lt;br /&gt;Barring any trouble, the sequence is like this: the tar formatted output from the git command will be passed to the tar command joined on the line by the pipe, but only if the encapsulated cd command works. Tar then unpacks the tar archive on git's output stream into the directory specified. Nifty, huh! and the product produced in the target directory is without the git-related objects that make up the repository proper, leaving it 'clean' for purposes of building and testing.&lt;br /&gt;&lt;br /&gt;A further benefit is that the 'git pull' command can be used on the original clone to update it, and the process described herein repeated to produce an up-to-date build+test environment, without the overhead of cloning the project a second time from 'origin'.&lt;br /&gt;&lt;br /&gt;I've tried to be both brief and thorough here, and I hope I've not added to your confusion - if you have questions, feel free to ask them in comments, or catch me on FreeNode IRC on #osgrid - I'm Hiro_Protagonist both there and on OSGrid.&lt;br /&gt;&lt;br /&gt;Thanks for reading, and I hope I have been able to help you feel more comfortable with git!&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;James</description>
	<pubDate>Thu, 03 Sep 2009 14:18:41 +0000</pubDate>
	<author>noreply@blogger.com (James Stallings II)</author>
</item>
<item>
	<title>xyzzy xyzzy... » opensim: japanese language support for OpenSim</title>
	<guid>http://xyzzyxyzzy.net/?p=353</guid>
	<link>http://xyzzyxyzzy.net/2009/09/01/japanese-language-support-for-opensim/</link>
	<description>&lt;p&gt;a colleague of mine in japan contacted us asking whether our in-world
collaboration tools could be extended to support japanese characters
— he had tried our internal, public &lt;em&gt;sametime 3d&lt;/em&gt; servers and had
noticed that while in-world chat and instant messaging worked just
fine, our flipcharts, brain storming boards, calendar, and voting
tools did just display rather boring little rectangles &lt;img src=&quot;http://xyzzyxyzzy.net/wp-includes/images/smilies/icon_sad.gif&quot; alt=&quot;:-(&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;

&lt;p&gt;not good. even worse when it means lost leads. so i set out to
investigate. since OpenSim &lt;strong&gt;is&lt;/strong&gt; being used in japan, it was a fair
assumption that we might have a font problem here. this was confirmed
by &lt;a href=&quot;http://twitter.com/AdamFrisby/status/3555720286&quot;&gt;a twitter from
adamfrisby&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;@DrScofield so it should load fine.Only issue you need to be aware
  of is fonts – you need to use a font with the correct charset
  availible.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;so, first port of call: how are we specifying the font to use for text
rendering? digging through the OpenSim source i ended up in the
&lt;code&gt;VectorRenderModule&lt;/code&gt;:&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;&lt;pre class=&quot;crayon-plain-tag&quot;&gt;private void GDIDraw(string data, Graphics graph, char dataDelim)
    {
        Point startPoint = new Point(0, 0);
        Point endPoint = new Point(0, 0);
        Pen drawPen = new Pen(Color.Black, 7);
        string fontName = &amp;amp;quot;Arial&amp;amp;quot;;
        float fontSize = 14;
        Font myFont = new Font(fontName, fontSize);
        SolidBrush myBrush = new SolidBrush(Color.Black);
        ...&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;gulp: we’ve got it &lt;em&gt;hard coded&lt;/em&gt; &lt;img src=&quot;http://xyzzyxyzzy.net/wp-includes/images/smilies/icon_sad.gif&quot; alt=&quot;:-(&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;

&lt;p&gt;so, next question: can we change it dynamically? looking through the
code, it seems like we might:&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;&lt;pre class=&quot;crayon-plain-tag&quot;&gt;...
    else if (nextLine.StartsWith(&amp;amp;quot;FontName&amp;amp;quot;))
    {
        nextLine = nextLine.Remove(0, 8);
        fontName = nextLine.Trim();
        myFont = new Font(fontName, fontSize);
    }
    ...&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;except, hmph, there is no &lt;code&gt;osSetFontName()&lt;/code&gt; OSSL function &lt;img src=&quot;http://xyzzyxyzzy.net/wp-includes/images/smilies/icon_sad.gif&quot; alt=&quot;:-(&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;

&lt;p&gt;a couple of &lt;a href=&quot;http://en.wikipedia.org/wiki/SMOP&quot;&gt;SMOP&lt;/a&gt;s later, we had &lt;code&gt;osSetFontName()&lt;/code&gt; and could also
configure the default font name in &lt;code&gt;OpenSim.ini&lt;/code&gt;, good. now to figure
out which linux font would do the trick.&lt;/p&gt;

&lt;p&gt;i tried:&lt;sup id=&quot;fnref:1&quot;&gt;&lt;a href=&quot;http://xyzzyxyzzy.net/tag/opensim/feed/#fn:1&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Arial&lt;/em&gt; — no good: doesn’t have japanese script support&lt;/li&gt;
&lt;li&gt;&lt;em&gt;DejaVu Sans/Serif&lt;/em&gt; — again, no good, no japanese script support&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Kochi Mincho&lt;/em&gt; — works!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;— the configuration for that one is:&lt;/p&gt;

&lt;pre class=&quot;crayon-plain-tag&quot;&gt;[VectorRender]
    font_name = &quot;Kochi Mincho&quot;&lt;/pre&gt;

&lt;p&gt;my next quest was to see whether i could find a font that would
support the whole range: european scripts as well as japanese and also
chinese.&lt;/p&gt;

&lt;p&gt;…unfortunately, while windows users have &lt;em&gt;Arial Unicode MS&lt;/em&gt; there is
no such complete beast available to linux users — yes, there are
fonts such as &lt;em&gt;bitstream cybit&lt;/em&gt;, but their license conditions either
don’t allow commercial use or only for a single user. so, if you are
running under linux you need to localize your OpenSim installation via
&lt;code&gt;OpenSim.ini&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;but! at least we figured out how to get japanese character sets
supported in OpenSim on linux and can now configure one of our
&lt;em&gt;sametime 3d&lt;/em&gt; servers to support japanese OpenSim users properly! &lt;img src=&quot;http://xyzzyxyzzy.net/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;

&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr /&gt;
&lt;ol&gt;

&lt;li id=&quot;fn:1&quot;&gt;
&lt;p&gt;lest you get the wrong impression: i know &lt;strong&gt;no&lt;/strong&gt; japanese,
  instead i’m using &lt;a href=&quot;http://translate.google.com/translate_t#en|ja|OpenSim%20rocks!&quot;&gt;google translate&lt;/a&gt; to produce suchs gems as
  “OpenSimは岩！”&lt;sup id=&quot;fnref:2&quot;&gt;&lt;a href=&quot;http://xyzzyxyzzy.net/tag/opensim/feed/#fn:2&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; &lt;a href=&quot;http://xyzzyxyzzy.net/tag/opensim/feed/#fnref:1&quot; rev=&quot;footnote&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;

&lt;li id=&quot;fn:2&quot;&gt;
&lt;p&gt;and hoping that the good folks at google don’t do a “&lt;a href=&quot;http://www.imdb.com/title/tt0259446/quotes&quot;&gt;Έχω τρεις
  όρχεις&lt;/a&gt;” on me… &lt;a href=&quot;http://xyzzyxyzzy.net/tag/opensim/feed/#fnref:2&quot; rev=&quot;footnote&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;

&lt;/ol&gt;
&lt;/div&gt;</description>
	<pubDate>Tue, 01 Sep 2009 14:07:57 +0000</pubDate>
</item>
<item>
	<title>OpenSim/OSGrid Roundup: Hello, world!</title>
	<guid>tag:blogger.com,1999:blog-2074203537800618210.post-9163214108481580241</guid>
	<link>http://osgrid.blogspot.com/2009/07/hello-world.html</link>
	<description>I am on the intarweb!</description>
	<pubDate>Mon, 27 Jul 2009 21:59:24 +0000</pubDate>
	<author>noreply@blogger.com (James Stallings II)</author>
</item>
<item>
	<title>xyzzy xyzzy... » opensim: 40</title>
	<guid>http://xyzzyxyzzy.net/?p=343</guid>
	<link>http://xyzzyxyzzy.net/2009/07/11/40/</link>
	<description>&lt;p&gt;a &lt;a href=&quot;http://xyzzyxyzzy.net/tag/opensim/feed/t/2009/06/19/21/&quot;&gt;couple of weeks ago i blogged about our rather sobering tests with real avatars and that we run into serious trouble round about the 21 avatar mark&lt;/a&gt;. alan webb, arthur valadares, and i started looking at the what could possibly be biting us there.&lt;/p&gt;

&lt;p&gt;having profiled opensim (albeit briefly, you end up with lots of data), arthur had found out that a lot of time was spend in the packet handling code, so we concentrated on the packet and textures handling — hypothesis #2 being that the on-rush of avatars trying to log in all at ance (and being logged in almost all at once) was causing a massive spike in textures demand:  alan “outsourced” the texture handling to a thread of its own instead of having it part of the normal packet handling. arthur and i were successful in getting rid of a number of short-lived mass object instantiations.&lt;/p&gt;

&lt;p&gt;the result: well, with even more vicious bots (20 of those new ones were sufficient to bring opensim to a stand-still now, similar to real avatars) we now managed to go up to 40 avatars! sure the region became laggy, but, and that is important, we could still use the in-world tools, could still move around, chat and work.&lt;/p&gt;

&lt;p&gt;so, progress. now to figure out why massive amounts of collision events reported via LSL cause a deep ODE physics engine crash…&lt;/p&gt;</description>
	<pubDate>Sat, 11 Jul 2009 19:09:34 +0000</pubDate>
</item>
<item>
	<title>xyzzy xyzzy... » opensim: full spatial voice for opensim</title>
	<guid>http://xyzzyxyzzy.net/?p=339</guid>
	<link>http://xyzzyxyzzy.net/2009/07/11/full-spatial-voice-for-opensim/</link>
	<description>&lt;p&gt;this morning i finally could push our &lt;code&gt;VivoxVoiceModule&lt;/code&gt; into opensim trunk. we had been using it internally for almost three month as part of the Sametime3D project but only now got the necessary legal “paperwork” done so that we could finally release it into the wild!&lt;/p&gt;

&lt;p&gt;VivoxVoiceModule works with the same voice technology which Linden Labs are using for their SecondLife virtual world — and, what’s even nicer, it plays along rather well with recent SecondLife clients (anything from 1.22.9 onwards), meaning you get full spatial sound, speaker indication, direct avatar-to-avatar voice chats, the works, without having to configure &lt;em&gt;anything&lt;/em&gt;  client side.  you can even — in contrast to Linden Labs SecondLife grid — switch from spatial voice to conference call style voice channels, or change the range of voice, how quickly it fades, and so forth (all explained in &lt;code&gt;OpenSim.ini.example&lt;/code&gt;). voice quality is superb — except for those occasions where we muck around with the grid itself (and thus cannot use in-world voice), we use it instead of conference calls and have been using it for a couple of months now.&lt;/p&gt;

&lt;p&gt;VivoxVoiceModule does require a &lt;a href=&quot;http://www.vivox.com/virtualworlds.html&quot;&gt;vivox voice server&lt;/a&gt; to talk to — which means that you need to obtain a &lt;em&gt;customer admin account&lt;/em&gt; (IIRC) from vivox. as i don’t work for vivox (alan webb and i just wrote the module, nothing else), i can’t provide any further information on how to go about obtaining such an account nor can i tell you how it will cost. there are rumours on the opensim-dev mailing list that adam frisby has a bunch of licenses from vivox for OSgrid, again, i know no details.&lt;/p&gt;</description>
	<pubDate>Sat, 11 Jul 2009 18:54:44 +0000</pubDate>
</item>
<item>
	<title>Darb Dabney's 3d GIS - OpenSim » OpenSim: OpenSim Terrain notes, and Darb has Process Credit history!</title>
	<guid>http://blog.simgis.com/?p=360</guid>
	<link>http://blog.3dg.is/2009/07/06/darb-has-process-credit-history-opensim-terrain-notes-too/</link>
	<description>I’d read about this, but never before experienced the agony first-hand.  Extracting funds from SL, the wait for funds to arrive at PayPal was a bit slow.  In fact, in the time it took funds to go from Linden to PayPal, a bamboo shoot in my back yard could have grown taller than me (that’s [...]</description>
	<pubDate>Tue, 07 Jul 2009 05:17:26 +0000</pubDate>
</item>
<item>
	<title>xyzzy xyzzy... » opensim: 21</title>
	<guid>http://xyzzyxyzzy.net/?p=334</guid>
	<link>http://xyzzyxyzzy.net/2009/06/19/21/</link>
	<description>&lt;p&gt;after our &lt;a href=&quot;http://xyzzyxyzzy.net/2009/06/09/81/&quot;&gt;intoxicating stress test ten days ago&lt;/a&gt; we repeated the stress test today with a group of volunteers — thus, real SL clients instead of bots.&lt;/p&gt;

&lt;p&gt;the result: &lt;strong&gt;21&lt;/strong&gt;. &lt;img src=&quot;http://xyzzyxyzzy.net/wp-includes/images/smilies/icon_sad.gif&quot; alt=&quot;:-(&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;

&lt;p&gt;somewhere around the 21 avatar mark we are got stuck and the (single) region standalone system started becoming &lt;em&gt;very&lt;/em&gt; laggy: avatars could not move anymore (or erratically at best), chat got relayed occasionally. interestingly enough we still saw new users logging in. looking at OpenSim’s log we saw that OpenSim was busy processing new user requests — a lot of new user requests.&lt;/p&gt;

&lt;p&gt;so, the current hypothesis is that new users clog the out-pipe with large amount of texture requests, causing the existing users to starve and the system becoming unresponsive.&lt;/p&gt;</description>
	<pubDate>Fri, 19 Jun 2009 18:33:18 +0000</pubDate>
</item>
<item>
	<title>UgoTrade » OpenSim: HomeCamp 2: Home Energy Management and Distributed Sustainability</title>
	<guid>http://www.ugotrade.com/?p=3423</guid>
	<link>http://www.ugotrade.com/2009/04/24/homecamp-2-home-energy-management-and-distributed-sustainability/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/picture-31.png&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/picture-31-299x300.png&quot; title=&quot;picture-31&quot; height=&quot;300&quot; width=&quot;299&quot; alt=&quot;picture-31&quot; class=&quot;alignnone size-medium wp-image-3424&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://homecamp.org.uk/&quot; rel=&quot;nofollow&quot;&gt;HomeCamp&lt;/a&gt; is a home hacking, automation and green technology community that will be &lt;a href=&quot;http://maps.google.co.uk/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=65+-+71+Scrutton+Street,+London,+EC2A+4PJ&amp;amp;sll=51.509912,-0.129361&amp;amp;sspn=0.100214,0.30899&amp;amp;ie=UTF8&amp;amp;ll=51.524379,-0.080895&amp;amp;spn=0.006582,0.019312&amp;amp;z=16&amp;amp;iwloc=addr&quot; target=&quot;_blank&quot;&gt;gathering in London&lt;/a&gt; tomorrow, Saturday 25th April 2009, 10am until 6pm BST (GMT + 1), and in an &lt;a href=&quot;http://homecamp.pbwiki.com/Virtual-Home-Camp&quot;&gt;OpenSim event running alongside for virtual participation&lt;/a&gt;, to brainstorm new possibilities for distributed sustainability, creative smart meters, monitoring, graphing and visulaizing energy usage.&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;More details and videos on the &lt;a href=&quot;http://homecamp.org.uk&quot; target=&quot;_blank&quot;&gt;blog.&lt;/a&gt; &lt;a href=&quot;http://homecamp.pbwiki.com/&quot; target=&quot;_blank&quot;&gt;The wiki, which includes signup&lt;/a&gt;, is the main portal to all the online activity.&lt;a href=&quot;http://homecamp.pbwiki.com/&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As James Governor notes &lt;a href=&quot;http://www.redmonk.com/jgovernor/2009/04/24/homecamp-returns/&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;span lang=&quot;EN-GB&quot;&gt;there has been a huge amount of code and applications released focused purely on using technology for home energy monitoring and automation.  We have an active google group and quite a few videos and content showcasing the various applications and hardware currently being used by geeks to save money and live greener.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;span lang=&quot;EN-GB&quot;&gt;Now the challenge is to see how this seedling home energy management movement&lt;/span&gt;&lt;span lang=&quot;EN-GB&quot;&gt; can &lt;/span&gt;&lt;span lang=&quot;EN-GB&quot;&gt;really grow into widely adopted distributed sustainability solutions that &lt;/span&gt;&lt;span lang=&quot;EN-GB&quot;&gt;everyone can use, and participate in.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Both &lt;a href=&quot;http://www.yellowpark.net/cdalby/index.php/about/&quot; target=&quot;_blank&quot;&gt;Chris Dalby&lt;/a&gt; (&lt;a href=&quot;http://www.yellowpark.net/cdalby/index.php/2009/04/23/homecamp-2-is-this-saturday/&quot; target=&quot;_blank&quot;&gt;see here)&lt;/a&gt;, &lt;a href=&quot;http://andypiper.wordpress.com/2009/04/24/home-camp-mark-2/&quot; target=&quot;_blank&quot;&gt;Andy Piper&lt;/a&gt;, James Governor of &lt;a href=&quot;http://www.redmonk.com/jgovernor/&quot; target=&quot;_blank&quot;&gt;Monkchips&lt;/a&gt; (&lt;a href=&quot;http://www.redmonk.com/jgovernor/2009/04/24/homecamp-returns/&quot; target=&quot;_blank&quot;&gt;see here&lt;/a&gt;),  and Tom Raftery of &lt;a href=&quot;http://greenmonk.net/&quot; target=&quot;_blank&quot;&gt;GreenMonk&lt;/a&gt; (&lt;a href=&quot;http://greenmonk.net/homecamp-ii/&quot; target=&quot;_blank&quot;&gt;see here&lt;/a&gt;), have posted on tomorrow’s &lt;a href=&quot;http://homecamp.pbwiki.com/&quot; target=&quot;_blank&quot;&gt;Ho&lt;/a&gt;&lt;a href=&quot;http://homecamp.pbwiki.com/&quot; target=&quot;_blank&quot;&gt;meCamp&lt;/a&gt; event. So I am just going to add some quick notes, especially to highlight some of what will be going on virtually for those of you, like me, who can’t make it to London.&lt;/p&gt;
&lt;p&gt;You can tune in either on the live video ustream, or sign up on &lt;a href=&quot;http://reactiongrid.com/&quot;&gt;ReactionGrid &lt;/a&gt;and join the &lt;a href=&quot;http://homecamp.pbwiki.com/Virtual-Home-Camp&quot;&gt;OpenSim event&lt;/a&gt;. Also, you can keep up on what is happening on Twitter #homecamp. I highly recommend that you catch Tom Raftery’s talk which will be streamed from Spain live into the London meeting, the OpenSim event on ReactionGrid, and Ustream. Tom Raftery, a leading Green technology analyst at &lt;a href=&quot;http://redmonk.com/&quot; target=&quot;_blank&quot;&gt;RedMonk&lt;/a&gt; &lt;a href=&quot;http://greenmonk.net/&quot; target=&quot;_blank&quot;&gt;(see also GreenMonk&lt;/a&gt;), will be picking up, in depth, on some themes raised in his brilliant ETech 2009 presentation, &lt;a href=&quot;http://en.oreilly.com/et2009/public/schedule/detail/5655&quot; target=&quot;_blank&quot;&gt;“Electricity 2.0: Applying the Lessons of the Web to Our Energy Networks.”&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/tweetawatt.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/tweetawatt-300x162.jpg&quot; title=&quot;tweetawatt&quot; height=&quot;162&quot; width=&quot;300&quot; alt=&quot;tweetawatt&quot; class=&quot;alignnone size-medium wp-image-3425&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;There will be homecampers dropping in to virtual homecamp in ReactionGrid throughout the day, including &lt;a href=&quot;http://blogs.ipona.com/chris/&quot; target=&quot;_blank&quot;&gt;Chris Hart (the awesome “girl-geek”@dstrawberrygirl)&lt;/a&gt;, &lt;a href=&quot;http://mikethebee.mevio.com/&quot; target=&quot;_blank&quot;&gt;MiketheBee&lt;/a&gt;, and &lt;a href=&quot;http://www.cminion.com/wordpress/&quot; target=&quot;_blank&quot;&gt;Cminion&lt;/a&gt;, who has a number of cool projects to demo, including &lt;a href=&quot;http://www.cminion.com/wordpress/?p=43&quot; target=&quot;_blank&quot;&gt;his energy turbines&lt;/a&gt;.  &lt;a href=&quot;http://www.gomaya.com/glyph/&quot; target=&quot;_blank&quot;&gt;Dave Pentecost&lt;/a&gt; (pictured above with his &lt;a href=&quot;http://twitter.com/tweetawatt&quot; target=&quot;_blank&quot;&gt;Tweetawatt&lt;/a&gt;, &lt;a href=&quot;http://www.pachube.com/&quot; target=&quot;_blank&quot;&gt;Pachube&lt;/a&gt; Orb) and I (&lt;a href=&quot;http://docs.google.com/Presentation?id=dhj5mk2g_214g48q37hj&quot; target=&quot;_blank&quot;&gt;see our presentation for EarthWeek SL here&lt;/a&gt;) plan to be at Virtual Homecamp on ReactionGrid between 9am and 10.30am EST. Dave has done a number of cool energy monitoring hacks including a &lt;a href=&quot;http://www.pachube.com/&quot; target=&quot;_blank&quot;&gt;Pachube&lt;/a&gt; link to and from &lt;a href=&quot;http://opensimulator.org/wiki/Main_Page&quot; target=&quot;_blank&quot;&gt;OpenSim&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;title&quot;&gt;Also keep your eye on Dave’s blog, &lt;a href=&quot;http://www.gomaya.com/glyph/&quot; target=&quot;_blank&quot;&gt;The Daily Glyph&lt;/a&gt;, for what’s new in distributed sustainability. Dave just posted some great links on Sustainable Interaction, design&lt;/span&gt; and work by ITP researchers and others in sustainable use of technology.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://itp.nyu.edu/sustainability/interaction/Main/Papers&quot; title=&quot;Sustainable Interaction | Main / Papers&quot;&gt;Sustainable Interaction | Main / Papers&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.sustainableminds.com/category/categories/sustainable-interaction-design&quot; title=&quot;Sustainable interaction design | Sustainable Minds&quot;&gt;Sustainable interaction design | Sustainable Minds&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://other90.cooperhewitt.org/&quot; title=&quot;Design For the Other 90% | Cooper-Hewitt, National Design Museum&quot;&gt;Design For the Other 90% | Cooper-Hewitt, National Design Museum&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;If you are in London, look out for Oliver Goh of &lt;a href=&quot;http://www.shaspa.com/&quot; target=&quot;_blank&quot;&gt;Shaspa&lt;/a&gt; as Oliver will be at Homecamp in London. As I mentioned in &lt;a href=&quot;http://www.ugotrade.com/2009/04/19/sensor-networks-and-sustainability-connecting-real-virtual-mobile-and-augmented-reality/&quot; target=&quot;_blank&quot;&gt;my previous post&lt;/a&gt;, Oliver will soon be launching both Shaspa commmunity and enterprise hardware and software packages for “Intelligent Energy Management.”&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/picture-35.png&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/picture-35-300x229.png&quot; title=&quot;picture-35&quot; height=&quot;229&quot; width=&quot;300&quot; alt=&quot;picture-35&quot; class=&quot;alignnone size-medium wp-image-3428&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For a bit of homecamp history, James Governor (picture below from &lt;a href=&quot;http://chinposin.com/home/monkchips&quot; target=&quot;_blank&quot;&gt;Chinposin)&lt;/a&gt;, recaps  some of the successes of  the first HomeCamp &lt;a href=&quot;http://www.redmonk.com/jgovernor/2009/04/24/homecamp-returns/&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;And last but not least, a big thanks to sponsors, &lt;a href=&quot;http://currentcost.co.uk/&quot;&gt;CurrentCost&lt;/a&gt;, &lt;a href=&quot;http://greenmonk.net/&quot;&gt;Greenmonk&lt;/a&gt;, &lt;a href=&quot;http://www.pachube.com/&quot;&gt;Pachube&lt;/a&gt;, &lt;a href=&quot;http://www.onzo.co.uk/&quot; target=&quot;_blank&quot;&gt;Onzo&lt;/a&gt;, and &lt;a href=&quot;http://reactiongrid.com/&quot;&gt;ReactionGrid&lt;/a&gt;,  and media partner &lt;a href=&quot;http://theattick.tv/&quot; target=&quot;_blank&quot;&gt;theattick.tv&lt;/a&gt; who are making the London and virtual homecamp events possible.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/picture-33.png&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/picture-33-294x300.png&quot; title=&quot;picture-33&quot; height=&quot;300&quot; width=&quot;294&quot; alt=&quot;picture-33&quot; class=&quot;alignnone size-medium wp-image-3426&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/tweetawatt.jpg&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://homecamp.pbwiki.com/&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;/p&gt;</description>
	<pubDate>Fri, 24 Apr 2009 19:14:16 +0000</pubDate>
</item>
<item>
	<title>Darb Dabney's 3d GIS - OpenSim » OpenSim: Something new for Earth Day</title>
	<guid>http://blog.simgis.com/?p=312</guid>
	<link>http://blog.3dg.is/2009/04/22/something-new-for-earth-day/</link>
	<description>&amp;lt;&amp;lt;updated 20090424&amp;gt;&amp;gt; As my patience with Second Life wanes, and I wait for more architectural input for my next SL build project, I have a dark OpenSim server with no fixed IP.  I’m having stability issues with the Linux SL client, but have upgraded the workstation to Ubuntu 9.04 Jaunty Jackalope.  Google Earth client there [...]</description>
	<pubDate>Thu, 23 Apr 2009 06:25:01 +0000</pubDate>
</item>
<item>
	<title>UgoTrade » OpenSim: Sensor Networks and Sustainability: “Connecting Real, Virtual, Mobile and Augmented Spaces”</title>
	<guid>http://www.ugotrade.com/?p=3381</guid>
	<link>http://www.ugotrade.com/2009/04/19/sensor-networks-and-sustainability-connecting-real-virtual-mobile-and-augmented-reality/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/picture-21.png&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/picture-21-300x225.png&quot; title=&quot;picture-21&quot; height=&quot;225&quot; width=&quot;300&quot; alt=&quot;picture-21&quot; class=&quot;alignnone size-medium wp-image-3382&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Today, I did a presentation, on &lt;a href=&quot;http://docs.google.com/Presentation?id=dhj5mk2g_214g48q37hj&quot; target=&quot;_blank&quot;&gt;connecting real, virtual, mobile, and augmented spaces to support sustainability,&lt;/a&gt; for &lt;a href=&quot;http://slearthweek.wordpress.com/2009/04/10/earth-week-press-release-see-schedule-also/&quot; target=&quot;_blank&quot;&gt;Earth Week SL&lt;/a&gt;, with &lt;a href=&quot;http://www.gomaya.com/glyph/&quot; target=&quot;_blank&quot;&gt;Dave Pentecost&lt;/a&gt; and &lt;a href=&quot;http://jimpurbrick.com/&quot; target=&quot;_blank&quot;&gt;Jim Purbrick&lt;/a&gt;, who presented on &lt;a href=&quot;http://carbongoggles.org/&quot; target=&quot;_blank&quot;&gt;Carbon Goggles&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Dave and I focused on sensor networks, open data,&lt;a href=&quot;http://www.pachube.com/&quot; target=&quot;_blank&quot;&gt; Pachube&lt;/a&gt;,  &lt;a href=&quot;http://opensimulator.org/wiki/Main_Page&quot; target=&quot;_blank&quot;&gt;OpenSim,&lt;/a&gt; and sustainability from perspective of, “hack local, think global.”  Dave and I will be picking up on some of these themes of sensor networks and sustainability next week in our presentation with &lt;a href=&quot;http://www.darleon.com/&quot; target=&quot;_blank&quot;&gt;Dimitri Darras&lt;/a&gt; at ITP,  NYU, Aprl 24th, 6.30 pm to 8 pm – &lt;a href=&quot;http://itp.nyu.edu/sigs/news/special-event-open-sim/&quot; target=&quot;_blank&quot;&gt;details here&lt;/a&gt;.  If you are in New York City, I hope to see you there.&lt;/p&gt;
&lt;p&gt;We got some interesting insights into augmented reality from &lt;a href=&quot;http://jimpurbrick.com/&quot; target=&quot;_blank&quot;&gt;Jim Purbrick&lt;/a&gt; whose &lt;a href=&quot;http://carbongoggles.org/&quot; target=&quot;_blank&quot;&gt;Carbon Goggles&lt;/a&gt; project prototypes how we can use augmented reality to read carbon identity and to combine well organized, verified data from &lt;a href=&quot;http://www.amee.com/&quot; target=&quot;_blank&quot;&gt;AMEE&lt;/a&gt; – a neutral aggregation platform to measure the “carbon footprint” of everything on earth, with crowd sourced tagging and linking.&lt;/p&gt;
&lt;h3&gt;Shaspa – “the sensor network system that has it all”&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/picture-22.png&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/picture-22-300x224.png&quot; title=&quot;picture-22&quot; height=&quot;224&quot; width=&quot;300&quot; alt=&quot;picture-22&quot; class=&quot;alignnone size-medium wp-image-3391&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We also discussed, recently launched, &lt;a href=&quot;http://www.shaspa.com/&quot; target=&quot;_blank&quot;&gt;Shaspa&lt;/a&gt;. Shaspa’s energy management packages connect spaces – real, virtual, mobile and augmented.  Shaspa has been blogged  by &lt;a href=&quot;http://www.maxping.org/business/real-life/virtual-management-of-energy-consumption-in-the-home.aspx/&quot; target=&quot;_blank&quot;&gt;Maxping&lt;/a&gt; and &lt;a href=&quot;http://www.virtualworldsnews.com/2009/04/shaspa-launches-home-energy-organizer-on-opensim.html&quot; target=&quot;_blank&quot;&gt;Virtual World News&lt;/a&gt;, so you can read all about it, but the Shaspa device kit won’t be available until next week. Some key features of the Home Energy  package are listed on the slide above.  However, this evening, Dave Pentecost and I got a sneak preview of both the Shaspa commmunity and enterprise hardware and software packages from Shaspa founder Oliver Goh. We were pretty impressed.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Dave:&lt;/strong&gt; “&lt;strong&gt;It’s the ultimate hackable device for energy management!”&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Oliver:&lt;/strong&gt; &lt;strong&gt;“Bring us any sensor device – with documentation, and within three days we will put a driver into Shaspa.”&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/daveandoliverpost.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/daveandoliverpost-300x178.jpg&quot; title=&quot;daveandoliverpost&quot; height=&quot;178&quot; width=&quot;300&quot; alt=&quot;daveandoliverpost&quot; class=&quot;alignnone size-medium wp-image-3392&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Oliver is on the right and Dave on the left in the picture above. The picture below shows Shaspa in OpenSim. Oliver and I will be attending the &lt;a href=&quot;http://www.3dtlc.com/&quot;&gt;&lt;span style=&quot;color: #810081;&quot;&gt;3D Training, Learning and Collaboration&lt;/span&gt;&lt;/a&gt; Conference in Washington, DC, next week.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/picture-23.png&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/04/picture-23-300x208.png&quot; title=&quot;picture-23&quot; height=&quot;208&quot; width=&quot;300&quot; alt=&quot;picture-23&quot; class=&quot;alignnone size-medium wp-image-3412&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Links&lt;/h3&gt;
&lt;p&gt;Here are some of the links that came up in the presentation as many people asked for them to be published. Dave also has them on &lt;a href=&quot;http://www.gomaya.com/glyph/archives/002520.html#002520&quot; target=&quot;_blank&quot;&gt;his blog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;SLIDES on GOOGLE DOCS:&lt;br /&gt;
&lt;a href=&quot;http://docs.google.com/Presentation?id=dhj5mk2g_214g48q37hj&quot; title=&quot;Earth Week SL Presentation, April 18th, 2009 - Google Docs&quot;&gt;Earth Week SL Presentation, April 18th, 2009 – Google Docs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/2009/01/28/pachube-patching-the-planet-interview-with-usman-haque/&quot; target=&quot;_blank&quot;&gt;Pachube, sensor networks&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gomaya.com/glyph&quot; target=&quot;_blank&quot;&gt;Dave’s blog covering Maya archaeology, jungle ecology, and technology&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gomaya.com/glyph/archives/001914.html&quot; target=&quot;_blank&quot;&gt;Maya Frontier, Usumacinta River videos&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Collapse_(book)&quot; target=&quot;_blank&quot;&gt;Collapse&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/tag/opensim/feed/microcontrollers http://arduino.cc/&quot; target=&quot;_blank&quot;&gt;Arduino&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://community.pachube.com/tutorials&quot; target=&quot;_blank&quot;&gt;Pachube – tutorials&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://apps.pachube.com/&quot; target=&quot;_blank&quot;&gt;Pachube Apps &lt;/a&gt;-&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pachube.com/feeds/1284&quot; target=&quot;_blank&quot;&gt;Arduino-SL-Pachube data site&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pachube.com/feeds/1505&quot; target=&quot;_blank&quot;&gt;SL to Pachube site&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.zachhoeken.com/connecting-to-the-world&quot; target=&quot;_blank&quot;&gt;Dave’s Danger Shield – Pachube  tutorial&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ladyada.net/make/tweetawatt/&quot; target=&quot;_blank&quot;&gt;TweetaWatt site (LadyAda)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gomaya.com/glyph/archives/002505.html&quot; target=&quot;_blank&quot;&gt;Dave’s post on TweetaWatt to Opensim/SL&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://peterquirk.wordpress.com/2008/12/22/tutorial-using-the-streamlined-tool-chain-for-importing-sketchup-models-into-realxtend-04/&quot; target=&quot;_blank&quot;&gt;Peter Quirk’s post on Importing Sketchup into RealXtend&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://opensimulator.org/wiki/Main_Page&quot; target=&quot;_blank&quot;&gt;Opensim&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.realxtend.org/&quot; target=&quot;_blank&quot;&gt;RealXtend&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://reactiongrid.com/&quot; target=&quot;_blank&quot;&gt;ReactionGrid&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://homecamp.pbwiki.com/&quot; target=&quot;_blank&quot;&gt;homecamp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.cminion.com/wordpress/&quot; target=&quot;_blank&quot;&gt;cminion -wind turbines in OpenSim&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mikethebee.mevio.com/&quot; target=&quot;_blank&quot;&gt;MiketheBee&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/2009/01/17/is-it-%E2%80%9Comg-finally%E2%80%9D-for-augmented-reality-interview-with-robert-rice/&quot; target=&quot;_blank&quot;&gt;Is it “OMG finally” for Augmented Reality?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/2008/12/15/smart-planetinterview-with-andy-stanford-clark/&quot; target=&quot;_blank&quot;&gt;Smart Planet: Interview with Andy Stanford-Clark&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.orangecone.com/&quot; target=&quot;_blank&quot;&gt;Orange Cone – Information Shadows and Things as Services&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Sun, 19 Apr 2009 06:32:59 +0000</pubDate>
</item>
<item>
	<title>OpenSimulator Project: OSGrid has a newspaper – Woot!</title>
	<guid>http://opensimulator.wordpress.com/?p=90</guid>
	<link>http://opensimulator.wordpress.com/2009/02/28/osgrid-has-a-newspaper-woot/</link>
	<description>&lt;p&gt;&lt;img src=&quot;http://opensimulator.wordpress.com/DOCUME~1/ckrinke/LOCALS~1/Temp/moz-screenshot.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Kudos to Alyvaral Aeghin on OSGrid for taking an idea and making something of it. There is now a newspaper on OSGrid and it is called “The Ruth”.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://opensimulator.files.wordpress.com/2009/02/theruth.jpg?w=300&amp;amp;h=140&quot; title=&quot;theruth&quot; height=&quot;140&quot; width=&quot;300&quot; alt=&quot;theruth&quot; class=&quot;alignnone size-medium wp-image-91&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The first issue is 8 pages and is available &lt;a href=&quot;http://www.datafilehost.com/download-99bc52bb.html&quot;&gt;here&lt;/a&gt; for viewing. There are also newstand vendors (no charge) on Teravus Plaza, Yang and others. It is absolutely terrific to see more of our community on OSGrid that has been evolving for over a year and a half as we move forward in both helping to develop OpenSim by testing the latest SVN builds each day and developing our community at the same time.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://opensimulator.wordpress.com/DOCUME~1/ckrinke/LOCALS~1/Temp/moz-screenshot-1.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/opensimulator.wordpress.com/90/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/opensimulator.wordpress.com/90/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=opensimulator.wordpress.com&amp;amp;blog=2882393&amp;amp;post=90&amp;amp;subd=opensimulator&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Sat, 28 Feb 2009 20:56:08 +0000</pubDate>
</item>
<item>
	<title>OpenSimulator Project: SpeedBuild on Sandbox Plaza</title>
	<guid>http://opensimulator.wordpress.com/?p=85</guid>
	<link>http://opensimulator.wordpress.com/2009/02/22/speedbuild-on-sandbox-plaza/</link>
	<description>&lt;p style=&quot;text-align: left;&quot;&gt;&lt;img src=&quot;http://opensimulator.files.wordpress.com/2009/02/snapshot_002.png?w=300&amp;amp;h=183&quot; title=&quot;snapshot_002&quot; height=&quot;183&quot; width=&quot;300&quot; alt=&quot;snapshot_002&quot; class=&quot;size-medium wp-image-86 alignleft&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;The second “SpeedBuild” contest was help on “Sandbox Plaza” today at 11:00AM PST (1900UTC) on OSGrid. The theme was “impossible things I would like to see fly”. Each week this SpeedBuild is occurring at the same time and place.&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;There were about a dozen participants including four builders creating a variety of, er, impossible things. Such as what appeared to be a stage attached to a steam-powered helicopter, a turbine powered, er, question mark, a dual-bladed watermelon helicopter and a flying tea service with horizontal stabilizers.&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;All objects are available to anyone after the hour is finished. This is a great chance to see, learn and teach some building techniques. While I was there, I had a chance to speak with a genie hovering nearby (in his oil lamp) and an advanced scripter with his sripting screen in mid-air in front of him. It is turning out to be very interesting to just watch what goes on each Sunday at 11:00AM PST/SLT (1900UTC) on “Sandbox Plaza”.&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;The sim performed well, no crashes, so the secondary goal of a small stress test while four builders were building was successful for OpenSim.&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/opensimulator.wordpress.com/85/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/opensimulator.wordpress.com/85/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=opensimulator.wordpress.com&amp;amp;blog=2882393&amp;amp;post=85&amp;amp;subd=opensimulator&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Sun, 22 Feb 2009 21:42:00 +0000</pubDate>
</item>
<item>
	<title>randomhumanity » OpenSim: Alpha is the new Beta</title>
	<guid>http://random.skwishy.net/?p=16</guid>
	<link>http://random.skwishy.net/?p=16</link>
	<description>&lt;p&gt;Fröl and I were recently given a condo in Riverchapel, SL for free. It’s a small space, and we’re only allowed rez 50 prims, but hey, how much can you really expect for nothing, right? I have yet to meet our landlord Stoner, but apparently his reason for offering these spaces gratis is to generate traffic for the region. Presumably this is the same reason for the idling avatars that are frequently loitering around the region’s more central attractions, the rows and rows of random and questionably valuable stuff for sale. It’s a bit like living above a seedy street market, but I suppose Stoner has to pay his tier somehow…&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;center&gt;&lt;div style=&quot;width: 656px;&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;img src=&quot;http://i414.photobucket.com/albums/pp229/kjhoulihan/condo_croppedscaled.png&quot; alt=&quot;Stoners Condos&quot; height=&quot;396&quot; width=&quot;646&quot; title=&quot;Stoners Condos&quot; /&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Stoner's Condos. The land in Riverchapel was actually sold since I wrote this,  and the towers were rebuilt in Putnam.&lt;/p&gt;&lt;/div&gt;&lt;/center&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Wait, what’s this tier thing, exactly? It’s not rent since you supposedly own the land. An appropriate metaphor might be a council tax, except of course that there are no roads to be maintained, or grass to be cut. There is, in fact, no land at all. A tier, when you look behind the virtual curtain, is a hosting fee. The US$1,675 that a private island will set you back actually reserves for you a single core of a server, on which you can only run LL’s region software. The US$295 you pay a month is a hosting fee to continue sharing that server, as you would pay for web hosting or other application hosting.&lt;/p&gt;
&lt;p&gt;You’d really have to go out of your way to find a deal as bad as that elsewhere. In fact, I couldn’t. Any hosting deal that approached that monthly price offered significantly more server power (4x at least), total control of the server’s configuration, and no setup fee. If all you really want is a patch of virtual land, &lt;a href=&quot;http://www.virtualwhite.com/?p=82&quot;&gt;$15 will get you a virtual server&lt;/a&gt; capable of hosting a single &lt;a href=&quot;http://opensimulator.org/wiki/Main_Page&quot;&gt;OpenSim&lt;/a&gt; region, 65,536m2 for the price of 2,048m2 in an SL mainland region. LL have been able to maintain this illusion of scarcity and charge these outrageous prices until now because they ran the only show in town, a walled garden where they could &lt;a href=&quot;http://www.vintfalken.com/linden-lab-has-its-business-model-ass-backwards/&quot;&gt;do as they pleased&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;That, however, is changing. &lt;a href=&quot;http://opensimulator.org/wiki/Main_Page&quot;&gt;OpenSim&lt;/a&gt; is an open source virtual world server which allows anybody to set up their &lt;a href=&quot;http://opensimulator.org/wiki/Grid_List&quot;&gt;own grid&lt;/a&gt; which the SL viewer and &lt;a href=&quot;http://mjm-labs.com/viewer/&quot;&gt;others&lt;/a&gt; can connect to, or to run a single region server which can be attached to other grids. These independent grids can even be &lt;a href=&quot;http://opensimulator.org/wiki/Hypergrid&quot;&gt;linked together&lt;/a&gt; to create a web of virtual worlds which an avatar can potentially navigate at will with an account on a single grid. LL aren’t oblivious to this change, and actually helped bring it about when they released the source of their viewer a couple of years ago, but they have been slow to fulfil their promise to release the code of their server software. In the meantime OpenSim has been catching up rapidly in terms of stability and features, even implementing features that are missing from LL’s software.&lt;/p&gt;
&lt;p&gt;It’s far from perfect; most days I log into &lt;a href=&quot;http://osgrid.org/&quot;&gt;OSG&lt;/a&gt; I encounter a variety of weird and annoying bugs. Other grids are more stable because they follow SL’s model of centralised server control and don’t update to new versions of the software by the hour. The grids are also sparesly populated in comparison to SL, and don’t have the same variety of objects. But imperfections aside, what OpenSim offers that SL can’t is control and choice: the freedom to choose the hardware you require, modify the software to do what you need, or just to move easily between grids to find one with the theme, organisational structure, pricing or people you feel comfortable with.&lt;/p&gt;
&lt;p&gt;We were also given some free land in OSG recently. It’s an 3952m2 space in a scenic atoll region surrounded by mountains, and we can rez 2714 prims where ever we want  rather than being confined to a tiny little box. There’s a bunch of other islands around, the residents of which spend a lot of their time building cool things and giving them away as presents, or thinking of ways to help newbies find their way around. Further afield there are freebie shops, test regions for a new jointed physics engine, and somebody has set up a link to a small grid they’re working on. It’s an exciting place to be. When I &lt;a href=&quot;http://random.skwishy.net/?page_id=10&quot;&gt;asked our landlord Snoopy&lt;/a&gt; why she offers free parcels, she said it was to allow people to get a first impression, so they can get to know each other and a community can develop. And that’s a reason that needs no excusing.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;center&gt;&lt;div style=&quot;width: 656px;&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;img src=&quot;http://i414.photobucket.com/albums/pp229/kjhoulihan/OSGIsland_croppedscaled.png&quot; alt=&quot;Our island in Heaven&quot; height=&quot;316&quot; width=&quot;646&quot; title=&quot;Island&quot; /&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Our island in Heaven&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style=&quot;width: 656px;&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;img src=&quot;http://i414.photobucket.com/albums/pp229/kjhoulihan/bumscreenycroppedscaled.png&quot; alt=&quot;Down and Out in SecondLife&quot; height=&quot;449&quot; width=&quot;646&quot; title=&quot;Down and Out in SecondLife&quot; /&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;Down and Out in SecondLife&lt;/p&gt;&lt;/div&gt;&lt;/center&gt;&lt;p&gt;&lt;/p&gt;</description>
	<pubDate>Sun, 15 Feb 2009 01:02:06 +0000</pubDate>
</item>
<item>
	<title>UgoTrade » OpenSim: People Meet People Meet Big Data: ScienceSim Explores Collaborative High Performance Computing</title>
	<guid>http://www.ugotrade.com/?p=2855</guid>
	<link>http://www.ugotrade.com/2009/02/11/people-meet-people-meet-big-data-sciencesim-explores-collaborative-high-performance-computing/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/02/gwave_lg.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/02/gwave_lg.jpg&quot; title=&quot;gwave_lg&quot; height=&quot;540&quot; width=&quot;540&quot; alt=&quot;gwave_lg&quot; class=&quot;alignnone size-full wp-image-2861&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Wilfred Pinfold, Director, Extreme Scale Programs for Intel, and the&lt;em&gt; &lt;/em&gt;&lt;em&gt;&lt;a href=&quot;http://sc08.supercomputing.org/&quot;&gt;Supercomputing Conference&lt;/a&gt;&lt;/em&gt; general chair, is working with some Intel colleagues to make a project called &lt;a href=&quot;http://www.sciencesim.com/&quot;&gt;ScienceSim&lt;/a&gt; the centerpiece of a special workshop event at the SC09 conference (&lt;em&gt;see &lt;/em&gt;&lt;em&gt;&lt;a href=&quot;http://sc08.supercomputing.org/&quot;&gt;Supercomputing Conference&lt;/a&gt;, an ACM and IEEE Computer society sponsored event)&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Recently, I interviewed Wilf Pinfold (see interview below), Mic Bowman (also &lt;a href=&quot;http://www.ugotrade.com/tag/2008/09/15/interview-with-mic-bowman-intel-the-future-of-virtual-worlds/&quot;&gt;see my previous interview here&lt;/a&gt;), and John A. Hengeveld (see interview below). I wanted to find out what are the underlying goals of this SC conference program?  Why are members of the SC community being encouraged to participate with the ScienceSim environment? What projects are beginning to emerge?  And, what are Intel’s goals in giving infrastructure support to further the conversation between high performance computing and collaborative virtual worlds?&lt;/p&gt;
&lt;p&gt;The vision of creating new ways to collaborate and interact with big data does seem to be one of the more significant steps we can take at a time when we find many of our most complex systems roiling and threatening total collapse. As Tim O’Reilly has pointed out – from financial markets to the climate, the complex systems we depend on for our survival seem to be reaching their limits.&lt;/p&gt;
&lt;p&gt;But,  how can we get from the place we are now – &lt;a href=&quot;http://www.youtube.com/watch?gl=GB&amp;amp;hl=en-GB&amp;amp;v=gM4fmL6dLdY&quot; target=&quot;_blank&quot;&gt;see this example of an n-body simulation in OpenSim&lt;/a&gt;, to the point where we can collaboratively steer from our visualizations big data simulations of climate change, financial markets, or the depths of the universe.  The picture opening this post is a:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;Frame from a 3D simulation of gravitational waves produced by merging black holes, representing the largest astrophysical calculation ever performed on a NASA supercomputer. The honeycomb structures are the contours of the strong gravitational field near the black holes. Credit: C. Henze, NASA&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Wilf Pinfold explained to me part of the reason to begin a dialogue on collaborative visualization at SC ’09 is that super computing communities (that tend to be highly skilled and visionary) have played key roles in internet development in the past. Wilf pointed out,  key browser technology  developed out of these communities in the early days of the internet – see &lt;a href=&quot;http://en.wikipedia.org/wiki/Mosaic_(web_browser)&quot; target=&quot;_blank&quot;&gt;this wikipedia entry&lt;/a&gt; that gives  a background on the role of NCSA (National Center for Supercomputer Applications).&lt;/p&gt;
&lt;p&gt;The hope is, while there are many obstacles to overcome, the super computing community has both the skills and motivation to find solutions to creating collaborative environments capable of the kind of rapid data movement that scientific/big data visualization needs. Solving the problems of realtime collaborative interaction with big data will  have many ramifications for the way we understand virtual reality, the metaverse, virtual worlds (all these terms are becoming increasingly inadequate for cyberspace in the age of ubiquitous computing, an argument I will make in another post!).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;There have already been a number of blogs on ScienceSim (see &lt;a href=&quot;http://www.virtualworldsnews.com/2008/11/intel-creating-sciencesim-on-opensim.html&quot; target=&quot;_blank&quot;&gt;Virtual World News&lt;/a&gt;, &lt;a href=&quot;http://nwn.blogs.com/nwn/2009/02/intel-outside-.html&quot; target=&quot;_blank&quot;&gt;New World Notes&lt;/a&gt;, &lt;a href=&quot;http://www.vintfalken.com/intel-using-opensim-for-immersive-science-project/&quot; target=&quot;_blank&quot;&gt;Vint Falken&lt;/a&gt;, and &lt;a href=&quot;http://daneel-ariantho.blogspot.com/2009/02/sciencesim.html&quot; target=&quot;_blank&quot;&gt;Daneel Ariantho&lt;/a&gt;). There have also been Intel blogs – &lt;a href=&quot;http://blogs.intel.com/research/2009/01/sciencesim.php&quot; target=&quot;_blank&quot;&gt;see this post&lt;/a&gt; by John A. Hengeveld (a senior business strategist working with Intel planners and researchers to accelerate the adoption of Immersive Connected Experiences). And Intel CTO &lt;a href=&quot;http://blogs.intel.com/research/2008/11/immersive_science.php&quot; target=&quot;_blank&quot;&gt;Justin Rattner’s pos&lt;/a&gt;t announcing the project this November.&lt;/p&gt;
&lt;p&gt;But to blow my own horn a little, I think i was the first to blog the encounter between &lt;a href=&quot;http://opensimulator.org/&quot;&gt;OpenSim&lt;/a&gt; and Supercomputing (an encounter I to some degree provoked by making the introductions) &lt;a href=&quot;http://www.ugotrade.com/2008/07/19/astrophysics-in-virtual-worlds-implementing-n-body-simulations-in-opensim/&quot; target=&quot;_blank&quot;&gt;see this post&lt;/a&gt;.  So I have been following the ScienceSim initiative with great interest.&lt;/p&gt;
&lt;p&gt;Very shortly after N-Body astrophysicicsts Piet Hut and Jun Makino, creators of  – GRAPE (an acronym for “gravity pipeline” and an intended pun on the Apple line of computers) – a super computer that will &lt;a href=&quot;http://grape.mtk.nao.ac.jp/grape/news/ABC/ABC-cuttingedge000602.html&quot; target=&quot;_blank&quot;&gt;become one of the fastest super computers in the world (again)&lt;/a&gt;, met &lt;a href=&quot;http://www.genkii.com/&quot; target=&quot;_blank&quot;&gt;Genkii&lt;/a&gt; – a Tokyo based strategic company working with OpenSim, the first N-body simulation appeared in OpenSim.  And in a matter of weeks  &lt;a href=&quot;http://www.youtube.com/watch?v=gM4fmL6dLdY&quot; target=&quot;_blank&quot;&gt;this video went up on YouTube&lt;/a&gt; – the result of a collaboration between MICA and Genkii.  But the nirvana of being able to create visualizations using real time data from super computers that can be steered from a collaborative environment is still a ways off.&lt;/p&gt;
&lt;p&gt;Super computing communities tend to be geographically very dispersed and researchers often find themselves far from simulation facilities so there is both the motivation and skills to pioneer new tools for collaborative visualization. I know that astrophysicists certainly see their value (Piet Hut has some profound ideas on this). Astrophysicist Piet Hut and others  (&lt;a href=&quot;http://www.ugotrade.com/2008/07/19/astrophysics-in-virtual-worlds-implementing-n-body-simulations-in-opensim/b&quot; target=&quot;_blank&quot;&gt;see here for more&lt;/a&gt;) have been pioneering the use of VWs for collaboration.  There are two Virtual World organizations, both founded by &lt;span class=&quot;nfakPe&quot;&gt;Piet&lt;/span&gt; Hut and collaborators, that are currently exploring the use of OpenSim for scientific visualizations.  One is specifically aimed at astrophysics, MICA, the&lt;a href=&quot;http://www.mica-vw.org/&quot; target=&quot;_blank&quot;&gt; Meta Institute for Computational Astrophysics&lt;/a&gt;, and the other is aimed broadly at interdisciplinary collaborations in and beyond science, &lt;a href=&quot;http://www.kira.org/&quot; target=&quot;_blank&quot;&gt;Kira&lt;/a&gt;, a 12-year old organization focused on `science in context’.  As of last week, there are two weekly workshops sponsored jointly by Kira and MICA that explore the use of OpenSim, ScienceSim, and other virtual worlds.  One of them is &lt;a href=&quot;http://www.kira.org/index.php?option=com_content&amp;amp;task=view&amp;amp;id=124&amp;amp;Itemid=154&quot; target=&quot;_blank&quot;&gt;“Stellar Dynamics in a Virtual Universe Workshop” &lt;/a&gt;and the other is &lt;a href=&quot;http://www.kira.org/index.php?option=com_content&amp;amp;task=view&amp;amp;id=119&amp;amp;Itemid=149&quot; target=&quot;_blank&quot;&gt;“ReLaM: Relocatable Laboratories in the Metaverse.”&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;MICA was founded two years ago by &lt;span class=&quot;nfakPe&quot;&gt;Piet&lt;/span&gt; Hut within the virtual world of &lt;a href=&quot;http://qwaq.com&quot; target=&quot;_blank&quot;&gt;Qwaq Forums&lt;/a&gt; (see the paper &lt;a href=&quot;http://arxiv.org/abs/0712.1655&quot; target=&quot;_blank&quot;&gt;“Virtual Laboratories and Virtual Worlds”&lt;/a&gt;). The Kira Institute is much older: it was founded in 1997.  Later this month, on February 24, Kira will celebrate its 12th anniversary with a presentation of talks, a panel discussion, and a series of workshops.  See the &lt;a href=&quot;http://www.kira.org/index.php?option=com_content&amp;amp;task=view&amp;amp;id=83&amp;amp;Itemid=113&quot; target=&quot;_blank&quot;&gt;Kira Calendar&lt;/a&gt; for the main event, and the Kira Japan branch for a &lt;a href=&quot;http://www.kirajapan.org/event/&quot; target=&quot;_blank&quot;&gt;special mixed RL/SL&lt;/a&gt; event in Tokyo.  During both events, Junichi Ushiba will give a talk about his research in which &lt;a href=&quot;http://nwn.blogs.com/nwn/2007/10/the-second-life.html&quot; target=&quot;_blank&quot;&gt;he let paralyzed patients steer avatars using only brain waves&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Other early adopters of ScienceSim include Tom Murphy, who teaches computer science at a Contra Costa College. Prior to teaching, Tom spent 35+ years working for supercomputer manufacturers. Tom said:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;it is very natural for me to find significantly new ways to visualize and interact with scientific mathematical models via ScienceSim and the OpenSim software behind it. ScienceSim also allows us to interact with each other and teach students in new ways.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Also Charlie Peck, chair of the SC09 Education Program, (his day job is teaching computer science at Earlham College in Richmond, IN), is working with Wilf Pinfold, Tom Murphy and others “to explore how 3D Internet/metaverse technology can be used to support science education and outreach.”&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ics.uci.edu/~lopes/&quot; target=&quot;_blank&quot;&gt;Cristina Videira Lopes&lt;/a&gt;, University of Irvine, is doing very interesting work  on road and pedestrian traffic simulations. Crista is also the creator of &lt;a href=&quot;http://opensimulator.org/wiki/Hypergrid&quot; target=&quot;_blank&quot;&gt;hypergrid in OpenSim&lt;/a&gt;,&lt;/p&gt;
&lt;h3&gt;People Meet People Meet Data: A Conversation With Mic Bowman&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/02/sciencesim_002_thumb1.png&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/02/sciencesim_002_thumb1.png&quot; title=&quot;sciencesim_002_thumb1&quot; height=&quot;239&quot; width=&quot;404&quot; alt=&quot;sciencesim_002_thumb1&quot; class=&quot;alignnone size-full wp-image-2908&quot; /&gt;&lt;/a&gt;&lt;em&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;Screenshot of ScienceSim from &lt;a href=&quot;http://daneel-ariantho.blogspot.com/2009/02/sciencesim.html&quot; target=&quot;_blank&quot;&gt;Daneel Ariantho&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish:&lt;/strong&gt; How does this work on ScienceSim  fit into a wider dialogue on linked data? Where people meet people meet data, and where data meets data?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Mic:&lt;/strong&gt; Yeah… that’s hard by the way.  Open integration of data (and more interestingly the functions on data) is very hard if it comes from multiple, independent sources.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;That’s the people part. For example, if Crista can build a model of the UCI campus somebody else builds an accurate model of several cars and another expert provides the simulation that computes the pollution generated by those cars in that environment…its bringing people together to solve real problems, no matter how far apart physically.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish:&lt;/strong&gt; You mention three different simulations here. Could you explain why it is difficult to integrate data from multiple sources?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Mic:&lt;/strong&gt; integrating data from multiple sources has always been one of understanding &amp;amp; interpreting both the syntax &amp;amp; semantics of the data. Even relatively simple things like multiple date formats require explicit translation. More complex formats, like the many formats data is represented for urban planning, are barely computable independently let alone in conjunction with data from other sources (each with its own representation for data). Its often the expertise &amp;amp; the collaboration of bringing people (and their bag of tools) together that solves these problems.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish:&lt;/strong&gt; and in this case the bag of tools is high performance modeling..?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Mic:&lt;/strong&gt; high performance modeling, rich visualizations and data. Its the three that matter… data, function, and interface.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish:&lt;/strong&gt; Some people have a very hard time wrapping their head aropund the fact that anything that seems related to Second Life can do this.  Can you explain more about the difference between SL and OpenSim?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Mic:&lt;/strong&gt; OpenSim potentially improves data &amp;amp; function because it can be extended through region modules. Region modules hook directly into the simulator to provide additional functionality. For example, a region module could be implemented to drive the behavior of objects in a virtual world according based on a protein folding model.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;We need to work on additional viewer capabilities to address the user interface limitations.&lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
Tish:&lt;/strong&gt; Yes Rob Smart’s (IBM) recent data integrations with OpenSim (&lt;a href=&quot;http://robsmart.co.uk/2009/01/22/visualizing-live-shipping-data-in-opensim-isle-of-wight-ferries/&quot; target=&quot;_blank&quot;&gt;see here&lt;/a&gt;) are impressive. Re viewers one of the biggest objections to virtual worlds is the mouse pushing and pc tied interface.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Mic:&lt;/strong&gt; There are great opportunities for improving the interface&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish:&lt;/strong&gt; Yes I really like where the Andy Piper’s experiments with Haptic Interfaces for OpenSim lead, &lt;a href=&quot;http://andypiper.wordpress.com/2009/02/06/haptic-user-interfaces/&quot; target=&quot;_blank&quot;&gt;see Haptic Fantastic&lt;/a&gt;! And I think that we will have cyberspace ubiquitous in our environment, not just stuck on a pc screen, sooner than we think.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Mic:&lt;/strong&gt; Mic’s opinion (not Intel): until we get souped up sunglasses with HD screens embedded (or writing directly into the eye) there will always be a role for the PC/Console/TV).  But, it isn’t about the device… its about the services projected through the device… sometimes you’ll want a very rich experience… sometimes you’ll want an experience NOW wherever you are.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish:&lt;/strong&gt; I think people are only just realizing that VWs will be a now and wherever you are experience very soon.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Mic:&lt;/strong&gt; That’s the critical observation the virtual world is not an application you run… its a “place”… and you interact with it where you are or maybe interact through it. Speaking for Intel… it is the spectrum of experiences that are critical to support.&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Interview with Wilfred Pinfold&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/02/gustav_h.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2009/02/gustav_h.jpg&quot; title=&quot;gustav_h&quot; height=&quot;200&quot; width=&quot;416&quot; alt=&quot;gustav_h&quot; class=&quot;alignnone size-full wp-image-2860&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Picture from National Science Foundation – &lt;a href=&quot;http://www.nsf.gov/news/news_summ.jsp?cntn_id=112166&quot; target=&quot;_blank&quot;&gt;“Climate Computer Modeling Heats Up.”&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish Shute:&lt;/strong&gt; I know your day job for Intel is in High Performance computing.  Could you explain to me a little bit more about what you are working on in this regard – a mini state of play for high performance computing from your perspective?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Wilfred Pinfold:&lt;/strong&gt; My title is Director, Extreme Scale Programs. This program drives a research agenda that will put in place the technologies required to make an Exa (10^18) scale systems by 2015. The current generation of high performance computers are Peta (10^15) scale so this is a 1000x increase in performance and this increase will require significant improvements in power efficiency, reliability, scalability and new techniques for dealing with locality and parallelism.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish:&lt;/strong&gt; The nirvana in terms of linking supercomputers to the collaborative spaces of immersive virtual worlds is to be able to create visualizations using real time data from super computers in collaborative VW environments, and ultimately for researchers to be able to collaborate and steer their simulations from their visualizations.   Where are we at now in terms of scientific data visualization in VWs? And what are the current obstacles to using realtime data from super computers?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Wilf: &lt;/strong&gt;Being able to steer a simulation from a visualization requires both a visualization interface that allows interaction and a simulation that operates at a speed that is responsive in interactive timeframes. For example a weather model that predicts the path of a hurricane would need to operate at something close to 1000x real time. This would run through a day in ~1.5 minutes allowing an operator to run the simulation over several days multiple times with different parameters in a single sitting to understand the likelyhood of certain outcomes?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish:&lt;/strong&gt; Do you see a networked online collaborative virtual world being capable of being a visualization interface that allows meaningful interaction with the hurricane scenario you describe in the near future (next 6 to 18 months)?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Wilf: &lt;/strong&gt;I was using the hurricane example to explain the usage model not an imminent capability. Hurricane Simulation: Accurate hurricane simulations require multiscale models able to resolve the global forces working on the storm as well as the microforces that define precipitation. We can build useful weather models today that run faster than real time (anything slower is not useful for prediction) but we are a long way from the ideal.&lt;br /&gt;
Visualization: There are excellent visualizations of weather systems but I have not yet seen a virtual world that can track a simulation and allow the scientist or team of scientists to see what is going on at both the macro scale and zoom in to see precipitation conditions. Today’s supercomputers are much better at this than they were a few years ago but they are a long way from ideal.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish:&lt;/strong&gt; Open Source Virtual World technologies are pretty diverse in their approaches, Croquet, Sun’s Wonderland and OpenSim are quite different and have different strengths and weaknesses. As you have become more familiar with OpenSim, what have you found about the technology that particularly lends itself to this project – ScienceSim (Mic mentioned Crista’s hypergrid code for example, modularity is another feature often cited).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Wilf: &lt;/strong&gt;We have found OpenSim’s client server model is well suited to the visualization model and the ability to put the server next to the supercomputer producing the visualization data is critical. We are however very interested in other environments and encourage papers, demonstrations and research on any of these platforms at the conference.&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Interview with John A. Hengeveld&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Tish Shute:&lt;/strong&gt; OpenSim’s dependence on Second Life based viewers is sometimes cited as a limitation, and sometimes as a strength. What are your views on this?  What would a strong open viewer project directed at science applications bring to the picture?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;John Hengeveld:&lt;/strong&gt; There may be more than one strong open viewer project required for opensim compatible experiences.  The strength of the Hippo viewer, for example, is availability and its weakness is the size of the client.  We would love a ubiquitous, client.. that runs on all platforms, but each hardware platform brings tradeoff and restrictions of its own.  Today, probably all of the folks innovating in the space can deal with the size of a very fat rich client ap.. they have big computers anyway.  But as we get into more 3D entertainment and augmented reality applications.. virtual mall, collaboration apps.. etc… there is a great deal of room to optimize for the specific experience.  Balancing visual experience with bandwidth and compute performance available .. tying into standard browsers, etc… people have done some of this work.. and I think all of it adds to the usefulness of these worlds.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish:&lt;/strong&gt; Integrating highend game engines and OpenSim opens up new possibilities. But licensing issues have been an obstacle. Could a project like ScienceSim get a non-commercial license on a high end game engine?  What would that bring to the picture?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;John: &lt;/strong&gt;Anything is possible. Game engines can give a great deal of design power for high value experiences, but the programming of these experiences must be simplified.  Mainstream adoption in enterprise can’t be premised on the programming model of studio games… that’s a big step to get over I think.  There are very interesting possibilities when we take that step tho.  Simulation, training, agents of various types (I just finished watching “The Matrix” for like the billionth time… I think agents are cool…)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish:&lt;/strong&gt; Where does Larabee fit into the picture of ScienceSim and next generation virtual worlds?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;John:&lt;/strong&gt; We are all very excited about the Larrabee architecture and its application to work loads like next generation virtual worlds, both in the client.. delivering immersive reality.. and someday potentially in a distributed architecture simulating and producing these worlds.  For Intel CVC is an all play.  Atom will be used in strong mobile clients.  Core will be used in Enterprise PCs, Laptops and Desktops   Xeon will be simulating these environments and handling the data communication, and Whatever we brand Larrabee… will be enabling compelling visual experiences. Oh.. and our software products (Havoc, tools and others) will be building blocks in knitting all this together.  Larrabee is a part, but there are a lot of other pieces in our vision…&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish:&lt;/strong&gt; If the kind of rapid data movement that scientific visualization needs is achieved in virtual worlds, this will be quite a game changer for business applications of VWs too. Also it will blurr the boundaries between what we call virtual worlds and mirror worlds. It seems to me this kind of rapid data movement is a vital step towards what Mic described to me as Intel’s vision of CVC: “Connected Visual Computing is the union of three application domains: mmog, metaverse, and paraverse (or augmented reality).” It almost seems to me that if you achieve your goals for ScienceSim you will change how we think about virtual worlds in general? What do you think?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;John:&lt;/strong&gt; I certainly hope so..  Part of our goal is to stimulate innovation in the technology and usage models that will enable broad mainstream adoption of CVC based applications (what we categorize as immersive connected experiences).   By tackling the scientific visualization problem, we hope to find the key technology barriers and encourage the ecosystem to solve them.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish: &lt;/strong&gt;To me virtual worlds and augmented reality should be complimentary and connected experiences. How do you see this connection evolving?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;John:&lt;/strong&gt; We certainly see them as related.  In the long term, there are many common building blocks.. but they aren’t united per se.  Its about the user experience, and in some usages these two are almost identical…  in some.. they don’t look or feel at all alike… the viewer is distinct by a lot.  Our approach is to enable building blocks that people can quickly build out usages that are robust.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tish: &lt;/strong&gt;What is Intel’s vision for ubiquitous mobile computing and an internet of objects?  How can high performance computing be an enabler for this vision?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;John: &lt;/strong&gt;Mobile computing is a central part of our life, culture and community in economically enabled economies.  It feeds the data of our decisions, it connects us to entertainment, it is the access point to our soapboxes, pulpits, economy and families.  This creates a massive increase in data, a massive increase in interactions, transactions and visualizations.  While many HPC applications will be behind the scenes (finance, health, energy, visual analytics and others), HPC will emerge as a part of a scale solution to serving some of this increase… particularly that part where interactions and visualizations are complex or compelling.. or where scale enables the usage per se .. I talked about my love of agents earlier.. and some of that comes in here.  Compute working behind the scenes to help managed the data complexity, manage some of the base interactions between ourselves and technology.  The other thing we talk internally about the “Hannah Montana usage” where millions of people use their mobile devices to access and participate (using the sensors in the device) with an interactive live concert.  When Mylie hears the applause of a virtual interactive audience… and can scream back at them.. we’re there.  Access to ubiquitous compute will be mobile, and interactive experiences will be complex.. and HPC can help make that real.  Watch out for the mental trap that HPC is always high end super compute clusters tho… the “mainstream HPC”.. smaller clusters… high threads, etc… will play a key part in all of this as well.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Interesting that John ended on this point as this just came in from &lt;a href=&quot;http://blog.wired.com/gadgets/2009/02/intel-fights-re.html&quot; target=&quot;_blank&quot;&gt;Wired. &lt;/a&gt;&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;/p&gt;</description>
	<pubDate>Wed, 11 Feb 2009 22:40:02 +0000</pubDate>
</item>
<item>
	<title>OpenSimulator Project: OSG Metaversity (second class meeting)</title>
	<guid>http://opensimulator.wordpress.com/?p=82</guid>
	<link>http://opensimulator.wordpress.com/2009/02/05/osg-metaversity-second-class-meeting/</link>
	<description>&lt;p&gt;The second class for C# programming was help on OSGrid today at Teravus Plaza at 2100UTC. Ten people were there *and* use was made of Justin’s “Graffiti Board”, a white board script he kindly placed in the OpenSim library for all to use.&lt;/p&gt;
&lt;p&gt;Most students were there an hour before the class started to discuss programming, *and* I heard some even asking about additional homework on the #osgrid-college IRC channel on FreeNode earlier. The enthusiasm is joyful, to say the least.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://opensimulator.files.wordpress.com/2009/02/csharpclass0205_001.png?w=300&amp;amp;h=182&quot; title=&quot;csharpclass0205_001&quot; height=&quot;182&quot; width=&quot;300&quot; alt=&quot;csharpclass0205_001&quot; class=&quot;alignnone size-medium wp-image-81&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I hope that we can strive to use “Teravus Plaza” for various meetings around this time of the day everyday, both classes, question answer hours and other learning and sharing activities as the community using OpenSim continues to grow.&lt;/p&gt;
&lt;p&gt;Since we are concentrating on using the SecondLife Official client, currently 1.21.6 and the Hippo also, this is a good time and place for us to get reliability and stress data for the use of a major plaza to help the OpenSim development along.&lt;/p&gt;
&lt;p&gt;Charles Krinke&lt;br /&gt;
OpenSim Core Developer&lt;br /&gt;
Director of OSGrid&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/opensimulator.wordpress.com/82/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/opensimulator.wordpress.com/82/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=opensimulator.wordpress.com&amp;amp;blog=2882393&amp;amp;post=82&amp;amp;subd=opensimulator&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Thu, 05 Feb 2009 20:55:09 +0000</pubDate>
</item>
<item>
	<title>OpenSimulator Project: Vehicles in OpenSim</title>
	<guid>http://opensimulator.wordpress.com/?p=79</guid>
	<link>http://opensimulator.wordpress.com/2009/02/04/vehicles-in-opensim/</link>
	<description>&lt;p&gt;There are three types of vehicles in OpenSim. These three are:&lt;/p&gt;
&lt;p&gt;Type 1: Non-physical vehicles moved with llSetPos().&lt;br /&gt;
Type 2: Physical vehicles moved with llSetForce().&lt;br /&gt;
Type 3: Physics vehicles moved with llSetVehicleType().&lt;/p&gt;
&lt;p&gt;There has been significant success with Type 1, modest success with Type 2 and Type 3 is incompletely implemented at this point.&lt;/p&gt;
&lt;p&gt;Type 1:&lt;br /&gt;
One can find an example of a Type 1 vehicle in the form of a tour bus and a taxi on the region ‘Port Edward’ on OSGrid. The tourbus runs a fixed route around the streets of the town and the taxi accepts commands to move around the town.&lt;/p&gt;
&lt;p&gt;Type 2:&lt;br /&gt;
A couple of folks have reported success with motor cycles and boats.&lt;/p&gt;
&lt;p&gt;Type 3:&lt;br /&gt;
The 10 or so llSetVehicle* functions are incompletely implemented. That is, they are missing the last connection to ODE. It turns out that ODE is a little different then Havoc in its definitions of joints and motors and this is waiting for a “zealot” to help move it forward.&lt;/p&gt;
&lt;p&gt;In chatting with folks about Type 1 and Type 2, our current issue seems to be crossing a region with either type of vehicle. Either we loose the reference of the prim or script from the scene, we loose the physical state, or both.&lt;/p&gt;
&lt;p&gt;It seems to me that setting up a number of copies of a simple script and run a fixed route vehicle at a region boundary while monitoring the consoles of the “from” region and the “to” region to create and add notes to Mantis is one of our best ways forward to figure this out. At this point, I would like to recommend a few folks on the various grids using OpenSim test this notion and help us get vehicles to where they can reliably cross a sim boundary and keep their state.&lt;/p&gt;
&lt;p&gt;Charles Krinke&lt;br /&gt;
OpenSim Core Developer&lt;br /&gt;
Director of OSGrid&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/opensimulator.wordpress.com/79/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/opensimulator.wordpress.com/79/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=opensimulator.wordpress.com&amp;amp;blog=2882393&amp;amp;post=79&amp;amp;subd=opensimulator&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 04 Feb 2009 16:43:35 +0000</pubDate>
</item>
<item>
	<title>OpenSimulator Project: OSG Metaversity</title>
	<guid>http://opensimulator.wordpress.com/?p=77</guid>
	<link>http://opensimulator.wordpress.com/2009/02/04/osg-metaversity/</link>
	<description>&lt;p&gt;The OSG College idea has now morphed into the “OSG Metaversity” on OSGrid.&lt;/p&gt;
&lt;p&gt;Today, I attended the first meeting of a new C# programming class on “Teravus Plaza” in the small ampitheater. Normally, I am one of the most conservative members of OpenSim, but to see a teacher, SnowDrop Short gather 12 students together, form teams of three, exchange e-mails, assign a little independent study is so exhilarating that I needed to describe it tonight.&lt;/p&gt;
&lt;p&gt;This class, partly organized by BlueWall Slade and others represents the instantiation of a dream I have had for two years now. That is, the use of OpenSim to teach others in a virtual environment useful lessons to help them grow and understand. &lt;/p&gt;
&lt;p&gt;The class will be meeting regularly each Tuesday at 2000UTC, right after “Office Hour” on Wright Plaza. There is room for more students next week and I see C# as an extremely interesting skill to acquire. After all, we support C# scripts in OpenSim as well as LSL scripts. I see this as useful to those that might wish to create region modules also.&lt;/p&gt;
&lt;p&gt;In fact, the admins in OSGrid discussed this after the course and we feel that we would like to dedicate the suffix “Campus” to any educational group or institute that would like to support learning on OSGrid.&lt;/p&gt;
&lt;p&gt;This is an exciting thing to see happen, and it has the side benefit of demonstrating and perhaps stressing the sim with students on a regular basis as we work to increase the number of simultaneous avatars in a region.&lt;/p&gt;
&lt;p&gt;Charles Krinke&lt;br /&gt;
OpenSim Core Developer&lt;br /&gt;
Director of OSGrid&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/opensimulator.wordpress.com/77/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/opensimulator.wordpress.com/77/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=opensimulator.wordpress.com&amp;amp;blog=2882393&amp;amp;post=77&amp;amp;subd=opensimulator&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Wed, 04 Feb 2009 04:31:26 +0000</pubDate>
</item>
<item>
	<title>OpenSimulator Project: OSG Community College</title>
	<guid>http://opensimulator.wordpress.com/?p=75</guid>
	<link>http://opensimulator.wordpress.com/2009/01/31/osg-community-college/</link>
	<description>&lt;p&gt;Normally, I am the quiet, factual team member, but today I was invited to an organizational meeting on “Teravus Plaza” for the “OSG Community College”. This is something very near and dear to my heart. That is, the use of OSGrid and OpenSim to teach others building, scripting, C#, mysql, php and other interesting subjects. So please pardon me if I bubble over a bit.&lt;/p&gt;
&lt;p&gt;One of the most important uses of OpenSim is to allows folks to learn and teach. In our grid, we have two goals and they are:&lt;/p&gt;
&lt;p&gt;1. To test OpenSim SVN on a regular basis on a large number of regions with Windows, Linux and Mac computers and report back via Mantis, IRC and e-mail testing results to help develop OpenSIm.&lt;br /&gt;
2. To build a long-lasting and diverse community with exchange of ideas, knowledge, social interaction, objects, builds and scripts.&lt;/p&gt;
&lt;p&gt;One of the most important parts of the second goal is a way for folks to have a somewhat structured way to learn. The things that seem interesting to such learning at this time are: Building, Scripting, C#, OpenSim Configuration, MySQL, MSSQL, PHP, just to name a few that I think about.&lt;/p&gt;
&lt;p&gt;With a group willing to start down the path of making a formalized time and place for teaching and learning, we are beginning to realize and important part of the second goal. I take my hat off to BlueWall Slade, Robert Omeganu, Garland Greene, Starky Rubble, Teravus, Tommi Laukkanen, Flash Lefevre, Praxis Thinker and Programmer Mohr for attending and inviting me to this wonderful meeting.&lt;/p&gt;
&lt;p&gt;I hope this will grow into a campus on OSGrid and perhaps a plaza to support learning and teaching. &lt;/p&gt;
&lt;p&gt;The next meeting will be on February 6th at 2100UTC, again on Teravus Plaza and will be 15 minutes of organizational discussion followed by a class on basic building. &lt;/p&gt;
&lt;p&gt;Lets do it!!&lt;/p&gt;
&lt;p&gt;Charles Krinke&lt;br /&gt;
OpenSim Core Developer&lt;br /&gt;
Director of OSGrid&lt;/p&gt;
&lt;br /&gt;  &lt;a href=&quot;http://feeds.wordpress.com/1.0/gocomments/opensimulator.wordpress.com/75/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://feeds.wordpress.com/1.0/comments/opensimulator.wordpress.com/75/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;img src=&quot;http://stats.wordpress.com/b.gif?host=opensimulator.wordpress.com&amp;amp;blog=2882393&amp;amp;post=75&amp;amp;subd=opensimulator&amp;amp;ref=&amp;amp;feed=1&quot; alt=&quot;&quot; height=&quot;1&quot; border=&quot;0&quot; width=&quot;1&quot; /&gt;</description>
	<pubDate>Sat, 31 Jan 2009 02:50:58 +0000</pubDate>
</item>
<item>
	<title>robsmart.co.uk » opensim: Visualizing live shipping data in OpenSim (Isle of Wight Ferries)</title>
	<guid>http://robsmart.co.uk/?p=133</guid>
	<link>http://robsmart.co.uk/2009/01/22/visualizing-live-shipping-data-in-opensim-isle-of-wight-ferries/</link>
	<description>&lt;p&gt;A couple of months back i spent some time writing a module for &lt;a href=&quot;http://opensimulator.org/&quot;&gt;OpenSim&lt;/a&gt;, the purpose of this module being to allow you to connect directly to an MQTT messaging server from within the OpenSim scripting language. Thereby enabling real-time Publish Subscribe messaging in a 3d environment.&lt;/p&gt;
&lt;p&gt;Adding messaging capability to the scripting language opens up a raft of possibilities for integrating other live systems with in world objects, for previous demonstrations I have implemented chat between virtual worlds and also&lt;br /&gt;
synchronous presentations across words and opensim regions amongst &lt;a href=&quot;http://eightbar.co.uk/2008/09/10/moving-cubes-from-world-to-world/&quot;&gt;other&lt;/a&gt; things.&lt;/p&gt;
&lt;p&gt;For this one I heard of some live data available from one of our local master inventors Andy Stanford-Clark on the positions of Ferries around the Southampton, Portsmouth and the Isle of Wight. He was publishing these message onto his MQTT microbroker which meant with my module for OpenSim i could show the positions of all the local shipping in near real-time along with the name of the ship and other information like course speed and cargo type.&lt;/p&gt;
&lt;p&gt;In order to show this data i first terraformed an island within the IBM opensim grid to look like the Isle of Wight and surrounding sea. I did this by creating an image in photoshop and then using OpenSims terrain import feature. The image was based on a satellite photo of the area.&lt;/p&gt;
&lt;p&gt;This is the resulting opensim island&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://robsmart.co.uk/wp-content/uploads/IOW1.png&quot; alt=&quot;aerial shot of opensim model of the isle of wight, uk&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The next step was to write a script for the ships, this script took the description of the object(ferry) it was assigned to and used it to subscribe to the information for that ship. Each description is the pubsub topic for the ship e.g. ferries/Isle Of Wight/Red Cat 1&lt;/p&gt;
&lt;p&gt;The script listens for incoming messages then moves the ship object to the correct location on the simulated region by converting latitude and longnitude into an X Y position. It also takes the bearing and makes the ship face in the correct direction.&lt;/p&gt;
&lt;p&gt;here’s a couple more shots of the ferries in action&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://robsmart.co.uk/wp-content/uploads/IOW2.png&quot; alt=&quot;ferries from afar&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://robsmart.co.uk/wp-content/uploads/IOW3.png&quot; alt=&quot;ferries close up&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The Ferries currently live on the IBM &lt;a href=&quot;http://opensim.ibm.com/&quot;&gt;internal opensim grid&lt;/a&gt; (sorry only accessible to folks inside the IBM firewall &lt;img src=&quot;http://robsmart.co.uk/wp-includes/images/smilies/icon_sad.gif&quot; alt=&quot;:(&quot; class=&quot;wp-smiley&quot; /&gt;  )&lt;/p&gt;</description>
	<pubDate>Thu, 22 Jan 2009 17:47:30 +0000</pubDate>
</item>
<item>
	<title>OpenSim/OSGrid Roundup: TERAVUS OUSLEY FTW!!!!!!!!!11 uno</title>
	<guid>tag:blogger.com,1999:blog-2074203537800618210.post-1133023325491888893</guid>
	<link>http://osgrid.blogspot.com/2008/12/teravus-ousley-ftw11-uno.html</link>
	<description>&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;Teravus Ousley, &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;among many other things, &lt;/span&gt;is the Open Dynamics Engine physics engine guru for the OpenSim project. Teravus, who is a proficient and prolific c# programmer, committed work on the evening of Dec 6 (or thereabouts) that &lt;span style=&quot;font-weight: bold;&quot;&gt;fixed physical linkset and linkset collision issues.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This is a matter of some significance, and the importance of this work from a simulation science standpoint cannot be overstated.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 180%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Thanks Teravus, and Kudos!&lt;br /&gt;&lt;br /&gt;W00Tz!!!&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;</description>
	<pubDate>Mon, 08 Dec 2008 14:33:19 +0000</pubDate>
	<author>noreply@blogger.com (James Stallings II)</author>
</item>
<item>
	<title>robsmart.co.uk » opensim: XML Parsing in OpenSim: Example – reading RSS feeds</title>
	<guid>http://robsmart.co.uk/?p=126</guid>
	<link>http://robsmart.co.uk/2008/10/27/xml-parsing-in-opensim-example-reading-rss-feeds/</link>
	<description>&lt;p&gt;In OpenSim you’re not just restricted to using LSL for scripting, it’s also possible to use c#. This opens up the possiblilities for far more powerful scripts that can access c# in built libraries.&lt;/p&gt;
&lt;p&gt;For example I’ve previously mentioned that the string processing methods in Second Life are not very flexible when it comes to reading formatted data. Thus the reason I implemented the osParseJSON method to make Web APIs easier to use.&lt;/p&gt;
&lt;p&gt;Obviously another common data format is XML, in this case I don’t have to implement any new OpenSim script functions because the XML capabilities are available natively in c#.&lt;/p&gt;
&lt;p&gt;Here is a simple example of reading the &lt;a href=&quot;http://robsmart.co.uk/feed&quot;&gt;RSS feed&lt;/a&gt; for my blog, and reading out the entries in chat.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
//c#&lt;br /&gt;
// displays the contents of an RSS 2.0 feed&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;string URL = “http://robsmart.co.uk/feed”;&lt;br /&gt;
System.Xml.XmlDocument xDoc = new System.Xml.XmlDocument();&lt;br /&gt;
LSL_Types.LSLString requestID;&lt;/p&gt;
&lt;p&gt;public void default_event_state_entry()&lt;br /&gt;
{&lt;br /&gt;
llSay(0,”RSS reader current Feed is ” + URL);&lt;br /&gt;
getFeedContent();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;public void getFeedContent()&lt;br /&gt;
{&lt;br /&gt;
requestID = llHTTPRequest(URL, new LSL_Types.list(), “” );&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;public void default_event_touch_start(LSL_Types.LSLInteger total_number)&lt;br /&gt;
{&lt;br /&gt;
// read out the RSS feed.&lt;br /&gt;
displayFeed();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;public void displayFeed()&lt;br /&gt;
{&lt;br /&gt;
System.Xml.XmlNodeList items = xDoc.GetElementsByTagName(“item”);&lt;/p&gt;
&lt;p&gt;for(int i=0;i &amp;lt; items.Count ; i++)&lt;br /&gt;
{&lt;br /&gt;
string title = items[i].SelectSingleNode(“title”).InnerXml;&lt;br /&gt;
string link = items[i].SelectSingleNode(“link”).InnerXml;&lt;/p&gt;
&lt;p&gt;string description=”no description available”;&lt;/p&gt;
&lt;p&gt;if(items[i].SelectSingleNode(“description”)!=null)&lt;br /&gt;
description = items[i].SelectSingleNode(“description”).InnerXml;&lt;/p&gt;
&lt;p&gt;llSay(0,title + “\n” + description + “\n”);&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;public void default_event_http_response(LSL_Types.LSLString request_id, LSL_Types.LSLInteger status, LSL_Types.list metadata, LSL_Types.LSLString body)&lt;br /&gt;
{&lt;br /&gt;
if (requestID == request_id)&lt;br /&gt;
{&lt;br /&gt;
// store the xml&lt;br /&gt;
xDoc.LoadXml(body);&lt;/p&gt;
&lt;p&gt;// process the xml&lt;br /&gt;
llOwnerSay(“loaded feed”);&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;</description>
	<pubDate>Mon, 27 Oct 2008 13:21:22 +0000</pubDate>
</item>
<item>
	<title>robsmart.co.uk » opensim: Thoughts on OpenSim, interview on UgoTrade</title>
	<guid>http://robsmart.co.uk/?p=122</guid>
	<link>http://robsmart.co.uk/2008/09/30/thoughts-on-opensim-interview-on-ugotrade/</link>
	<description>&lt;p&gt;Tish Shute very kindly asked me to do an interview for her excellent blog over on &lt;a href=&quot;http://ugotrade.com&quot;&gt;Ugotrade&lt;/a&gt;. In the interview I discuss where &lt;a href=&quot;http://opensimulator.org&quot;&gt;OpenSim&lt;/a&gt; fits in with the rest of the Web and particularly how some of the recent work i’ve been doing makes it a more viable platform for consuming data and services from websites.&lt;/p&gt;
&lt;p&gt;You can find the interview &lt;a href=&quot;http://www.ugotrade.com/2008/09/29/rob-smart-ibm-web-20-to-opensim-made-easy/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Tue, 30 Sep 2008 22:38:40 +0000</pubDate>
</item>
<item>
	<title>robsmart.co.uk » opensim: OpenSim Web 2.0 contribution</title>
	<guid>http://robsmart.co.uk/?p=117</guid>
	<link>http://robsmart.co.uk/2008/09/14/opensim-web-20-contribution/</link>
	<description>&lt;p&gt;As described over on &lt;a href=&quot;http://eightbar.co.uk&quot;&gt;Eightbar&lt;/a&gt; I have made my first contribution to the OpenSim opensource project. The contribution is in the form of a new scripting function called &lt;a href=&quot;http://opensimulator.org/wiki/OSSL_Implemented&quot;&gt;osParseJSON&lt;/a&gt;. This function allows a c# script in OpenSim to consume the JSON notation provided by many of the major Web 2.0 APIs provided by services such as Flickr and Google translation.&lt;/p&gt;
&lt;p&gt;The following example is a script that uses the Google Translate API to let an OpenSim avatar translate ther conversations between 23 different languages.&lt;/p&gt;
&lt;p&gt;(disclaimer – please read the terms of conditions of the Google translate API and abide by them)&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
    //c#&lt;br /&gt;
    // This script is written as an example use of the osParseJSON method&lt;br /&gt;
    // it uses the Google translate API&lt;br /&gt;
    // ensure you have read the terms and conditions of the Google translate API&lt;br /&gt;
    // http://code.google.com/apis/ajaxlanguage/documentation/&lt;/code&gt;&lt;/p&gt;&lt;code&gt;
&lt;p&gt;    LSL_Types.key requestID;&lt;br /&gt;
string sourceLang = &quot;en&quot;;&lt;br /&gt;
string targetLang = &quot;fr&quot;;&lt;/p&gt;
&lt;p&gt;public void default_event_state_entry()&lt;br /&gt;
{&lt;br /&gt;
     llSay(0,&quot;translator running say '/1 sentence' to translate something&quot;);&lt;br /&gt;
     llSay(0,&quot;translator running say '/2 source langage' to change target language e.g. '/2 fr'&quot;);&lt;br /&gt;
     llSay(0,&quot;translator running say '/3 target langage' to change source language e.g. '/3 en'&quot;);&lt;br /&gt;
     llSay(0,&quot;translator running say '/4 help', to list languages&quot;);&lt;br /&gt;
     llListen(1, &quot;&quot;, NULL_KEY, &quot;&quot;);&lt;br /&gt;
     llListen(2, &quot;&quot;, NULL_KEY, &quot;&quot;);&lt;br /&gt;
     llListen(3, &quot;&quot;, NULL_KEY, &quot;&quot;);&lt;br /&gt;
     llListen(4, &quot;&quot;, NULL_KEY, &quot;&quot;);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;public void default_event_touch_start(LSL_Types.LSLInteger total_number)&lt;br /&gt;
{&lt;br /&gt;
     llSay(0,&quot;translator running say '/1 sentence' to translate something&quot;);&lt;br /&gt;
     llSay(0,&quot;translator running say '/2 source langage' to change target language e.g. '/2 fr'&quot;);&lt;br /&gt;
     llSay(0,&quot;translator running say '/3 target langage' to change source language e.g. '/3 en'&quot;);&lt;br /&gt;
     llSay(0,&quot;translator running say '/4 help', to list languages&quot;);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;public void default_event_http_response(LSL_Types.LSLString request_id, LSL_Types.LSLInteger status, LSL_Types.list metadata, LSL_Types.LSLString body)&lt;br /&gt;
{&lt;br /&gt;
        if (requestID == request_id)&lt;br /&gt;
        {&lt;br /&gt;
            // the Google JSON string returned wil be of the format&lt;br /&gt;
            // {&quot;responseData&quot;: {&quot;translatedText&quot;:&quot;Bonjour&quot;}, &quot;responseDetails&quot;: null, &quot;responseStatus&quot;: 200}&lt;br /&gt;
            // call the osParseJSON method so we can read the contents&lt;br /&gt;
            System.Collections.Hashtable response = (System.Collections.Hashtable) osParseJSON(body);&lt;br /&gt;
            System.Collections.Hashtable responsedata = (System.Collections.Hashtable) response[&quot;responseData&quot;];&lt;/p&gt;
&lt;p&gt;            llSay(0,(string)responsedata[&quot;translatedText&quot;]);&lt;br /&gt;
        }&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;public void default_event_listen(LSL_Types.LSLInteger channelIn, LSL_Types.LSLString name, LSL_Types.LSLString id, LSL_Types.LSLString message)&lt;br /&gt;
{&lt;br /&gt;
    if(channelIn==1)&lt;br /&gt;
    {&lt;br /&gt;
        string toTranslate = (string) message;&lt;br /&gt;
        requestID = llHTTPRequest( &quot;http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&amp;amp;q=&quot;+toTranslate+&quot;&amp;amp;langpair=&quot;+sourceLang+&quot;%7C&quot;+targetLang, new LSL_Types.list(), &quot;&quot; );  &lt;/p&gt;
&lt;p&gt;    }&lt;br /&gt;
    else if(channelIn==2)&lt;br /&gt;
    {&lt;br /&gt;
        sourceLang = (string) message;&lt;br /&gt;
    }&lt;br /&gt;
    else if(channelIn==3)&lt;br /&gt;
    {&lt;br /&gt;
        targetLang = (string)message;&lt;br /&gt;
    }&lt;br /&gt;
    else if(channelIn==4)&lt;br /&gt;
    {&lt;br /&gt;
        llOwnerSay(&quot;LANGUAGE (CODE)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Arabic (ar)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Bulgarian (bg)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Chinese (zh)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Croatian (hr)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Czech (cs)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Danish (da)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Dutch (nl)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* English (en)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Finnish (fi)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* French (fr)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* German (de)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Greek (el)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Hindi (hi)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Italian (it)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Japanese (ja)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Korean (ko)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Norwegian(no) &quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Polish (pl)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Portuguese (pt-PT)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Romanian (ro)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Russian (ru)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Spanish (es)&quot;);&lt;br /&gt;
        llOwnerSay(&quot;* Swedish (sv)&quot;); &lt;/p&gt;
&lt;/code&gt;&lt;p&gt;&lt;code&gt;    }&lt;br /&gt;
}&lt;/code&gt;&lt;/p&gt;</description>
	<pubDate>Sun, 14 Sep 2008 21:37:51 +0000</pubDate>
</item>
<item>
	<title>UgoTrade » OpenSim: Meet the Rising Stars of the Open Metaverse at Virtual Worlds 2008, LA</title>
	<guid>http://www.ugotrade.com/?p=1619</guid>
	<link>http://www.ugotrade.com/2008/08/29/meet-the-rising-stars-of-the-open-metaverse-at-virtual-worlds-2008-la/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/adam-frisby-for-webpost3.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/adam-frisby-for-webpost3.jpg&quot; title=&quot;adam-frisby-for-webpost3&quot; height=&quot;284&quot; width=&quot;449&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1651&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://opensimulator.org/wiki/Main_Page&quot; target=&quot;_blank&quot;&gt;OpenSim&lt;/a&gt; developers will be explaining OpenSim to &lt;a href=&quot;http://www.virtualworldsexpo.com/index.html&quot; target=&quot;_blank&quot;&gt;Virtual Worlds Conference and Expo,LA, 2008,&lt;/a&gt; attendees from a “very-spacious booth being sponsored by &lt;a href=&quot;http://www.deepthink.com.au/&quot;&gt;DeepThink&lt;/a&gt;, &lt;a href=&quot;http://www.genkii.com/&quot;&gt;Genkii&lt;/a&gt;, &lt;a href=&quot;http://www.realxtend.org/&quot;&gt;RealXtend&lt;/a&gt;, &lt;a href=&quot;http://www.sinewavecompany.com/&quot;&gt;SineWave&lt;/a&gt; and &lt;a href=&quot;http://www.isid.co.jp/english/&quot;&gt;ISID&lt;/a&gt;.”  The booth will be an important place to meet some of the key innovators in virtual worlds.&lt;/p&gt;
&lt;p&gt;While OpenSim is still alpha there are already some pretty advanced projects on the OpenSim platform including some truly game changing innovation from &lt;a href=&quot;http://www.realxtend.org/&quot; target=&quot;_blank&quot;&gt;realXtend&lt;/a&gt;, and &lt;a href=&quot;http://tribalnet.se/&quot; target=&quot;_blank&quot;&gt;Tribal Media&lt;/a&gt; (more on RealXtend &lt;a href=&quot;http://www.ugotrade.com/2008/07/02/new-release-from-realxtend-and-modular-integration-into-opensim/&quot;&gt;here&lt;/a&gt; and Tribal &lt;a href=&quot;http://www.ugotrade.com/2008/08/12/tribal-one-integrates-opensim-and-facebook/&quot;&gt;here&lt;/a&gt;), IBM’s 60 sim behind their firewall OpenSim Grid, the Microsoft Developer community’s OpenSim grid, &lt;a href=&quot;http://reactiongrid.com/projects.aspx&quot; target=&quot;_blank&quot;&gt;Project Manhattan&lt;/a&gt;, and &lt;a href=&quot;http://grid.greenbush.us/portal/&quot; target=&quot;_blank&quot;&gt;the awesome immersive education Greenbush Grid&lt;/a&gt;,  the collaboration between IBM and the &lt;a href=&quot;http://www.ugotrade.com/tag/opensim/feed/www.fashionresearchinstitute.com&quot; target=&quot;_blank&quot;&gt;Fashion Research Institute&lt;/a&gt; to develop new technologies for the $1.7 trillion apparel industry, &lt;a href=&quot;http://www.genkii.com/&quot; target=&quot;_blank&quot;&gt;Genkii’s&lt;/a&gt; work with astrophysicists Piet Hut and Junichiro Makino &lt;a href=&quot;http://www.ugotrade.com/2008/07/19/astrophysics-in-virtual-worlds-implementing-n-body-simulations-in-opensim/&quot; target=&quot;_blank&quot;&gt;on N-body simulation in OpenSim&lt;/a&gt;, and an &lt;a href=&quot;http://opensimulator.org/wiki/Grid_List&quot; target=&quot;_blank&quot;&gt;extensive list of virtual world providers, &lt;/a&gt;and much more!&lt;/p&gt;
&lt;p&gt;Thanks Lynn Cullens (Bjorlyn Loon in SL), Director of Communications for &lt;a href=&quot;http://metanomics.net/&quot; target=&quot;_blank&quot;&gt;Metanomics&lt;/a&gt; for the picture of Adam above.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/deepthinkdemopost2.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/deepthinkdemopost2.jpg&quot; title=&quot;deepthinkdemopost2&quot; height=&quot;273&quot; width=&quot;450&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1634&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;DeepThink has sponsored a &lt;a href=&quot;http://www.adamfrisby.com/blog/2008/08/opensim-screenshot-competition-submit-your-builds/&quot; target=&quot;_blank&quot;&gt;screenshot competition&lt;/a&gt; so many OpenSim projects will be on display in the booth. Also, Adam a will be unveiling a&lt;a href=&quot;http://www.adamfrisby.com/blog/2008/08/sneak-peak-vw-expo-08-opensim-demo/&quot; target=&quot;_blank&quot;&gt; new OpenSim demo from DeepThink&lt;/a&gt; (the screenshot above is a sneak peak). OSGrid (the OpenSim test grid) guru and organizer Charles Krinke (avatar Charles Krinkeb) will be in LA also, so this is a great opportunity to find out how to get involved with OpenSim development.&lt;/p&gt;
&lt;h3&gt;Three from RealXtend will be in LA!&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/rexpost.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/rexpost.jpg&quot; title=&quot;rexpost&quot; height=&quot;338&quot; width=&quot;450&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1650&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.realxtend.org/&quot; target=&quot;_blank&quot;&gt;RealXtend&lt;/a&gt; will have three team members in LA – you can look for them at the OpenSim booth. In the picture from the left – Hannu Hollström (ADMINO technologies), Tomi Kujanpää (LudoCraft/realXtend Art Director &amp;amp; Avatar Specialist), Antti Ilomäki (realXtend Communications/ADMINO technologies Project Manager).&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;ADMINO technologies and LudoCraft, the two main contributors of the realXtend project, are pioneers in virtual world development and interactive experience design. LudoCraft Ltd. is a game studio specializing in the design and development of collaborative multiplayer 3D games and simulations. ADMINO technologies develop unique, scalable virtual world server solutions.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h3&gt;Novamente’s virtual pets coming to RealXtend soon!&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/beninoulu1.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/beninoulu1.jpg&quot; title=&quot;beninoulu1&quot; height=&quot;368&quot; width=&quot;238&quot; alt=&quot;&quot; class=&quot;alignright size-full wp-image-1640&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Recently, Ben Goertzel, Novamente, visited realXtend in Oulu, Finland and &lt;a href=&quot;http://www.kaleva.fi/plus/juttu746118_page0.htm&quot; target=&quot;_blank&quot;&gt;his visit made the local newspaper&lt;/a&gt;. Novamente will have their own booth so stop by to learn more. Ben Goertzel explained:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This summer a collaboration between RealXTend, Novamente LLC, and the open-source AI project OpenCog was established.   The initial focus of the collaboration is on creating  open-source virtual dogs using the OpenCog software, similar to the Novamente LLC virtual pets which are currently being developed mainly in the Multiverse platform (see screenshot below), and have also previously been prototyped in Second Life, and to launch these pets in the RealXTend platform.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;At first the dogs will be used for research and experimentation purposes; then afterwards there is the potential of offering them freely to RealXTend users to use in their own RealXTend worlds or publicly-provided worlds. The Novamente/OpenCog virtual pets differ from other existing virtual pets in that they possess powerful, open-ended learning ability: they can learn an endless variety of behaviors, not just a handful of behaviors provided in advance by the programmers. And the pets are just the start: the plan is to roll out a series of progressively more and more intelligent, learning-capable virtual agents in RealXTend, Multiverse and other virtual worlds, including talking parrots and humanoids that can carry out various practical tasks as well as providing entertainment.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/petaverse1post.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/petaverse1post.jpg&quot; title=&quot;petaverse1post&quot; height=&quot;353&quot; width=&quot;450&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1638&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Genkii Goes to Hollywood&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/jeffnbodypost.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/jeffnbodypost.jpg&quot; title=&quot;jeffnbodypost&quot; height=&quot;338&quot; width=&quot;450&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1645&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Virtual Worlds 2008, LA will be a unique opportunity to meet &lt;a href=&quot;http://www.ugotrade.com/2008/05/27/genkii-tokyos-opensource-metaverse-strategists/&quot; target=&quot;_blank&quot;&gt;the Genkii team&lt;/a&gt; and see their work with Piet Hut and Jun Makino &lt;a href=&quot;http://www.ugotrade.com/2008/07/19/astrophysics-in-virtual-worlds-implementing-n-body-simulations-in-opensim/&quot; target=&quot;_blank&quot;&gt;on N-body simulation in OpenSim&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the picture above, Jeff Ames, CTO, Genkii, is coding up  the N-body algorithms in a meeting/dinner with astrophysicist Piet Hut in Tokyo. The pictures below are the CCO of Genkii, Yuki Saeki’s portraits of Ken Brady (CEO), herself, and Adam Johnson (COO).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/ken2post2.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/ken2post2.jpg&quot; title=&quot;ken2post2&quot; height=&quot;150&quot; width=&quot;150&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1647&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/yukipost2.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/yukipost2.jpg&quot; title=&quot;yukipost2&quot; height=&quot;150&quot; width=&quot;150&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1648&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/adam2post2.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/adam2post2.jpg&quot; title=&quot;adam2post2&quot; height=&quot;150&quot; width=&quot;150&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1649&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;CEO Ken Brady will be &lt;a href=&quot;http://virtualworldsexpo.com/schedule/enterprise.html&quot;&gt;leading a panel in the Enterprise Track&lt;/a&gt; called “Using Virtual Worlds to Streamline and Augment the Film-Making Process.”&lt;/p&gt;
&lt;h3&gt;ISID -  business value in open source virtual worlds&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/photo_shinadapost.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/photo_shinadapost.jpg&quot; title=&quot;photo_shinadapost&quot; height=&quot;225&quot; width=&quot;225&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1658&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/isid_shimapost.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/isid_shimapost.jpg&quot; title=&quot;isid_shimapost&quot; height=&quot;225&quot; width=&quot;225&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1657&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On the left is Yuhei Shinada, and on the right, Takashi Shima of &lt;a href=&quot;http://www.isid.co.jp/english/&quot; target=&quot;_blank&quot;&gt;ISID&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.isid.co.jp/english/&quot; target=&quot;_blank&quot;&gt;ISID&lt;/a&gt; is one of the sponsors of the OpenSim booth at VW2008.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;What ISID wants to do with OpenSim:&lt;/p&gt;
&lt;p&gt;- Analyze the platform to search for possible business applications&lt;br /&gt;
- Develop intraverse environments in order to find new ways for companies to communicate internally&lt;br /&gt;
- Develop a closed environment to provide a place for information exchange and experimentation within the companies with the same interest&lt;/p&gt;
&lt;p&gt;ISID’S outlook:&lt;/p&gt;
&lt;p&gt;In the future, several open source virtual worlds will emerge. However, given OpenSim’s prevalence and level of sophistication, it will be the most successful.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h3&gt;Fashion Research Institute creating enterprise solutions in OpenSim&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/shenlei.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/shenlei.jpg&quot; title=&quot;shenlei&quot; height=&quot;303&quot; width=&quot;450&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1631&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The image above is the Shenlei Winkler’s, avatar (Shenlei is CEO of Fashion Research Institute, Inc.), photographed in the OpenSim Shengri La region in the Shengri La Bliss sim, part of FRI’s 9 sim grid. Shenlei Winkler (Shenlei Flasheart in Second Life) is leading the way with IBM in making OpenSim fit for business and in using OpenSim to develop new technologies for the $1.7 trillion apparel industry, (see my upcoming interview with Shenlei to learn more about her work and vision).&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;We’re working with IBM to harden Opensim as an enterprise-ready solution for a number of different reasons not the least of which is the fact that IBM can handle issues of scalability, interoperability, and data security. Right now, we’re testing the IBM OpenSim installation ShengriLa Spirit so that we can really stress the platform in a controlled environment. This offers feedback to our development team in a codified way. The fatc that I insist that it be beautiful just aligns with the Fashion Research Institute’s overall vision.&lt;br /&gt;
FRI is a business partner and customer of IBM, plus, we have a research agreement with them to develop new technologies for the apparel industry, a $1.7 trillion industry.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/justinheadshot.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/justinheadshot.jpg&quot; title=&quot;justinheadshot&quot; height=&quot;230&quot; width=&quot;234&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1670&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://justincc.wordpress.com/&quot;&gt;Justin Clark-Casey&lt;/a&gt; formerly of IBM is now working full time with the Fashion Research Institute on OpenSim development. Justin will be in LA, so look out for him at the OpenSim booth or catch him speaking on the last day of the conference with Adam Frisby, DeepThink, Mic Bowman, Intel, and myself, Thursday, September, 4th, 4pm to 5pm on our panel, “Open-Source, Interoperable Virtual Worlds,”  which will be part of the Future of Virtual Worlds track.&lt;/p&gt;
&lt;h3&gt;Eolus – “The Path to Sustainable Real Estate”&lt;/h3&gt;
&lt;p&gt;Oliver Goh, Implenia, will be at VW2008 demoing the latest work from Eolus on “The Path to Sustainable Real Estate,”  (see my &lt;a href=&quot;http://www.ugotrade.com/tag/opensim/feed/Eolus Goes OpenSim,&quot; target=&quot;_blank&quot;&gt;earlier posts here&lt;/a&gt;, and &lt;a href=&quot;http://www.ugotrade.com/2007/07/02/eolus-makes-leap-to-3d-internet-on-second-life/&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt; on Oliver’s work with with IBM on prototyping Virtual Operation Centers and building automation in OpenSim).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/oliv1.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/oliv1.jpg&quot; title=&quot;oliv1&quot; height=&quot;240&quot; width=&quot;183&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1655&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;span style=&quot;font-family: Helvetica,Verdana,Arial;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;The Eolus 3D Virtual Operations Centers represents the next level of innovation and green technology offered by the Eolus solution.   The 3D environment is customized according to unique requirements, and can be delivered as classic command centers, control rooms, datacenters, or hybrids or custom solutions.  The versatile virtual world environment ensures a platform for innovation for scalability, performance, and growth as the business value it brings is expanded to other areas.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;font-family: Times,Times New Roman;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/eoluspathtosustainablerealestatepst2.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/eoluspathtosustainablerealestatepst2.jpg&quot; title=&quot;eoluspathtosustainablerealestatepst2&quot; height=&quot;403&quot; width=&quot;450&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1637&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Michael Osias, IBM, Chief 3D Architect, Grid Operator, IT Optimization&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/michaelosiaspost1.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/michaelosiaspost1.jpg&quot; title=&quot;michaelosiaspost1&quot; height=&quot;169&quot; width=&quot;225&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1660&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You will be able to find Michael at the IBM booth.  And don’t worry, he is not always as serious as in this photo!  So my advice is to grab this chance to meet the developer of some of the most advanced OpenSim enterprise applications.&lt;/p&gt;
&lt;p&gt;I  have blogged a lot about Michael’s work with Oliver Goh on Eolus in the past year.  They recently got a lot of main stream press attention including being written up in the &lt;a href=&quot;http://www.guardian.co.uk/technology/2008/feb/26/internet.buildings&quot;&gt;Guardian&lt;/a&gt; (also see my posts: &lt;a href=&quot;http://www.ugotrade.com/tag/2008/01/28/the-archeology-and-future-of-software-design-meeting-grady-booch/&quot;&gt;The Archeology and Future of Software Design: Interview with Grady Booch&lt;/a&gt;, &lt;a href=&quot;http://www.ugotrade.com/tag/2008/01/07/interoperability-for-virtual-worlds-in-2008/&quot;&gt;Interoperability for Virtual Worlds in 2008&lt;/a&gt;, &lt;a href=&quot;http://www.ugotrade.com/tag/2007/10/22/eolus-goes-open-sim/&quot;&gt;Eolus Goes OpenSim,&lt;/a&gt; &lt;a href=&quot;http://www.ugotrade.com/tag/2007/08/03/next-generation-of-software-design3d-commandservice-centers-in-second-life/&quot; target=&quot;_blank&quot;&gt;Next Generation of Software Design: 3D Command/Service Centers in Second Life&lt;/a&gt;, &lt;a href=&quot;http://www.ugotrade.com/tag/2007/07/02/eolus-makes-leap-to-3d-internet-on-second-life/&quot; target=&quot;_blank&quot;&gt;Eolus Makes Leap to 3D Internet in Second Life&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Michael’s pioneering integrations of “virtual” and “real” worlds give us, perhaps, our first glimpse of how virtual worlds will play a vital role in management, optimization and control of energy, data, business processes and more, changing the way we relate to the software infrastructure of our technology driven world.&lt;/p&gt;
&lt;p&gt;As the architect and grid operator of IBM’s fast growing ‘behind the firewall’ OpenSim grid  – it now has sixty regions and 123 users – Michael has been doing some interesting work. Most recently he has been integrating &lt;a href=&quot;http://citrix.com/English/ps2/products/product.asp?contentID=186&quot; target=&quot;_blank&quot;&gt;xen&lt;/a&gt; an open source virtualization product by &lt;a href=&quot;http://citrix.com/English/ps2/products/product.asp?contentID=683148&quot; target=&quot;_blank&quot;&gt;Citrix&lt;/a&gt; with OpenSim to do dynamic provisioning of new region servers, move the region servers among nodes, resize virtual CPU and memory allocation, and more.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/snapshot_002.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/snapshot_002-150x150.jpg&quot; title=&quot;snapshot_002&quot; height=&quot;150&quot; width=&quot;150&quot; alt=&quot;&quot; class=&quot;alignnone size-thumbnail wp-image-1661&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/snapshot_0031.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/snapshot_0031-150x150.jpg&quot; title=&quot;snapshot_0031&quot; height=&quot;150&quot; width=&quot;150&quot; alt=&quot;&quot; class=&quot;alignnone size-thumbnail wp-image-1663&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/snapshot_004.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/snapshot_004-150x150.jpg&quot; title=&quot;snapshot_004&quot; height=&quot;150&quot; width=&quot;150&quot; alt=&quot;&quot; class=&quot;alignnone size-thumbnail wp-image-1664&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/snapshot_020.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/snapshot_020-150x150.jpg&quot; title=&quot;snapshot_020&quot; height=&quot;150&quot; width=&quot;150&quot; alt=&quot;&quot; class=&quot;alignnone size-thumbnail wp-image-1668&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/snapshot_01221.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/snapshot_01221-150x150.jpg&quot; title=&quot;snapshot_01221&quot; height=&quot;150&quot; width=&quot;150&quot; alt=&quot;&quot; class=&quot;alignnone size-thumbnail wp-image-1667&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/snapshot_005.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/snapshot_005-150x150.jpg&quot; title=&quot;snapshot_005&quot; height=&quot;150&quot; width=&quot;150&quot; alt=&quot;&quot; class=&quot;alignnone size-thumbnail wp-image-1665&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Doug Thompson – CEO, Remedy Communciations&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/doug-thompsonpost.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/doug-thompsonpost.jpg&quot; title=&quot;doug-thompsonpost&quot; height=&quot;290&quot; width=&quot;225&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1669&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div style=&quot;width: 425px; text-align: left;&quot; id=&quot;497994&quot;&gt;And, look out for Doug Thompson! He is also known as the great blogger &lt;a href=&quot;http://dusanwriter.com/&quot; target=&quot;_blank&quot;&gt;Dusan Writer&lt;/a&gt; who &lt;a href=&quot;http://dusanwriter.com/?p=557&quot;&gt;sponsored the Second Life (TM) User Interface competition.&lt;/a&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style=&quot;width: 425px; text-align: left;&quot;&gt;&lt;a style=&quot;font: 14px Helvetica,Arial,Sans-serif; display: block; margin: 0px 0 3px 0; text-decoration: underline;&quot; href=&quot;http://slideshare.net/Dusan_Writer/second-life-ui-contest-july-3-2008?src=embed&quot; title=&quot;Second Life Ui Contest July 3 2008&quot;&gt;Second Life Ui Contest July 3 2008&lt;/a&gt;&amp;lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot; height=&quot;355&quot; width=&quot;425&quot;&amp;gt;&amp;lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;/&amp;gt;&amp;lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;/&amp;gt;&amp;lt;param name=&quot;src&quot; value=&quot;http://static.slideshare.net/swf/ssplayer2.swf?doc=second-life-ui-contest-july-3-2008-1215107315760973-8&amp;amp;amp;stripped_title=second-life-ui-contest-july-3-2008&amp;amp;amp;pid=48b76d9509c1efcd&quot;/&amp;gt;&amp;lt;embed allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; height=&quot;355&quot; src=&quot;http://static.slideshare.net/swf/ssplayer2.swf?doc=second-life-ui-contest-july-3-2008-1215107315760973-8&amp;amp;amp;stripped_title=second-life-ui-contest-july-3-2008&amp;amp;amp;pid=48b76d9509c1efcd&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot;&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&lt;/div&gt;
&lt;div style=&quot;width: 425px; text-align: left;&quot; id=&quot;497994&quot;&gt;&lt;/div&gt;
&lt;h3&gt;Tom Hoff – OpenSim Core Developer&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/tomhoff.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/tomhoff.jpg&quot; title=&quot;tomhoff&quot; height=&quot;225&quot; width=&quot;225&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1671&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;“Tom Hoff is an independent software developer and digital artist. He is contributing to the OpenSimulator project as a core developer, currently specializing in geometry issues. His prior experiences include a 23 year career as a technical staff member at Hewlett-Packard Company, where he spent much of his time developing digital halftoning and printing algorithms for ink jet printers and robotic machine vision systems for automated print quality evaluation. His interests include digital image processing, 3D geometry, and computational behavioral models. He is also an avid fitness enthusiast despite his higher than normal consumption of diet cola&lt;em&gt;.”&lt;/em&gt;&lt;/p&gt;</description>
	<pubDate>Fri, 29 Aug 2008 05:45:57 +0000</pubDate>
</item>
<item>
	<title>UgoTrade » OpenSim: “OpenSource, Interoperable Virtual Worlds” at VW 2008, LA</title>
	<guid>http://www.ugotrade.com/?p=1614</guid>
	<link>http://www.ugotrade.com/2008/08/27/opensource-interoperable-virtual-worlds-at-vw-2008-la/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/adamanddavidlevinepost.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/adamanddavidlevinepost.jpg&quot; title=&quot;adamanddavidlevinepost&quot; height=&quot;299&quot; width=&quot;450&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1652&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://opensimulator.org/wiki/Main_Page&quot; target=&quot;_blank&quot;&gt;OpenSim&lt;/a&gt; is designed for interoperability innovation. Adam Frisby explains:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;By allowing easy customization and extension, we can test and refine interoperability protocols very quickly and efficiently. The interconnect with Second Life (TM) was developed by David Levine, IBM, in only a number of days (David Levine on the right, Adam Frisby, left).&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Please join us on Thursday, September, 4th, 4pm to 5pm at the &lt;a href=&quot;http://www.virtualworldsexpo.com/index.html&quot; target=&quot;_blank&quot;&gt;Virtual Worlds Conference and Expo, LA&lt;/a&gt; for our panel, “&lt;strong&gt;Open-Source, Interoperable Virtual Worlds,” &lt;/strong&gt; which will be part of the&lt;a href=&quot;http://www.virtualworldsexpo.com/schedule/future.html&quot; target=&quot;_blank&quot;&gt; Future of Virtual Worlds&lt;/a&gt; track.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;em&gt;Support for standardisation in Virtual World technologies has been growing steadily in recent times, join the developers of OpenSim and industry commentators as they discuss where open-source virtual worlds are heading and the progress made towards standard  			protocols for interoperability.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;br /&gt;
- &lt;a href=&quot;http://www.virtualworldsexpo.com/speakers/adamfrisby.html&quot;&gt;Adam Frisby, Director,  			DeepThink (and OpenSim Developer)&lt;/a&gt;&lt;br /&gt;
- &lt;a href=&quot;http://www.virtualworldsexpo.com/speakers/tishshute.html&quot;&gt;Tish Shute, Writer/Virtual  			World Evangelist,  			Ugotrade.com&lt;/a&gt;&lt;br /&gt;
- &lt;a href=&quot;http://www.virtualworldsexpo.com/speakers/micbowman.html&quot;&gt;Mic Bowman, Principal  			Engineer, Intel&lt;/a&gt;&lt;br /&gt;
- &lt;a href=&quot;http://www.virtualworldsexpo.com/speakers/justinclarkcasey.html&quot;&gt;Justin Clark-Casey,  			OpenSim Developer, IBM&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, special panel guest Mike Mazur, OpenSim Developer, &lt;a href=&quot;http://3di.jp/&quot; target=&quot;_blank&quot;&gt;3Di&lt;/a&gt;.   We hope David Levine, IBM, will be back from Europe and join us too!&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Adam Frisby, &lt;a href=&quot;http://www.deepthinklabs.com/&quot; target=&quot;_blank&quot;&gt;Deep Think,&lt;/a&gt; is one of the founders and leading developers of OpenSim.  Adam has been behind so many important steps forward in the open metaverse that I cannot list them all here. But a notable recent project of Adam’s is a new “Lively style” viewer for OpenSim and Second Life (TM), &lt;a href=&quot;http://www.adamfrisby.com/blog/2008/07/introducing-xenki-source-now-availible/&quot; target=&quot;_blank&quot;&gt;Xenki&lt;/a&gt; (see &lt;a href=&quot;http://www.adamfrisby.com/blog/&quot; target=&quot;_blank&quot;&gt;Adam’s blog &lt;/a&gt;for more).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/osarchitecturepost2.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/osarchitecturepost2.jpg&quot; title=&quot;osarchitecturepost2&quot; height=&quot;296&quot; width=&quot;450&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1628&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Mic Bowman, Intel&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/micbowmanpost.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/micbowmanpost.jpg&quot; title=&quot;micbowmanpost&quot; height=&quot;290&quot; width=&quot;225&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1656&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Mic Bowman presented  at the &lt;a href=&quot;http://www.intel.com/idf/?cid=cim:ggl|idf_home|k4EF5|s&quot; target=&quot;_blank&quot;&gt;Intel Developer’s Forum&lt;/a&gt; earlier this month.  He outlined a road map for how virtual worlds will move into the fabric of everyday computing with open source software playing a key role (the slide of OpenSim architecture above is from this presentation). Virtual Worlds are an important part of Intel’s strategy for developing connected visual computing experiences. For more about Intel’s CVC initiative (see this press coverage of IDF, &lt;a href=&quot;http://www.theinquirer.net/gb/inquirer/news/2008/08/19/intel-reveals-plans-connected&quot;&gt;The Inquirer&lt;/a&gt;, &lt;a href=&quot;http://www.bit-tech.net/news/2008/08/19/intel-intros-connected-visual-computing-initiative/1&quot; target=&quot;_blank&quot;&gt;bit-tech.net,&lt;/a&gt; &lt;a href=&quot;http://www.hexus.net/content/item.php?item=15047&quot; target=&quot;_blank&quot;&gt;hexus,&lt;/a&gt; &lt;a href=&quot;http://www.trustedreviews.com/cpu-memory/news/2008/08/19/A-Bridge-Too-Far-/p1&quot; target=&quot;_blank&quot;&gt;Trusted Reviews&lt;/a&gt;).&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Basically… my message for the panel is this: To achieve a thriving, growing, broadly adopted CVC ecosystem, we believe the industry must come to some agreement on common building block technologies. Open source technologies represent a critical element in the discovery and development of these technologies, and foster innovative usages that drive adoption.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h3&gt;Justin Clark-Casey, Fashion Research Institute, Inc.&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/justinccpost.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/justinccpost.jpg&quot; title=&quot;justinccpost&quot; height=&quot;282&quot; width=&quot;450&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1624&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Another interesting member of our panel and important OpenSim developer is&lt;a href=&quot;http://justincc.wordpress.com&quot; target=&quot;_blank&quot;&gt; Justin Clark-Casey&lt;/a&gt;. Justin, formerly of IBM, is now with the &lt;a href=&quot;http://www.fashionresearchinstitute.com/&quot; target=&quot;_blank&quot;&gt;Fashion Reasearch Institute, Inc &lt;/a&gt;as a full time OpenSim developer/architect.  Fashion Research Institute is considered by many one of the most advanced business cases on OpenSim (more about Shenlei Winkler, CEO of FRI, in my next post, “Meet the Rising Stars of the Open Metaverse at VW 2008.”&lt;/p&gt;
&lt;p&gt;Recently Justin has been working on something called a region archive in OpenSim.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Basically, this is a way of saving a sim to a single file (currently a tar.gz) and reloading it into another OpenSimulator. This file contains all the necessary data (prim xml and assets such as textures and scripts) necessary to restore the entire region.&lt;/p&gt;
&lt;p&gt;It’s currently experimental so still has some bugs. But, it can be used via the load-oar/save-oar commands on the OpenSim region console.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The ability to save and load archives is something that people developing whole applications using OpenSim will be very interested in, and will contribute to the business value of OpenSim.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/osarchitecturepost2.jpg&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;OpenSim and Linden Lab are at the Center of Interoperability Innovation&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/gridnaut-visionaries.jpg&quot;&gt;&lt;img src=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/gridnaut-visionaries.jpg&quot; title=&quot;gridnaut-visionaries&quot; height=&quot;338&quot; width=&quot;450&quot; alt=&quot;&quot; class=&quot;alignnone size-full wp-image-1630&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Since the launch of &lt;a href=&quot;http://wiki.secondlife.com/wiki/Open_Grid_Public_Beta/Open_Grid_Beta_Viewers&quot; target=&quot;_blank&quot;&gt;Open Grid (beta)&lt;/a&gt; the  interoperability initiative from OpenSim and Linden Lab (for more &lt;a href=&quot;http://www.ugotrade.com/2008/07/31/the-open-grid-beta-the-first-step-to-interoperable-virtual-worlds/&quot; target=&quot;_blank&quot;&gt;see here&lt;/a&gt;), cross world interoperability has begun with avatar hopping. Now the thorny issues of trust management, economy, and IP that are the major part of asset interoperability are on the table.&lt;/p&gt;
&lt;p&gt;The picture above of Gridnaut, Lawson English, (Saijanai Kuhn in SL) is from Lynn Cullens (Bjorlyn Loon in SL), Director of Communications for &lt;a href=&quot;http://metanomics.net/&quot; target=&quot;_blank&quot;&gt;Metanomics&lt;/a&gt;.&lt;br /&gt;
Open Grid has expanded to 31 regions in less than a month and there is now OGP support in OpenSim trunk.  &lt;a href=&quot;http://www.vivaty.com/&quot; target=&quot;_blank&quot;&gt;Vivaty&lt;/a&gt; has expressed interest in joining interoperability efforts so we may see some of the new browser based worlds become part of this initiative soon&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://blog.secondlife.com/author/hamiltonlinden/&quot; target=&quot;_blank&quot;&gt;Hamilton Linden&lt;/a&gt;, who is leading the Open Platform Product Group  (OPPG) as Director, Engineering for &lt;a href=&quot;http://lindenlab.com/&quot; target=&quot;_blank&quot;&gt;Linden Lab&lt;/a&gt;, and, &lt;a href=&quot;http://wiki.secondlife.com/wiki/User:Tess_Linden&quot; target=&quot;_blank&quot;&gt;Tess Linden,&lt;/a&gt; Technical Director, leading design and Implementation for the OPPG (Open Platform Product Group), will be holding office hours at the Linden Lab booth at VW2008, LA to discuss Open Grid.  We hope that both Hamilton and Tess will special guests at the panel also!&lt;br /&gt;
&lt;a href=&quot;http://www.ugotrade.com/wordpress/wp-content/uploads/2008/08/opensiminterop.jpg&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Thu, 28 Aug 2008 00:10:05 +0000</pubDate>
</item>
<item>
	<title>Digital Ghosts: Candlewick on OSGrid</title>
	<guid>http://dynet.livejournal.com/2589.html</guid>
	<link>http://dynet.livejournal.com/2589.html</link>
	<description>This just in: Virtual Candlewick Manor is now on &lt;a href=&quot;http://osgrid.org&quot; rel=&quot;nofollow&quot;&gt;OSGrid&lt;/a&gt; thanks to the generosity of OSGrid user Richie Ward.&lt;br /&gt;&lt;br /&gt;To visit, go to the OSGrid site for &lt;a href=&quot;http://osgrid.org/index.php?&amp;amp;page=smodul&amp;amp;id=7&amp;amp;btn=7&quot; rel=&quot;nofollow&quot;&gt;instructions&lt;/a&gt; on connecting your viewer to the grid.  (Note: the linux instructions are slightly incorrect.  The part that says &quot;-loginpage  &lt;a href=&quot;http://osgrid.org/loginpage.htm&quot; rel=&quot;nofollow&quot;&gt;http://osgrid.org/loginpage.htm&lt;/a&gt;&quot; should say &quot;-loginpage  &lt;a href=&quot;http://osgrid.org/loginscreen.php&quot; rel=&quot;nofollow&quot;&gt;http://osgrid.org/loginscreen.php&lt;/a&gt;&quot;)&lt;br /&gt;&lt;br /&gt;When you start the SL Viewer following those instructions, you will be shown the OSGrid login screen (linked &lt;a href=&quot;http://osgrid.org/loginscreen.php&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; as an example) with a list of regions in a box on the left side.  Find and click on Candlewick in that list.  Doing that should log you into the Candlewick region directly.  (Alternately, you can try to use the world map to teleport to Candlewick.  The region is two spaces west of SeaPrior Plaza, which in turn is about seven sims southwest of Lbsa Plaza, and about 12 southwest of Wright Plaza.)&lt;br /&gt;&lt;br /&gt;Note that the build is still a work in progress, so large parts are not done.</description>
	<pubDate>Sun, 13 Jul 2008 23:21:51 +0000</pubDate>
</item>
<item>
	<title>Digital Ghosts: VWORP - Virtual World Online Roleplaying - Part 2</title>
	<guid>http://dynet.livejournal.com/1646.html</guid>
	<link>http://dynet.livejournal.com/1646.html</link>
	<description>&lt;span style=&quot;font-weight: bold;&quot;&gt;(Continuing my thoughts from &lt;a href=&quot;http://dynet.livejournal.com/1057.html&quot; rel=&quot;nofollow&quot;&gt;Part 1&lt;/a&gt;...)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I mentioned previously that there was a lot of room for compromise between &quot;high graphics, low flexibility&quot; and &quot;high flexibility, no graphics&quot;.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.secondlife.com&quot; rel=&quot;nofollow&quot;&gt;Second Life&lt;/a&gt; was one alternative which offered a lot of flexibility, but it still had issues.  &lt;br /&gt;&lt;br /&gt;You had the same &quot;recurring fee&quot; problem of an MMO, and it was considerably more of a show-stopper if you needed a significant amount of land to run your game, which you probably would.   (As of this writing, Sim prices are $1000 set-up and $200 per month for a full-fledged region, or $200 set-up and $75 per month for a crippled OpenSpace sim.   Most roleplaying groups would be rather put-off by that as a prerequisite, to put it mildly.)&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;cutid1&quot;&gt;&lt;/a&gt;And unless you got such a sim, you had no real ability to make your land truly private; parcel ban lines aren't as effective as a closed island in SL.   Not everyone wants to hold their tabletop session on the equivalent of the corner sidewalk.&lt;br /&gt;&lt;br /&gt;Using SL also would mean that griefer attacks were as much a risk as in an MMO, if not more (few MMOs have as many groups explicitly and publicly dedicated to deliberately ruining the experience for others as SL does, precisely because of the lack of subscription fees).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;After awhile, I concluded that a good solution might be to go back to my old stomping grounds: First Person Shooters were traditionally very flexible thanks to the precedent of id software's Doom and Quake directly supporting modders, and they had excellent quality.&lt;br /&gt;&lt;br /&gt;A modern game like &lt;a href=&quot;http://www.half-life2.com&quot; rel=&quot;nofollow&quot;&gt;Half-life 2&lt;/a&gt;, combined with something like &lt;a href=&quot;http://www.garrysmod.com&quot; rel=&quot;nofollow&quot;&gt;Garry's Mod&lt;/a&gt; (a sandbox mod, sort of like Second Life, only using HL2 props and supporting Lua scripting) would be very useful for creating compelling environments.  Garry's Mod even has a roleplaying gametype straight out of the box, though it has always felt a lot more video game-ish than what I'm intending to do.  Add a Lua script like LiteRP, you have much of the work done on the interface and engine side of things.  So you just need to handle the content angle.&lt;br /&gt;&lt;br /&gt;But then we come back to that old problem: good graphics are time consuming and difficult.  Most gamers just want to run/play their game, not spend months per session building stuff.  The way I see VWORP games working is sort of a virtual LARP: it tends to be socially-oriented and it tends to have a number of recurring environments (the secret headquarters, the night club, etc.)   So, in many games, once you have a good library of content built up, your needs tend to diminish somewhat.   But still, getting started is a problem.   How can we lower that initial barrier?&lt;br /&gt;&lt;br /&gt;The solution I first came up with was a community of content creators (who often make stuff for fun) and gamers (who need stuff made so they can have fun).  Bring the two together, and the problem could be taken care of.  I have an image of a site where you can download packs of content in specific styles, or even for specific game settings.  Modular buildings, to be connected up into an MMO-style area, for example.   For more unique content, gamers could post requests, and creators could even take commissions on more unique things, such as custom player-models for specific PCs, just as artists on deviantArt take commissions on illustrations of those characters.  And, being based on an FPS engine, the graphical quality would tend to be very high (higher than in an MMO).&lt;br /&gt;&lt;br /&gt;However, that is for the future.  In order to get there, I needed a way to bootstrap the community from basically, just me.  So I still needed a short-term platform.&lt;br /&gt;&lt;br /&gt;That's when I realized that &lt;a href=&quot;http://www.opensimulator.org&quot; rel=&quot;nofollow&quot;&gt;OpenSim&lt;/a&gt; was much further along than when I had last checked (I previously mentioned OpenSim in &lt;a href=&quot;http://dynet.livejournal.com/599.html&quot; rel=&quot;nofollow&quot;&gt;my initial post&lt;/a&gt;).  It has most of the advantages of Second Life (much quicker and more accessible building and character customization tools compared to an FPS) and few of the limitations of SL (it's free, you can run it completely privately, etc.).  The only drawbacks are finding a way to host it, and the fact that the software is still in alpha and undergoing rapid development.  Sometimes things break.  Some things don't work at all.  Still, it was sufficient for my purposes.&lt;br /&gt;&lt;br /&gt;So, currently, my work on VWORP is being performed in OpenSim.  I'm presently building private regions for our current &lt;a href=&quot;http://en.wikipedia.org/wiki/Changeling:_The_Lost&quot; rel=&quot;nofollow&quot;&gt;Changeling&lt;/a&gt; game and our recurring &lt;a href=&quot;http://en.wikipedia.org/wiki/Mage:_The_Ascension&quot; rel=&quot;nofollow&quot;&gt;Mage&lt;/a&gt; game, as well as the eponymous building from &lt;a href=&quot;http://www.arcdream.com/monsters/candlewick/&quot; rel=&quot;nofollow&quot;&gt;The Dreadful Secrets of Candlewick Manor&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;We'll see how it goes.&lt;a name=&quot;cutid1-end&quot;&gt;&lt;/a&gt;</description>
	<pubDate>Sat, 05 Jul 2008 12:09:53 +0000</pubDate>
</item>

</channel>
</rss>
