<?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: Papervision3d &#8211; Getting started</title>
	<atom:link href="http://techblog.floorplanner.com/2007/04/10/papervision3d-getting-started/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.floorplanner.com/2007/04/10/papervision3d-getting-started/</link>
	<description>Our latest geek adventures!</description>
	<lastBuildDate>Tue, 16 Mar 2010 19:42:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Riccardo</title>
		<link>http://techblog.floorplanner.com/2007/04/10/papervision3d-getting-started/comment-page-1/#comment-22</link>
		<dc:creator>Riccardo</dc:creator>
		<pubDate>Fri, 04 Jan 2008 21:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.suite75.net/blog/dev/?p=18#comment-22</guid>
		<description>I’m having the same trouble compiling test program.

Definition org.papervision3d.view:Viewport3D could not be found.
Done(1)

    import org.papervision3d.view.Viewport3D;
                                  ^
I don&#039;t understand the solution, can someone help me?

Thanks,
Riccardo</description>
		<content:encoded><![CDATA[<p>I’m having the same trouble compiling test program.</p>
<p>Definition org.papervision3d.view:Viewport3D could not be found.<br />
Done(1)</p>
<p>    import org.papervision3d.view.Viewport3D;<br />
                                  ^<br />
I don&#8217;t understand the solution, can someone help me?</p>
<p>Thanks,<br />
Riccardo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnR</title>
		<link>http://techblog.floorplanner.com/2007/04/10/papervision3d-getting-started/comment-page-1/#comment-21</link>
		<dc:creator>JohnR</dc:creator>
		<pubDate>Fri, 10 Aug 2007 20:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.suite75.net/blog/dev/?p=18#comment-21</guid>
		<description>Thanks for the quick reply, Tim.  Sorry my response wasn&#039;t as quick.  With your suggestion in mind, I&#039;ve got Papervision working with FlashDevelop now.

It turned out I had to update my JRE (and remove old JRE references from my classpath), add the flex compiler shell, set ANT_HOME properly, add a reference to ant.bat in the pre-build directions in FlashDevelop, add a reference to the JRE in jvm.config in flex2, and take out a bunch of things in FlashDevelop3/AS3 that only needed to be put in for FD2/AS2.  Good grief!

Anyway, thanks a lot and congrats on joining the Papervision3d team!</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply, Tim.  Sorry my response wasn&#8217;t as quick.  With your suggestion in mind, I&#8217;ve got Papervision working with FlashDevelop now.</p>
<p>It turned out I had to update my JRE (and remove old JRE references from my classpath), add the flex compiler shell, set ANT_HOME properly, add a reference to ant.bat in the pre-build directions in FlashDevelop, add a reference to the JRE in jvm.config in flex2, and take out a bunch of things in FlashDevelop3/AS3 that only needed to be put in for FD2/AS2.  Good grief!</p>
<p>Anyway, thanks a lot and congrats on joining the Papervision3d team!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim K</title>
		<link>http://techblog.floorplanner.com/2007/04/10/papervision3d-getting-started/comment-page-1/#comment-20</link>
		<dc:creator>Tim K</dc:creator>
		<pubDate>Tue, 07 Aug 2007 01:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.suite75.net/blog/dev/?p=18#comment-20</guid>
		<description>John,

Think you need to add the classpath to build.xml too.
Under &#039;&lt;target name=&quot;compile&quot;&gt;&#039; add a line like this:
&lt;arg line=&quot;-source-path=&#039;C:/Program Files/FlashDevelop/Library&#039;&quot; /&gt;

Hope this helps!
Tim K</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>Think you need to add the classpath to build.xml too.<br />
Under &#8216;&lt;target name=&#8221;compile&#8221;&gt;&#8217; add a line like this:<br />
&lt;arg line=&#8221;-source-path=&#8217;C:/Program Files/FlashDevelop/Library&#8217;&#8221; /&gt;</p>
<p>Hope this helps!<br />
Tim K</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnR</title>
		<link>http://techblog.floorplanner.com/2007/04/10/papervision3d-getting-started/comment-page-1/#comment-19</link>
		<dc:creator>JohnR</dc:creator>
		<pubDate>Mon, 06 Aug 2007 15:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.suite75.net/blog/dev/?p=18#comment-19</guid>
		<description>I&#039;m having trouble compiling your program.

I am using FlashDevelop and I put the papervision3d classpath in Global Classpaths for AS3 (pv3d is located at c:\Program Files\Papervision3D_1_5\PV3D_1_5\src).

The code completion finds the papervision3d classes just fine, but the Compile Results shows several error messages like this:

&quot;Type was not found or was not a compile-time constant: Scene3D.&quot;

followed by multiple, related errors:

&quot;Call to a possibly undefined method Scene3D.&quot;
and
&quot;Definition org.papervision3d.scenes could not be found.&quot;

Any ideas what I&#039;m doing wrong?  I have nothing added to the compiler setup under Project Properties, if that helps.  I wondered if I should have something there but I thought the compiler would use the global classpath entries.

Thanks,
JohnR</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble compiling your program.</p>
<p>I am using FlashDevelop and I put the papervision3d classpath in Global Classpaths for AS3 (pv3d is located at c:\Program Files\Papervision3D_1_5\PV3D_1_5\src).</p>
<p>The code completion finds the papervision3d classes just fine, but the Compile Results shows several error messages like this:</p>
<p>&#8220;Type was not found or was not a compile-time constant: Scene3D.&#8221;</p>
<p>followed by multiple, related errors:</p>
<p>&#8220;Call to a possibly undefined method Scene3D.&#8221;<br />
and<br />
&#8220;Definition org.papervision3d.scenes could not be found.&#8221;</p>
<p>Any ideas what I&#8217;m doing wrong?  I have nothing added to the compiler setup under Project Properties, if that helps.  I wondered if I should have something there but I thought the compiler would use the global classpath entries.</p>
<p>Thanks,<br />
JohnR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://techblog.floorplanner.com/2007/04/10/papervision3d-getting-started/comment-page-1/#comment-18</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Thu, 26 Jul 2007 03:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.suite75.net/blog/dev/?p=18#comment-18</guid>
		<description>a good source: http://www.papervision3d.org/docs/as3/

To rotate around an axis I think it&#039;s rotationX and rotationY</description>
		<content:encoded><![CDATA[<p>a good source: <a href="http://www.papervision3d.org/docs/as3/" rel="nofollow">http://www.papervision3d.org/docs/as3/</a></p>
<p>To rotate around an axis I think it&#8217;s rotationX and rotationY</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Paul Simmons</title>
		<link>http://techblog.floorplanner.com/2007/04/10/papervision3d-getting-started/comment-page-1/#comment-17</link>
		<dc:creator>Andrew Paul Simmons</dc:creator>
		<pubDate>Tue, 24 Jul 2007 21:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.suite75.net/blog/dev/?p=18#comment-17</guid>
		<description>How do I rotate a plane around an axis?
I am trying to find better documentation on papervision3D.  Any good sources?</description>
		<content:encoded><![CDATA[<p>How do I rotate a plane around an axis?<br />
I am trying to find better documentation on papervision3D.  Any good sources?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
