<?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: 4. Basic Template Usage</title>
	<atom:link href="http://papervision2.com/4-basic-template-usage/feed/" rel="self" type="application/rss+xml" />
	<link>http://papervision2.com/4-basic-template-usage/</link>
	<description>Papervision2.com - Best resource for Papervision3d tutorials</description>
	<lastBuildDate>Thu, 15 Jul 2010 18:38:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Charlie</title>
		<link>http://papervision2.com/4-basic-template-usage/comment-page-3/#comment-28927</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Thu, 07 Jan 2010 02:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/4-basic-template-usage/#comment-28927</guid>
		<description>@michabre

This tutorial has been updated. You should now be extending basic view.
See:
http://papervision2.com/getting-started-using-basicviewas/

and / or: 
http://papervision2.com/basic-texturing-v2/</description>
		<content:encoded><![CDATA[<p>@michabre</p>
<p>This tutorial has been updated. You should now be extending basic view.<br />
See:<br />
<a href="http://papervision2.com/getting-started-using-basicviewas/" rel="nofollow">http://papervision2.com/getting-started-using-basicviewas/</a></p>
<p>and / or:<br />
<a href="http://papervision2.com/basic-texturing-v2/" rel="nofollow">http://papervision2.com/basic-texturing-v2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michabre</title>
		<link>http://papervision2.com/4-basic-template-usage/comment-page-3/#comment-28926</link>
		<dc:creator>michabre</dc:creator>
		<pubDate>Thu, 07 Jan 2010 02:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/4-basic-template-usage/#comment-28926</guid>
		<description>Regarding the error: 1061: Call to a possibly undefined method getPosition through a reference with static type org.papervision3d.core.geom:Vertex3D

I did the reinstall of papervision several times, but I found that by removing my Classpaths to my own custom class directories under Preferences &gt; Actionscript 3 Settings did the trick.</description>
		<content:encoded><![CDATA[<p>Regarding the error: 1061: Call to a possibly undefined method getPosition through a reference with static type org.papervision3d.core.geom:Vertex3D</p>
<p>I did the reinstall of papervision several times, but I found that by removing my Classpaths to my own custom class directories under Preferences &gt; Actionscript 3 Settings did the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://papervision2.com/4-basic-template-usage/comment-page-3/#comment-21947</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Fri, 06 Nov 2009 07:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/4-basic-template-usage/#comment-21947</guid>
		<description>Same problem as mentioned above: blank screen in flash player. No errors, no nothing! I used the exact code as in this part4 of the &#039;Basic Template Usage&#039; tutorial. What is Wrong? I&#039;m using PV3D latest version as well as Flex SDK 3 and the latest version of FlashDevelop.</description>
		<content:encoded><![CDATA[<p>Same problem as mentioned above: blank screen in flash player. No errors, no nothing! I used the exact code as in this part4 of the &#8216;Basic Template Usage&#8217; tutorial. What is Wrong? I&#8217;m using PV3D latest version as well as Flex SDK 3 and the latest version of FlashDevelop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lisadmarie</title>
		<link>http://papervision2.com/4-basic-template-usage/comment-page-3/#comment-18916</link>
		<dc:creator>lisadmarie</dc:creator>
		<pubDate>Thu, 10 Sep 2009 06:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/4-basic-template-usage/#comment-18916</guid>
		<description>Swimminem, did you see the comments on the get the tools tutorial?  Someone else had the same prob, and they were pointing to &quot;I had PV3D 1.5 in my classpath..&quot;</description>
		<content:encoded><![CDATA[<p>Swimminem, did you see the comments on the get the tools tutorial?  Someone else had the same prob, and they were pointing to &#8220;I had PV3D 1.5 in my classpath..&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swimminem</title>
		<link>http://papervision2.com/4-basic-template-usage/comment-page-3/#comment-17898</link>
		<dc:creator>swimminem</dc:creator>
		<pubDate>Tue, 25 Aug 2009 14:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/4-basic-template-usage/#comment-17898</guid>
		<description>I am getting the following error.
C:\Users\Sam\Documents\Adobe\Resource Central\as classes\org\papervision3d\core\geom\Vertices3D.as: Error: Can not resolve a multiname reference unambiguously. org.papervision3d.core.geom:Vertex3D (from C:\Users\Sam\Documents\Adobe\Resource Central\Papervision 1_5\PV3D_1_5\src\org\papervision3d\core\geom\Vertex3D.as) and org.papervision3d.core.geom.renderables:Vertex3D (from C:\Users\Sam\Documents\Adobe\Resource Central\as classes\org\papervision3d\core\geom\renderables\Vertex3D.as) are available.

the 2 lines in vertices3D.as that are noted call for Vertex3D.

I checked my downloaded copy of Vertices3D.as against the latest on code.google.com and each line is identical.

Anyone know what is happening?</description>
		<content:encoded><![CDATA[<p>I am getting the following error.<br />
C:\Users\Sam\Documents\Adobe\Resource Central\as classes\org\papervision3d\core\geom\Vertices3D.as: Error: Can not resolve a multiname reference unambiguously. org.papervision3d.core.geom:Vertex3D (from C:\Users\Sam\Documents\Adobe\Resource Central\Papervision 1_5\PV3D_1_5\src\org\papervision3d\core\geom\Vertex3D.as) and org.papervision3d.core.geom.renderables:Vertex3D (from C:\Users\Sam\Documents\Adobe\Resource Central\as classes\org\papervision3d\core\geom\renderables\Vertex3D.as) are available.</p>
<p>the 2 lines in vertices3D.as that are noted call for Vertex3D.</p>
<p>I checked my downloaded copy of Vertices3D.as against the latest on code.google.com and each line is identical.</p>
<p>Anyone know what is happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Law</title>
		<link>http://papervision2.com/4-basic-template-usage/comment-page-3/#comment-17115</link>
		<dc:creator>Ray Law</dc:creator>
		<pubDate>Thu, 06 Aug 2009 09:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/4-basic-template-usage/#comment-17115</guid>
		<description>The empty scene may be caused by the flash player verson , it seems can&#039;t play on ver.8</description>
		<content:encoded><![CDATA[<p>The empty scene may be caused by the flash player verson , it seems can&#8217;t play on ver.8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Becker</title>
		<link>http://papervision2.com/4-basic-template-usage/comment-page-3/#comment-16806</link>
		<dc:creator>Paul Becker</dc:creator>
		<pubDate>Wed, 29 Jul 2009 15:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/4-basic-template-usage/#comment-16806</guid>
		<description>I figured out why I have a blank screen.  If you look in the project window, under coneexample there is a src area.  At least in my case, THAT source file (main.as) is not the one you&#039;re editing, so none of your source changes are going into the final output.  The clue was that no matter what I added, the build size never changed.

The solution for me was to locate the real main.as (it is underneath, but at the same level as the src folder) and MOVE it into the src folder, overwriting the one that was there.

Now my build size is 98K instead of 828 bytes and it actually works!</description>
		<content:encoded><![CDATA[<p>I figured out why I have a blank screen.  If you look in the project window, under coneexample there is a src area.  At least in my case, THAT source file (main.as) is not the one you&#8217;re editing, so none of your source changes are going into the final output.  The clue was that no matter what I added, the build size never changed.</p>
<p>The solution for me was to locate the real main.as (it is underneath, but at the same level as the src folder) and MOVE it into the src folder, overwriting the one that was there.</p>
<p>Now my build size is 98K instead of 828 bytes and it actually works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Becker</title>
		<link>http://papervision2.com/4-basic-template-usage/comment-page-3/#comment-16797</link>
		<dc:creator>Paul Becker</dc:creator>
		<pubDate>Wed, 29 Jul 2009 14:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/4-basic-template-usage/#comment-16797</guid>
		<description>Same problem.  Compiles perfectly, then when I run it, the flash player comes up but is totally blank.</description>
		<content:encoded><![CDATA[<p>Same problem.  Compiles perfectly, then when I run it, the flash player comes up but is totally blank.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Kyber</title>
		<link>http://papervision2.com/4-basic-template-usage/comment-page-3/#comment-16768</link>
		<dc:creator>Paul Kyber</dc:creator>
		<pubDate>Tue, 28 Jul 2009 16:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/4-basic-template-usage/#comment-16768</guid>
		<description>I get the following error when I compile this in Flash CS3 using Papervision3D_2.0.883 (the latest version I found available at http://code.google.com/p/papervision3d/downloads/list):

Vertices3D.as, Line 144     1061: Call to a possibly undefined method getPosition through a reference with static type org.papervision3d.core.geom:Vertex3D.

How do I fix this?</description>
		<content:encoded><![CDATA[<p>I get the following error when I compile this in Flash CS3 using Papervision3D_2.0.883 (the latest version I found available at <a href="http://code.google.com/p/papervision3d/downloads/list)" rel="nofollow">http://code.google.com/p/papervision3d/downloads/list)</a>:</p>
<p>Vertices3D.as, Line 144     1061: Call to a possibly undefined method getPosition through a reference with static type org.papervision3d.core.geom:Vertex3D.</p>
<p>How do I fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phiat</title>
		<link>http://papervision2.com/4-basic-template-usage/comment-page-3/#comment-16729</link>
		<dc:creator>phiat</dc:creator>
		<pubDate>Sun, 26 Jul 2009 19:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/4-basic-template-usage/#comment-16729</guid>
		<description>Thank you! I&#039;ve been dying to dive into Papervision for about a year now, and after finally getting my head around Flex/AS/Flash + learning Blender, I desperately tried to find a good starting point for pv3D 2.0...  And your tutorial really helped glue the missing bits! 

 For other beginners like myself, my initial difficulties had to do with the correct import statements and also remembering adding the Sprite to a UICompenent (for flex).

 Cheers
phiat</description>
		<content:encoded><![CDATA[<p>Thank you! I&#8217;ve been dying to dive into Papervision for about a year now, and after finally getting my head around Flex/AS/Flash + learning Blender, I desperately tried to find a good starting point for pv3D 2.0&#8230;  And your tutorial really helped glue the missing bits! </p>
<p> For other beginners like myself, my initial difficulties had to do with the correct import statements and also remembering adding the Sprite to a UICompenent (for flex).</p>
<p> Cheers<br />
phiat</p>
]]></content:encoded>
	</item>
</channel>
</rss>
