<?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: 3. Creating a Papervision Base Template</title>
	<atom:link href="http://papervision2.com/3-creating-a-papervision-base-template/feed/" rel="self" type="application/rss+xml" />
	<link>http://papervision2.com/3-creating-a-papervision-base-template/</link>
	<description>Papervision2.com - Best resource for Papervision3d tutorials</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:12:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Charlie</title>
		<link>http://papervision2.com/3-creating-a-papervision-base-template/comment-page-2/#comment-27866</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Tue, 29 Dec 2009 12:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/3-creating-a-papervision-base-template/#comment-27866</guid>
		<description>This tutorial is no longer relevant. Please see update:
http://papervision2.com/getting-started-using-basicviewas/</description>
		<content:encoded><![CDATA[<p>This tutorial is no longer relevant. Please see update:<br />
<a href="http://papervision2.com/getting-started-using-basicviewas/" rel="nofollow">http://papervision2.com/getting-started-using-basicviewas/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajat</title>
		<link>http://papervision2.com/3-creating-a-papervision-base-template/comment-page-2/#comment-27847</link>
		<dc:creator>rajat</dc:creator>
		<pubDate>Tue, 29 Dec 2009 07:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/3-creating-a-papervision-base-template/#comment-27847</guid>
		<description>How come you have got no constructor in your paperbase class</description>
		<content:encoded><![CDATA[<p>How come you have got no constructor in your paperbase class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flashmad</title>
		<link>http://papervision2.com/3-creating-a-papervision-base-template/comment-page-2/#comment-19406</link>
		<dc:creator>flashmad</dc:creator>
		<pubDate>Wed, 23 Sep 2009 07:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/3-creating-a-papervision-base-template/#comment-19406</guid>
		<description>thank god. I got blank swf without any errors.</description>
		<content:encoded><![CDATA[<p>thank god. I got blank swf without any errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rop</title>
		<link>http://papervision2.com/3-creating-a-papervision-base-template/comment-page-2/#comment-18457</link>
		<dc:creator>rop</dc:creator>
		<pubDate>Wed, 02 Sep 2009 20:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/3-creating-a-papervision-base-template/#comment-18457</guid>
		<description>Hi, i like the intention of this tut., getting anyone started from scratch, except maybe it needs a little update ? I don&#039;t think I am doing anything wrong (hopefully i really don&#039;t) but It does not compile. These are the errors I get:

E:\AS3\org\papervision3d\objects\DisplayObject3D.as: Error: Can not resolve a multiname reference unambiguously. Papervision3D (from E:\AS3\org\papervision3d\Papervision3D.as) and org.papervision3d:Papervision3D (from E:\AS3\org\papervision3d\Papervision3D.as) are available.

E:\AS3\org\papervision3d\core\proto\CameraObject3D.as: Error: Can not resolve a multiname reference unambiguously. Papervision3D (from E:\AS3\org\papervision3d\Papervision3D.as) and org.papervision3d:Papervision3D (from E:\AS3\org\papervision3d\Papervision3D.as) are available.

E:\AS3\org\papervision3d\Papervision3D.as: Error: A file found in a source-path must have the same package structure &#039;&#039;, as the definition&#039;s package, &#039;org.papervision3d&#039;.
Reason: Its dependent file

I have not changed anything in the provided code, I tried both the most current version of PV3D (Papervision3D_2.1.920) and the the one from the link in the tut2. Both result in the same thing..

So is it me or is the tutorial outdated and should a change something somewhere ?

thank you for your effort !

best regards !</description>
		<content:encoded><![CDATA[<p>Hi, i like the intention of this tut., getting anyone started from scratch, except maybe it needs a little update ? I don&#8217;t think I am doing anything wrong (hopefully i really don&#8217;t) but It does not compile. These are the errors I get:</p>
<p>E:\AS3\org\papervision3d\objects\DisplayObject3D.as: Error: Can not resolve a multiname reference unambiguously. Papervision3D (from E:\AS3\org\papervision3d\Papervision3D.as) and org.papervision3d:Papervision3D (from E:\AS3\org\papervision3d\Papervision3D.as) are available.</p>
<p>E:\AS3\org\papervision3d\core\proto\CameraObject3D.as: Error: Can not resolve a multiname reference unambiguously. Papervision3D (from E:\AS3\org\papervision3d\Papervision3D.as) and org.papervision3d:Papervision3D (from E:\AS3\org\papervision3d\Papervision3D.as) are available.</p>
<p>E:\AS3\org\papervision3d\Papervision3D.as: Error: A file found in a source-path must have the same package structure &#8221;, as the definition&#8217;s package, &#8216;org.papervision3d&#8217;.<br />
Reason: Its dependent file</p>
<p>I have not changed anything in the provided code, I tried both the most current version of PV3D (Papervision3D_2.1.920) and the the one from the link in the tut2. Both result in the same thing..</p>
<p>So is it me or is the tutorial outdated and should a change something somewhere ?</p>
<p>thank you for your effort !</p>
<p>best regards !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivify</title>
		<link>http://papervision2.com/3-creating-a-papervision-base-template/comment-page-2/#comment-16678</link>
		<dc:creator>vivify</dc:creator>
		<pubDate>Thu, 23 Jul 2009 23:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/3-creating-a-papervision-base-template/#comment-16678</guid>
		<description>The first time i tried this things failed.

turned out i had select &#039;Empty project&#039; under AS2 instead of AS3. 

Silly mistake, but hopefully I&#039;ve saved someone else from repeating it.</description>
		<content:encoded><![CDATA[<p>The first time i tried this things failed.</p>
<p>turned out i had select &#8216;Empty project&#8217; under AS2 instead of AS3. </p>
<p>Silly mistake, but hopefully I&#8217;ve saved someone else from repeating it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating A Papervision Base Template &#124; Papervision Tutorials</title>
		<link>http://papervision2.com/3-creating-a-papervision-base-template/comment-page-2/#comment-14412</link>
		<dc:creator>Creating A Papervision Base Template &#124; Papervision Tutorials</dc:creator>
		<pubDate>Mon, 25 May 2009 12:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/3-creating-a-papervision-base-template/#comment-14412</guid>
		<description>[...] of each Papervision project you attempt. Learn how to create &#8220;base class&#8221; by reading this tutorial. This file will be used as the basis of any Papervision projects that you do,  and with very few [...]</description>
		<content:encoded><![CDATA[<p>[...] of each Papervision project you attempt. Learn how to create &#8220;base class&#8221; by reading this tutorial. This file will be used as the basis of any Papervision projects that you do,  and with very few [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vilmondes</title>
		<link>http://papervision2.com/3-creating-a-papervision-base-template/comment-page-2/#comment-12383</link>
		<dc:creator>Vilmondes</dc:creator>
		<pubDate>Tue, 21 Apr 2009 00:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/3-creating-a-papervision-base-template/#comment-12383</guid>
		<description>I solved the problem. Just need install de virtual machine java and it works ;D.</description>
		<content:encoded><![CDATA[<p>I solved the problem. Just need install de virtual machine java and it works ;D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vilmondes</title>
		<link>http://papervision2.com/3-creating-a-papervision-base-template/comment-page-2/#comment-12381</link>
		<dc:creator>Vilmondes</dc:creator>
		<pubDate>Tue, 21 Apr 2009 00:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/3-creating-a-papervision-base-template/#comment-12381</guid>
		<description>i&#039;m having the same problem of the Tony D.
Is showing the error:
&#039;Exception: The system cannot find the file specified&#039;

Thanks!</description>
		<content:encoded><![CDATA[<p>i&#8217;m having the same problem of the Tony D.<br />
Is showing the error:<br />
&#8216;Exception: The system cannot find the file specified&#8217;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oren</title>
		<link>http://papervision2.com/3-creating-a-papervision-base-template/comment-page-2/#comment-10876</link>
		<dc:creator>oren</dc:creator>
		<pubDate>Mon, 30 Mar 2009 10:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/3-creating-a-papervision-base-template/#comment-10876</guid>
		<description>what does that means?

Error: A file found in a source-path &#039;paperBase&#039; must have the same name as the class definition inside the file &#039;PaperBase&#039;.
Build halted with errors (fcsh).</description>
		<content:encoded><![CDATA[<p>what does that means?</p>
<p>Error: A file found in a source-path &#8216;paperBase&#8217; must have the same name as the class definition inside the file &#8216;PaperBase&#8217;.<br />
Build halted with errors (fcsh).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://papervision2.com/3-creating-a-papervision-base-template/comment-page-2/#comment-10382</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 24 Mar 2009 00:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/3-creating-a-papervision-base-template/#comment-10382</guid>
		<description>works a charm if you follow the tutorials step by step. Cheers</description>
		<content:encoded><![CDATA[<p>works a charm if you follow the tutorials step by step. Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
