<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: AR shadowmapping demo</title>
	<atom:link href="http://www.rojtberg.net/363/ar-shadowmapping-demo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rojtberg.net/363/ar-shadowmapping-demo/</link>
	<description>Linux &#38; Tech Stuff</description>
	<lastBuildDate>Mon, 19 Jul 2010 23:39:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Shadow Mapping &#38; Augmented Reality Interaction Demo On The Nokia N900 &#124; The Nokia Review &#124; Your Definitive Nokia Resource</title>
		<link>http://www.rojtberg.net/363/ar-shadowmapping-demo/comment-page-1/#comment-571</link>
		<dc:creator>Shadow Mapping &#38; Augmented Reality Interaction Demo On The Nokia N900 &#124; The Nokia Review &#124; Your Definitive Nokia Resource</dc:creator>
		<pubDate>Fri, 26 Feb 2010 19:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojtberg.net/?p=363#comment-571</guid>
		<description>[...] More &#124; Shadow Mapping &#124; AR [...]</description>
		<content:encoded><![CDATA[<p>[...] More | Shadow Mapping | AR [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel</title>
		<link>http://www.rojtberg.net/363/ar-shadowmapping-demo/comment-page-1/#comment-542</link>
		<dc:creator>Pavel</dc:creator>
		<pubDate>Tue, 16 Feb 2010 11:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojtberg.net/?p=363#comment-542</guid>
		<description>yeah, scons is Frementale is ancient, but building is still possible. Just add the line &quot;from glob import glob as Glob&quot; on top of &quot;bin/SConscript&quot; just like it is done in &quot;./SConstruct&quot;. I will add this patch in my next upload of the library...</description>
		<content:encoded><![CDATA[<p>yeah, scons is Frementale is ancient, but building is still possible. Just add the line &#8220;from glob import glob as Glob&#8221; on top of &#8220;bin/SConscript&#8221; just like it is done in &#8220;./SConstruct&#8221;. I will add this patch in my next upload of the library&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tico</title>
		<link>http://www.rojtberg.net/363/ar-shadowmapping-demo/comment-page-1/#comment-540</link>
		<dc:creator>Tico</dc:creator>
		<pubDate>Tue, 16 Feb 2010 01:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojtberg.net/?p=363#comment-540</guid>
		<description>Thanks for the response.  I just got a chance to try to build the examples using scratchbox.  It didn&#039;t quite work.  It seems like the version of scons in scratchbox is very old and not able to parse the ./SConstruct file (see below).  How did you work around this?

[sbox-FREMANTLE_ARMEL: ~] &gt; apt-get source artoolkitplus
Reading package lists... Done
Building dependency tree... Done
Need to get 4302kB of source archives.
Get:1 http://repository.maemo.org fremantle/free artoolkitplus 2.1.4-1maemo1 (dsc) [563B]
Get:2 http://repository.maemo.org fremantle/free artoolkitplus 2.1.4-1maemo1 (tar) [4301kB]
Fetched 4302kB in 4s (936kB/s)          
gpg: Signature made Mon Jan 25 11:45:52 2010 GMT using DSA key ID B11FFF2F
gpg: Can&#039;t check signature: public key not found
dpkg-source: extracting artoolkitplus in artoolkitplus-2.1.4
dpkg-source: unpacking artoolkitplus_2.1.4-1maemo1.tar.gz

[sbox-FREMANTLE_ARMEL: ~/artoolkitplus-2.1.4] &gt; scons
scons: Reading SConscript files ...
NameError: name &#039;Glob&#039; is not defined:
  File &quot;SConstruct&quot;, line 27:
    SConscript(&quot;bin/SConscript&quot;)
  File &quot;/scratchbox/tools/lib/scons/SCons/Script/SConscript.py&quot;, line 581:
    return apply(method, args, kw)
  File &quot;/scratchbox/tools/lib/scons/SCons/Script/SConscript.py&quot;, line 508:
    return apply(_SConscript, [self.fs,] + files, {&#039;exports&#039; : exports})
  File &quot;/scratchbox/tools/lib/scons/SCons/Script/SConscript.py&quot;, line 239:
    exec _file_ in stack[-1].globals
  File &quot;bin/SConscript&quot;, line 12:
    env.Program(&quot;idpatgen&quot;, [&quot;../tools/IdPatGen/main.cpp&quot;]+Glob(&quot;../tools/IdPatGen/PN/*.cpp&quot;))

[sbox-FREMANTLE_ARMEL: ~/artoolkitplus-2.1.4] &gt; scons --version
SCons by Steven Knight et al.:
	script: v0.96.1.D001, 2004/08/23 09:55:29, by knight on casablanca
	engine: v0.96.1.D001, 2004/08/23 09:55:29, by knight on casablanca
Copyright (c) 2001, 2002, 2003, 2004 The SCons Foundation</description>
		<content:encoded><![CDATA[<p>Thanks for the response.  I just got a chance to try to build the examples using scratchbox.  It didn&#8217;t quite work.  It seems like the version of scons in scratchbox is very old and not able to parse the ./SConstruct file (see below).  How did you work around this?</p>
<p>[sbox-FREMANTLE_ARMEL: ~] &gt; apt-get source artoolkitplus<br />
Reading package lists&#8230; Done<br />
Building dependency tree&#8230; Done<br />
Need to get 4302kB of source archives.<br />
Get:1 <a href="http://repository.maemo.org" rel="nofollow">http://repository.maemo.org</a> fremantle/free artoolkitplus 2.1.4-1maemo1 (dsc) [563B]<br />
Get:2 <a href="http://repository.maemo.org" rel="nofollow">http://repository.maemo.org</a> fremantle/free artoolkitplus 2.1.4-1maemo1 (tar) [4301kB]<br />
Fetched 4302kB in 4s (936kB/s)<br />
gpg: Signature made Mon Jan 25 11:45:52 2010 GMT using DSA key ID B11FFF2F<br />
gpg: Can&#8217;t check signature: public key not found<br />
dpkg-source: extracting artoolkitplus in artoolkitplus-2.1.4<br />
dpkg-source: unpacking artoolkitplus_2.1.4-1maemo1.tar.gz</p>
<p>[sbox-FREMANTLE_ARMEL: ~/artoolkitplus-2.1.4] &gt; scons<br />
scons: Reading SConscript files &#8230;<br />
NameError: name &#8216;Glob&#8217; is not defined:<br />
  File &#8220;SConstruct&#8221;, line 27:<br />
    SConscript(&#8220;bin/SConscript&#8221;)<br />
  File &#8220;/scratchbox/tools/lib/scons/SCons/Script/SConscript.py&#8221;, line 581:<br />
    return apply(method, args, kw)<br />
  File &#8220;/scratchbox/tools/lib/scons/SCons/Script/SConscript.py&#8221;, line 508:<br />
    return apply(_SConscript, [self.fs,] + files, {&#8216;exports&#8217; : exports})<br />
  File &#8220;/scratchbox/tools/lib/scons/SCons/Script/SConscript.py&#8221;, line 239:<br />
    exec _file_ in stack[-1].globals<br />
  File &#8220;bin/SConscript&#8221;, line 12:<br />
    env.Program(&#8220;idpatgen&#8221;, ["../tools/IdPatGen/main.cpp"]+Glob(&#8220;../tools/IdPatGen/PN/*.cpp&#8221;))</p>
<p>[sbox-FREMANTLE_ARMEL: ~/artoolkitplus-2.1.4] &gt; scons &#8211;version<br />
SCons by Steven Knight et al.:<br />
	script: v0.96.1.D001, 2004/08/23 09:55:29, by knight on casablanca<br />
	engine: v0.96.1.D001, 2004/08/23 09:55:29, by knight on casablanca<br />
Copyright (c) 2001, 2002, 2003, 2004 The SCons Foundation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel</title>
		<link>http://www.rojtberg.net/363/ar-shadowmapping-demo/comment-page-1/#comment-530</link>
		<dc:creator>Pavel</dc:creator>
		<pubDate>Tue, 09 Feb 2010 13:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojtberg.net/?p=363#comment-530</guid>
		<description>the MADDE environment is still experimental and I have not tried it myself yet. But if you use scratchbox you can find an ARToolkitPlus package in extras-devel. For building the examples uncomment the last line in the ./SConstruct file.</description>
		<content:encoded><![CDATA[<p>the MADDE environment is still experimental and I have not tried it myself yet. But if you use scratchbox you can find an ARToolkitPlus package in extras-devel. For building the examples uncomment the last line in the ./SConstruct file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tico</title>
		<link>http://www.rojtberg.net/363/ar-shadowmapping-demo/comment-page-1/#comment-529</link>
		<dc:creator>Tico</dc:creator>
		<pubDate>Tue, 09 Feb 2010 00:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojtberg.net/?p=363#comment-529</guid>
		<description>Cool stuff.  I was trying to build this myself using the new MADDE environment and got stuck because of lack of the scons tool.  A tutorial on how to build the samples from ARToolkitPlus would be helpful.</description>
		<content:encoded><![CDATA[<p>Cool stuff.  I was trying to build this myself using the new MADDE environment and got stuck because of lack of the scons tool.  A tutorial on how to build the samples from ARToolkitPlus would be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bratag</title>
		<link>http://www.rojtberg.net/363/ar-shadowmapping-demo/comment-page-1/#comment-524</link>
		<dc:creator>Bratag</dc:creator>
		<pubDate>Fri, 05 Feb 2010 21:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojtberg.net/?p=363#comment-524</guid>
		<description>I have to say this is quite impressive. I can actually see a use for this now as opposed to other AR demos I have seen.</description>
		<content:encoded><![CDATA[<p>I have to say this is quite impressive. I can actually see a use for this now as opposed to other AR demos I have seen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.rojtberg.net/363/ar-shadowmapping-demo/comment-page-1/#comment-513</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 02 Feb 2010 16:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rojtberg.net/?p=363#comment-513</guid>
		<description>This video really sparks my imagination. A few ideas you might want to think about: An Icon that represents a light source. Adding a filter to the rest of the screen, no reason you need to see the table, why not add grass over it? It may already do this, but support for various heights and orientations of objects in the scene. 

Anyways, very cool.</description>
		<content:encoded><![CDATA[<p>This video really sparks my imagination. A few ideas you might want to think about: An Icon that represents a light source. Adding a filter to the rest of the screen, no reason you need to see the table, why not add grass over it? It may already do this, but support for various heights and orientations of objects in the scene. </p>
<p>Anyways, very cool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
