<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xmlns:media="http://search.yahoo.com/mrss">
    <channel>
        <title>startslさんのブログ</title>
        <link>http://startsl.vox.com/library/posts/page/1/</link>
        <description></description>
        <language>en</language>
        <generator>Vox</generator>
        <lastBuildDate>Fri, 27 Apr 2007 21:11:36 +0900</lastBuildDate>
        <copyright>Copyright 2007</copyright>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>  
 
        <item>
            <title>BartubeのLive</title>
            <link>http://startsl.vox.com/library/post/bartube%E3%81%AElive.html?_c=feed-rss</link>   
            <author>nobody@vox.com(startsl)</author>
            <comments>http://startsl.vox.com/library/post/bartube%E3%81%AElive.html?_c=feed-rss</comments>
            <guid isPermaLink="true">http://startsl.vox.com/library/post/bartube%E3%81%AElive.html?_c=feed-rss</guid> 
            <pubDate>Fri, 27 Apr 2007 21:11:36 +0900</pubDate>         
            
            <description>      http://www.stickam.jp      &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://startsl.vox.com/library/post/bartube%E3%81%AElive.html?_c=feed-rss#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d41426bf35685e00d41430df386a47?_c=feed-rss&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description>   
        </item> 
 
        <item>
            <title>自動ドア（SIMにやさしい版）</title>
            <link>http://startsl.vox.com/library/post/%E8%87%AA%E5%8B%95%E3%83%89%E3%82%A2sim%E3%81%AB%E3%82%84%E3%81%95%E3%81%97%E3%81%84%E7%89%88.html?_c=feed-rss</link>   
            <author>nobody@vox.com(startsl)</author>
            <comments>http://startsl.vox.com/library/post/%E8%87%AA%E5%8B%95%E3%83%89%E3%82%A2sim%E3%81%AB%E3%82%84%E3%81%95%E3%81%97%E3%81%84%E7%89%88.html?_c=feed-rss</comments>
            <guid isPermaLink="true">http://startsl.vox.com/library/post/%E8%87%AA%E5%8B%95%E3%83%89%E3%82%A2sim%E3%81%AB%E3%82%84%E3%81%95%E3%81%97%E3%81%84%E7%89%88.html?_c=feed-rss</guid> 
            <pubDate>Fri, 06 Apr 2007 04:04:58 +0900</pubDate>         
            
            <description>      SIMにやさしい版をつくりました。 http://slurl.com/secondlife/Armon%20Gill/185/117/40/　に動くものをおいてあります。   float ibias = 2; //移動距離 vector vbias = &lt;0,0,0&gt;; string sobject_status = &quot;close&quot;; float ftiming = 5; move_object() {    vector foo = llGetLocalPos();    vbias....    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://startsl.vox.com/library/post/%E8%87%AA%E5%8B%95%E3%83%89%E3%82%A2sim%E3%81%AB%E3%82%84%E3%81%95%E3%81%97%E3%81%84%E7%89%88.html?_c=feed-rss#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d41426bf35685e00d4142dc21a3c7f?_c=feed-rss&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://startsl.vox.com/tags/">secondlife</category>   
        </item> 
 
        <item>
            <title>自動ドアを作るLS(練習版）</title>
            <link>http://startsl.vox.com/library/post/%E8%87%AA%E5%8B%95%E3%83%89%E3%82%A2%E3%82%92%E4%BD%9C%E3%82%8Bls.html?_c=feed-rss</link>   
            <author>nobody@vox.com(startsl)</author>
            <comments>http://startsl.vox.com/library/post/%E8%87%AA%E5%8B%95%E3%83%89%E3%82%A2%E3%82%92%E4%BD%9C%E3%82%8Bls.html?_c=feed-rss</comments>
            <guid isPermaLink="true">http://startsl.vox.com/library/post/%E8%87%AA%E5%8B%95%E3%83%89%E3%82%A2%E3%82%92%E4%BD%9C%E3%82%8Bls.html?_c=feed-rss</guid> 
            <pubDate>Thu, 05 Apr 2007 19:54:56 +0900</pubDate>         
            
            <description>      自動ドアをLSLで作るには、まず自動ドアの仕様（？）を決めなければなりません。 今回はこんな仕様でいきます。 １．自動ドアオブジェクトの前に誰かが立つと ２．自動ドアオブジェクトが移動して ３．一定時間が経つと元に戻る *作り方 まずオブジェクトが、人がいることを判断しないといけません。それにはllsensorを使います。 llsensorとはある範囲内に何かがあることをチェックするためのものです。流れとしては下記のとおり。 １．オブジェクトが起動したときに呼ばれるdefaultでチェッ...    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://startsl.vox.com/library/post/%E8%87%AA%E5%8B%95%E3%83%89%E3%82%A2%E3%82%92%E4%BD%9C%E3%82%8Bls.html?_c=feed-rss#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d41426bf35685e00d09e61782bbe2b?_c=feed-rss&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://startsl.vox.com/tags/">secondlife</category>   
        </item> 
    </channel>
</rss>

