<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Notes &#187; 3D</title>
	<atom:link href="http://alexpb.com/notes/articles/category/3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexpb.com/notes</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 01:27:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Modeling Physically Realistic Human Motion from Monocular Video Sequences</title>
		<link>http://alexpb.com/notes/articles/2010/07/10/modeling-physically-realistic-human-motion-from-monocular-video-sequences/</link>
		<comments>http://alexpb.com/notes/articles/2010/07/10/modeling-physically-realistic-human-motion-from-monocular-video-sequences/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 15:58:58 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[cad]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[motion capture]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=758</guid>
		<description><![CDATA[Xiaolin Wei and Jinxiang Chai developed a program that tracks human bodies in videos to create animated 3D models (which can then be viewed from any angle). It will be presented at Siggraph in Los Angeles. Download a PDF or download the video. Via New Scientist.]]></description>
			<content:encoded><![CDATA[<p><a href="http://students.cse.tamu.edu/xwei/">Xiaolin Wei</a> and <a href="http://faculty.cs.tamu.edu/jchai/">Jinxiang Chai</a> developed a program that tracks human bodies in videos to create animated 3D models (which can then be viewed from any angle).  It will be presented at <a href="http://www.siggraph.org/s2010/">Siggraph</a> in Los Angeles.</p>
<p><a href="http://students.cse.tamu.edu/xwei/publications/sig10_wei.pdf">Download a PDF</a> or <a href="http://students.cse.tamu.edu/xwei/publications/SIG10_wei.mov">download the video</a>.</p>
<p>Via <a href="http://www.newscientist.com/article/mg20727684.000-animated-3d-models-extracted-from-singlecamera-video.html?DCMP=OTC-rss&#038;nsref=online-news">New Scientist</a>.</p>
<p><a href="http://alexpb.com/notes/wp-content/uploads/2010/07/sig10.jpg"><img src="http://alexpb.com/notes/wp-content/uploads/2010/07/sig10-300x241.jpg" alt="gymnastics motion capture" title="gymnastics motion capture" width="300" height="241" class="alignnone size-medium wp-image-764" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2010/07/10/modeling-physically-realistic-human-motion-from-monocular-video-sequences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://students.cse.tamu.edu/xwei/publications/SIG10_wei.mov" length="62790629" type="video/quicktime" />
		</item>
		<item>
		<title>Playing Call Of Duty 4: Modern Warfare Under Ubuntu Linux</title>
		<link>http://alexpb.com/notes/articles/2009/12/05/playing-call-of-duty-4-modern-warfare-under-ubuntu-linux/</link>
		<comments>http://alexpb.com/notes/articles/2009/12/05/playing-call-of-duty-4-modern-warfare-under-ubuntu-linux/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 22:45:08 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=690</guid>
		<description><![CDATA[sudo add-apt-repository ppa:ubuntu-wine/ppa sudo apt-get update sudo apt-get upgrade sudo apt-get install wine1.2 wget http://www.kegel.com/wine/winetricks sh winetricks vcrun2005 sh winetricks d3dx9 wine regedit under HKEY_CURRENT_USER/Software/Wine, create key Direct3D if it doesn&#8217;t already exist inside Direct3D create the following values: string: DirectDrawRenderer value: opengl string: OffscreenRenderingMode value: fbo string: RenderTargetLockMode value: auto string: UseGLSL value: readtex [...]]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;">sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install wine1.2
wget http://www.kegel.com/wine/winetricks
sh winetricks vcrun2005
sh winetricks d3dx9
wine regedit</pre>
<ul>
<li>under HKEY_CURRENT_USER/Software/Wine, create key Direct3D if it doesn&#8217;t already exist</li>
<li>inside Direct3D create the following values:
<ul>
<li>string: DirectDrawRenderer		value: opengl</li>
<li>string: OffscreenRenderingMode	value: fbo</li>
<li>string: RenderTargetLockMode		value: auto</li>
<li>string: UseGLSL				value: readtex</li>
<li>string: VideoMemorySize			value: (video card memory size in MB)</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2009/12/05/playing-call-of-duty-4-modern-warfare-under-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Cheap 3D Scanner</title>
		<link>http://alexpb.com/notes/articles/2009/08/27/diy-cheap3d-scanner/</link>
		<comments>http://alexpb.com/notes/articles/2009/08/27/diy-cheap3d-scanner/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 23:07:38 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[cad]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[modeling]]></category>
		<category><![CDATA[scanner]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=661</guid>
		<description><![CDATA[There is lot&#8217;s of different cheap design for building your own 3D scanner, here are a few: SCAN Z do-it-yourself 3D scanner Building a Homemade Laser Line Scanner (CS6998, Spring &#8217;01) Build Your Own 3D Scanner: Optical Triangulation for Beginners Scanalicious: A 3D Scanner GUI Client and Micro-controller Software 3-D Laser Scanner Scanalicious: A 3D [...]]]></description>
			<content:encoded><![CDATA[<h3>There is lot&#8217;s of different cheap design for building your own 3D scanner, here are a few:</h3>
<ul>
<li><a href="http://www.brucerayne.com/scanz_explain.html">SCAN Z do-it-yourself 3D scanner </a></li>
<li><a href="http://www.thaumaturgy.net/~etgold/scanner/">Building a Homemade Laser Line Scanner (CS6998, Spring &#8217;01)</a></li>
<li><a href="http://mesh.brown.edu/byo3d/">Build Your Own 3D Scanner: Optical Triangulation for Beginners</a></li>
<li><a href="http://code.google.com/p/scanalicious/">Scanalicious: A 3D Scanner GUI Client and Micro-controller Software</a></li>
<li><a href="http://www.instructables.com/id/EMWRPLGDH2EP285ZVG/">3-D Laser Scanner</a></li>
<li><a href="http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/s2009/dat38/Website/index.html">Scanalicious: A 3D Scanner for You and Me</a></li>
<li><a href="http://www.akasig.org/2008/08/25/3d-scannerless-scanning-for-fabbers/">3D Scannerless Scanning for Fabbers</a></li>
<li><a href="http://www.splinescan.co.uk/downloads.php">Splinescan: Open Source 3D Scanning</a></li>
<li><a href="http://www.philohome.com/scan3d/scan3d.htm">NXT™ 3D scanner</a></li>
<li><a href="http://www.david-laserscanner.com/">DAVID-laserscanner: Low-Cost 3D Scanner for Everyone!</a></li>
<li><a href="http://www.strippo.de/forum/thread.php?threadid=49&#038;sid=3188833f72795d11e5c2aae8c52023b0">stripo-3DSCAN Light</a></li>
<li><a href="http://sites.google.com/site/structuredlight/">Structured Light 3D Scanning</a></li>
<li><a href="http://www.instructables.com/id/Milkscanner-V1.0/">Milkscanner: Displacement Mapping</a></li>
<li><a href="http://www.instructables.com/id/Using-Meshlab-to-Clean-and-Assemble-Laser-Scan-Dat/">Using Meshlab to Clean and Assemble 3D Scan Data</a></li>
<li><a href="http://www.volunteerlabrat.com/default.html?goto=scanner.html">Build your own 3D scanner </a></li>
<li><a href="http://www.vision.caltech.edu/bouguetj/ICCV98/">3D Photography on your desk</a>/li>
<li><a href="http://mesh.brown.edu/byo3d/slides.html">Build Your Own 3D Scanner: Optical Triangulation for Beginners</a>/li>
<li><a href="http://www.negdesign.com/?p=175">Project DASER: Introduction</a>/li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2009/08/27/diy-cheap3d-scanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D printer uses plain paper (and glue) for prototyping</title>
		<link>http://alexpb.com/notes/articles/2008/11/11/3d-printer-uses-plain-paper-and-glue-for-prototyping/</link>
		<comments>http://alexpb.com/notes/articles/2008/11/11/3d-printer-uses-plain-paper-and-glue-for-prototyping/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 04:48:02 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[manufacturing]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/articles/2008/11/11/3d-printer-uses-plain-paper-and-glue-for-prototyping/</guid>
		<description><![CDATA[Mcor&#8217;s 3D printeruses plain 8 x11 paper and glue for rapid prototyping . &#8220;The printer takes standard sheets of printer paper (A4 size) and deposits regular old PVA glue in a pattern determined by the design. Another sheet of paper is added, and a tungsten carbide blade cuts away the excess paper&#8230;&#8221; Source: Wired &#038; [...]]]></description>
			<content:encoded><![CDATA[<p>Mcor&#8217;s <http://www.mcortechnologies.com/index.html> 3D printer<http://en.wikipedia.org/wiki/3D_printing>uses plain 8 x11 paper and glue for rapid prototyping <http://en.wikipedia.org/wiki/Rapid_prototyping>.  &#8220;The printer takes standard sheets of printer paper (A4 size) and deposits regular old PVA glue in a pattern determined by the design. Another sheet of paper is added, and a tungsten carbide blade cuts away the excess paper&#8230;&#8221;<br />
Source: Wired <http://blog.wired.com/gadgets/2008/11/3d-printer-feed.html> &#038; <http://www.slashgear.com/mcor-matrix-3d-printer-uses-regular-paper-0722025><http://gizmodo.com/photogallery/3dprinter/1004428172> hackaday.com <http://hackaday.com/2008/11/06/3d-printer-uses-office-paper/>.</p>
<p> <!--Mime Type of File is image/jpeg -->
<div class="postie-image-div"><a href="http://alexpb.com/notes/wp-photos/20081111-234801-1.jpg" onclick="window.open('http://alexpb.com/notes/wp-photos/20081111-234801-1.jpg','full_size_image','toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=1,height=264,width=317');return false;"><img src="http://alexpb.com/notes/wp-photos/thumb.20081111-234801-1.jpg" alt="mcor matrix.jpg" title="mcor matrix.jpg" style="border: none;" class="postie-image" /></a></div>
<p> <!--Mime Type of File is image/jpeg -->
<div class="postie-image-div"><a href="http://alexpb.com/notes/wp-photos/20081111-234801-2.jpg" onclick="window.open('http://alexpb.com/notes/wp-photos/20081111-234801-2.jpg','full_size_image','toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=1,height=270,width=470');return false;"><img src="http://alexpb.com/notes/wp-photos/thumb.20081111-234801-2.jpg" alt="mcor.3dhouse.jpg" title="mcor.3dhouse.jpg" style="border: none;" class="postie-image" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2008/11/11/3d-printer-uses-plain-paper-and-glue-for-prototyping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
