<?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>Comment&#252;s on: Tree3D</title>
	<atom:link href="http://dev.papervision3d.org/2008/04/14/tree3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.papervision3d.org/2008/04/14/tree3d/</link>
	<description>Papervision3D Developers Blog</description>
	<pubDate>Fri, 05 Dec 2008 18:05:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alejandro Gonzalez</title>
		<link>http://dev.papervision3d.org/2008/04/14/tree3d/#comment-17</link>
		<dc:creator>Alejandro Gonzalez</dc:creator>
		<pubDate>Tue, 29 Apr 2008 22:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.wordpress.com/?p=8#comment-17</guid>
		<description>You can either:  make sure you have the latest papervision files or, what I recommend is actually REMOVE papervision from the class paths so that the files you have provide no conflict with tree3d, since papervision 2.0 (aka greatwhite) is still in alpha stage and files are being updated constantly, hence you probably have an earlier set of files.  You can add class paths globally via preferences or for the project via publish settings.

If you want we could carry on via email at alejandro.gonzalez@zerofractal.com and I'll gladly help you in whatever I can :)</description>
		<content:encoded><![CDATA[<p>You can either:  make sure you have the latest papervision files or, what I recommend is actually REMOVE papervision from the class paths so that the files you have provide no conflict with tree3d, since papervision 2.0 (aka greatwhite) is still in alpha stage and files are being updated constantly, hence you probably have an earlier set of files.  You can add class paths globally via preferences or for the project via publish settings.</p>
<p>If you want we could carry on via email at <a href="mailto:alejandro.gonzalez@zerofractal.com">alejandro.gonzalez@zerofractal.com</a> and I&#8217;ll gladly help you in whatever I can <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://dev.papervision3d.org/2008/04/14/tree3d/#comment-16</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Tue, 29 Apr 2008 22:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.wordpress.com/?p=8#comment-16</guid>
		<description>yep,

sorry but I don't understand, I have papervision 2.0.
wath's greatwhite exactly ?
where can i check this version ?

could you simply describe exactly wath we must install or include for use this component ?

thanks</description>
		<content:encoded><![CDATA[<p>yep,</p>
<p>sorry but I don&#8217;t understand, I have papervision 2.0.<br />
wath&#8217;s greatwhite exactly ?<br />
where can i check this version ?</p>
<p>could you simply describe exactly wath we must install or include for use this component ?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro Gonzalez</title>
		<link>http://dev.papervision3d.org/2008/04/14/tree3d/#comment-13</link>
		<dc:creator>Alejandro Gonzalez</dc:creator>
		<pubDate>Mon, 28 Apr 2008 03:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.wordpress.com/?p=8#comment-13</guid>
		<description>Fo you have greatwhite installed?  if so do you have the latest repositories?  This might be because on earlier versions of greatwhite the destroy method was protected instead of public, hence making the app unable to destroy materials at will.  

My suggestion is that for tree3d projects do not include in the class directories either tweener or papervision, making the component work with its own classes which work for sure :)</description>
		<content:encoded><![CDATA[<p>Fo you have greatwhite installed?  if so do you have the latest repositories?  This might be because on earlier versions of greatwhite the destroy method was protected instead of public, hence making the app unable to destroy materials at will.  </p>
<p>My suggestion is that for tree3d projects do not include in the class directories either tweener or papervision, making the component work with its own classes which work for sure <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://dev.papervision3d.org/2008/04/14/tree3d/#comment-12</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Sun, 27 Apr 2008 16:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.wordpress.com/?p=8#comment-12</guid>
		<description>Hi Alejandro,
Thanks for your response.

I resolved my problem about tweener thank you. 

however, I have a new error message which unfortunately 
did not come from tweener classes.

error :
&#62;ArgumentError: Error #2015: BitmapData non valide.
&#62;at flash.display::BitmapData/get width()
&#62;at org.papervision3d.materials::MovieMaterial/updateBeforeRender()
&#62;at org.papervision3d.core.render.material::MaterialManager/updateMaterialsBeforeRender()
&#62;at org.papervision3d.render::BasicRenderEngine/org.papervision3d.render:BasicRenderEngine::doRender()
&#62;at org.papervision3d.render::BasicRenderEngine/renderScene()
&#62;at com.zerofractal::tree3D/::onEnterFrame()

this problem become where objects are destroyed 

I don't understand why the originals examples do not directly work ?

thanks for interrest about this problem.

;) soon has I hope</description>
		<content:encoded><![CDATA[<p>Hi Alejandro,<br />
Thanks for your response.</p>
<p>I resolved my problem about tweener thank you. </p>
<p>however, I have a new error message which unfortunately<br />
did not come from tweener classes.</p>
<p>error :<br />
&gt;ArgumentError: Error #2015: BitmapData non valide.<br />
&gt;at flash.display::BitmapData/get width()<br />
&gt;at org.papervision3d.materials::MovieMaterial/updateBeforeRender()<br />
&gt;at org.papervision3d.core.render.material::MaterialManager/updateMaterialsBeforeRender()<br />
&gt;at org.papervision3d.render::BasicRenderEngine/org.papervision3d.render:BasicRenderEngine::doRender()<br />
&gt;at org.papervision3d.render::BasicRenderEngine/renderScene()<br />
&gt;at com.zerofractal::tree3D/::onEnterFrame()</p>
<p>this problem become where objects are destroyed </p>
<p>I don&#8217;t understand why the originals examples do not directly work ?</p>
<p>thanks for interrest about this problem.</p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> soon has I hope</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro Gonzalez</title>
		<link>http://dev.papervision3d.org/2008/04/14/tree3d/#comment-10</link>
		<dc:creator>Alejandro Gonzalez</dc:creator>
		<pubDate>Sat, 26 Apr 2008 01:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.wordpress.com/?p=8#comment-10</guid>
		<description>Simon.  are you still having issues with tree3d?  might be due to different versions of tweener. you might want to remove tweener from the class paths for that fla, I guess :)</description>
		<content:encoded><![CDATA[<p>Simon.  are you still having issues with tree3d?  might be due to different versions of tweener. you might want to remove tweener from the class paths for that fla, I guess <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://dev.papervision3d.org/2008/04/14/tree3d/#comment-8</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Fri, 25 Apr 2008 13:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.wordpress.com/?p=8#comment-8</guid>
		<description>héhé sorry thats great,

I worked with version as2.0 of caurina thank you...

thank you for abolishing this comment without interest...

good day!</description>
		<content:encoded><![CDATA[<p>héhé sorry thats great,</p>
<p>I worked with version as2.0 of caurina thank you&#8230;</p>
<p>thank you for abolishing this comment without interest&#8230;</p>
<p>good day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://dev.papervision3d.org/2008/04/14/tree3d/#comment-7</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Fri, 25 Apr 2008 13:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.wordpress.com/?p=8#comment-7</guid>
		<description>Hi,

I just have 3dtree and i have problem width :

Error #1069: La propriété _bezier est introuvable sur org.papervision3d.objects.DisplayObject3D et il n'existe pas de valeur par défaut.

I think that's nothing but don't know what is this error...
could you help me please?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just have 3dtree and i have problem width :</p>
<p>Error #1069: La propriété _bezier est introuvable sur org.papervision3d.objects.DisplayObject3D et il n&#8217;existe pas de valeur par défaut.</p>
<p>I think that&#8217;s nothing but don&#8217;t know what is this error&#8230;<br />
could you help me please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: New! dev.papervision3d.org &#171; Papervision3D</title>
		<link>http://dev.papervision3d.org/2008/04/14/tree3d/#comment-3</link>
		<dc:creator>New! dev.papervision3d.org &#171; Papervision3D</dc:creator>
		<pubDate>Thu, 24 Apr 2008 11:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.wordpress.com/?p=8#comment-3</guid>
		<description>[...] start with some content you might find interesting, Tree3D, a component to create 3D navigation in minutes, a behind the scenes article about IAAW, and a top [...]</description>
		<content:encoded><![CDATA[<p>[...] start with some content you might find interesting, Tree3D, a component to create 3D navigation in minutes, a behind the scenes article about IAAW, and a top [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
