<?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: Double-faced Plane (or Cube with depth=1) in Papervision3D</title>
	<atom:link href="http://www.dreaminginflash.com/2007/10/11/double-faced-plane-or-cube-with-depth1-in-papervision3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dreaminginflash.com/2007/10/11/double-faced-plane-or-cube-with-depth1-in-papervision3d/</link>
	<description>There is no universally agreed-upon biological definition of dreaming</description>
	<lastBuildDate>Wed, 28 Jul 2010 11:46:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nuno</title>
		<link>http://www.dreaminginflash.com/2007/10/11/double-faced-plane-or-cube-with-depth1-in-papervision3d/comment-page-1/#comment-231</link>
		<dc:creator>nuno</dc:creator>
		<pubDate>Thu, 13 Mar 2008 17:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreaminginflash.com/?p=14#comment-231</guid>
		<description>Ohm: make sure you&#039;re using the right papervision3d revision. In the previous comment Sean already showed on to create a cube with pv3d 2.0.</description>
		<content:encoded><![CDATA[<p>Ohm: make sure you&#8217;re using the right papervision3d revision. In the previous comment Sean already showed on to create a cube with pv3d 2.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ohm</title>
		<link>http://www.dreaminginflash.com/2007/10/11/double-faced-plane-or-cube-with-depth1-in-papervision3d/comment-page-1/#comment-230</link>
		<dc:creator>Ohm</dc:creator>
		<pubDate>Thu, 13 Mar 2008 17:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreaminginflash.com/?p=14#comment-230</guid>
		<description>Hi,

same for me...
the error is that it can&#039;t convert a MaterialList to a MaterialObject3D...
would you have a version of this example I&#039;ve been lookin&#039; since days (!) with PV3D 2.0 or rev91 ?

Thx anyway for your work !</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>same for me&#8230;<br />
the error is that it can&#8217;t convert a MaterialList to a MaterialObject3D&#8230;<br />
would you have a version of this example I&#8217;ve been lookin&#8217; since days (!) with PV3D 2.0 or rev91 ?</p>
<p>Thx anyway for your work !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.dreaminginflash.com/2007/10/11/double-faced-plane-or-cube-with-depth1-in-papervision3d/comment-page-1/#comment-228</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 11 Mar 2008 07:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreaminginflash.com/?p=14#comment-228</guid>
		<description>I had that error too, although I&#039;m now running Papervision3D 2.0

Anyway, the problem was that I was giving it a Material instead of a MaterialsList.  

var obj_mat = new ColorMaterial(0xFF0000);
var obj_mat_list = new MaterialsList;
// you can specify just &#039;back&#039;, &#039;front&#039; etc below
obj_mat_list.addMaterial(obj_mat, &#039;all&#039;); 
var obj = new Cube(obj_mat_list, 200, 1, 100, 10, 10, 10);</description>
		<content:encoded><![CDATA[<p>I had that error too, although I&#8217;m now running Papervision3D 2.0</p>
<p>Anyway, the problem was that I was giving it a Material instead of a MaterialsList.  </p>
<p>var obj_mat = new ColorMaterial(0xFF0000);<br />
var obj_mat_list = new MaterialsList;<br />
// you can specify just &#8216;back&#8217;, &#8216;front&#8217; etc below<br />
obj_mat_list.addMaterial(obj_mat, &#8216;all&#8217;);<br />
var obj = new Cube(obj_mat_list, 200, 1, 100, 10, 10, 10);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Idoru</title>
		<link>http://www.dreaminginflash.com/2007/10/11/double-faced-plane-or-cube-with-depth1-in-papervision3d/comment-page-1/#comment-93</link>
		<dc:creator>Idoru</dc:creator>
		<pubDate>Sat, 29 Dec 2007 20:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreaminginflash.com/?p=14#comment-93</guid>
		<description>&lt;p&gt;Hey,&lt;br /&gt;
What&#039;s the exact error?&lt;br /&gt;
Usually a conversion error is self explainatory.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey,<br />
What&#8217;s the exact error?<br />
Usually a conversion error is self explainatory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Komputersystem</title>
		<link>http://www.dreaminginflash.com/2007/10/11/double-faced-plane-or-cube-with-depth1-in-papervision3d/comment-page-1/#comment-92</link>
		<dc:creator>Komputersystem</dc:creator>
		<pubDate>Fri, 28 Dec 2007 20:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreaminginflash.com/?p=14#comment-92</guid>
		<description>Hey, I&#039;ve got PV3D 1.5 and desperately trying to get this thing running but for some reason Cube doesnt like the materials object. Its throwing a conversion error 1034.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;ve got PV3D 1.5 and desperately trying to get this thing running but for some reason Cube doesnt like the materials object. Its throwing a conversion error 1034.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
