<?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: Papervision Isometric View &amp; Pathfinding with as3isolib and A* (A Star)</title>
	<atom:link href="http://papervision2.com/papervision-isometric-view-pathfinding-using-as3isolib-and-a-a-star/feed/" rel="self" type="application/rss+xml" />
	<link>http://papervision2.com/papervision-isometric-view-pathfinding-using-as3isolib-and-a-a-star/</link>
	<description>Papervision2.com - Best resource for Papervision3d tutorials</description>
	<lastBuildDate>Mon, 16 Aug 2010 10:57:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Max Code</title>
		<link>http://papervision2.com/papervision-isometric-view-pathfinding-using-as3isolib-and-a-a-star/comment-page-1/#comment-83976</link>
		<dc:creator>Max Code</dc:creator>
		<pubDate>Sat, 19 Jun 2010 18:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/?p=445#comment-83976</guid>
		<description>Hi,
compliments for this website...it&#039;s a great inspiration.
I noticed that you always use only one class in Papervision...and that&#039;s what I have done until now...but now with a particular project I wanted to split the papervision stuff in a class Main that imported other 3 classes...
but I get a error I cannot solve:

in my Main class extending BasicView I call another class, also extending basic view...I just call:

var inst:MyOtherClass= new MyOtherClass();
myDisplayObject3D.addChild (inst)

this normally would work just fine...but in Papervision (2.0)

and I receive the error:

C:\********\Main.as:46: 1067: Implicit coercion of a value of type com.whatever:MyOtherClass to an unrelated type org.papervision3d.objects:DisplayObject3D.

Any suggestion?
thanks,
Max</description>
		<content:encoded><![CDATA[<p>Hi,<br />
compliments for this website&#8230;it&#8217;s a great inspiration.<br />
I noticed that you always use only one class in Papervision&#8230;and that&#8217;s what I have done until now&#8230;but now with a particular project I wanted to split the papervision stuff in a class Main that imported other 3 classes&#8230;<br />
but I get a error I cannot solve:</p>
<p>in my Main class extending BasicView I call another class, also extending basic view&#8230;I just call:</p>
<p>var inst:MyOtherClass= new MyOtherClass();<br />
myDisplayObject3D.addChild (inst)</p>
<p>this normally would work just fine&#8230;but in Papervision (2.0)</p>
<p>and I receive the error:</p>
<p>C:\********\Main.as:46: 1067: Implicit coercion of a value of type com.whatever:MyOtherClass to an unrelated type org.papervision3d.objects:DisplayObject3D.</p>
<p>Any suggestion?<br />
thanks,<br />
Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar Nevarez</title>
		<link>http://papervision2.com/papervision-isometric-view-pathfinding-using-as3isolib-and-a-a-star/comment-page-1/#comment-70711</link>
		<dc:creator>Oscar Nevarez</dc:creator>
		<pubDate>Wed, 02 Jun 2010 23:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/?p=445#comment-70711</guid>
		<description>Hi, great tutorial.

Qq, what is the purpose of -15 in the onRenderTick method?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, great tutorial.</p>
<p>Qq, what is the purpose of -15 in the onRenderTick method?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary Roberts</title>
		<link>http://papervision2.com/papervision-isometric-view-pathfinding-using-as3isolib-and-a-a-star/comment-page-1/#comment-53303</link>
		<dc:creator>Zachary Roberts</dc:creator>
		<pubDate>Thu, 13 May 2010 08:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/?p=445#comment-53303</guid>
		<description>adding this metatag ( after the includes ) fixed the issue for me, in an as3 project in flash builder 4:

[SWF(width=&quot;800&quot;, height=&quot;600&quot;)]

thanks for the tutorial</description>
		<content:encoded><![CDATA[<p>adding this metatag ( after the includes ) fixed the issue for me, in an as3 project in flash builder 4:</p>
<p>[SWF(width="800", height="600")]</p>
<p>thanks for the tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Zwakenberg</title>
		<link>http://papervision2.com/papervision-isometric-view-pathfinding-using-as3isolib-and-a-a-star/comment-page-1/#comment-47304</link>
		<dc:creator>Adam Zwakenberg</dc:creator>
		<pubDate>Thu, 29 Apr 2010 06:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/?p=445#comment-47304</guid>
		<description>I made a modified version of this on my websites that supports camera panning with the object.

Anyone who is interested can check it out here http://adamzwakk.com/?p=198</description>
		<content:encoded><![CDATA[<p>I made a modified version of this on my websites that supports camera panning with the object.</p>
<p>Anyone who is interested can check it out here <a href="http://adamzwakk.com/?p=198" rel="nofollow">http://adamzwakk.com/?p=198</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pathfinding with Papervision3D and as3isolib &#124; Adam Zwakk</title>
		<link>http://papervision2.com/papervision-isometric-view-pathfinding-using-as3isolib-and-a-a-star/comment-page-1/#comment-46988</link>
		<dc:creator>Pathfinding with Papervision3D and as3isolib &#124; Adam Zwakk</dc:creator>
		<pubDate>Wed, 28 Apr 2010 02:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/?p=445#comment-46988</guid>
		<description>[...] This is a modified version of a tutorial from Papervision2. [...]</description>
		<content:encoded><![CDATA[<p>[...] This is a modified version of a tutorial from Papervision2. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://papervision2.com/papervision-isometric-view-pathfinding-using-as3isolib-and-a-a-star/comment-page-1/#comment-44956</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Tue, 20 Apr 2010 12:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/?p=445#comment-44956</guid>
		<description>@bruno &amp; @flex3d Have you set your stageAlign and stageScale properties? Also check the dimensions of the movie you are exporting (should be 800 x 600). If neither of those options work I will test it out in FlashBuilder shortly and get an update out.

Charlie</description>
		<content:encoded><![CDATA[<p>@bruno &#038; @flex3d Have you set your stageAlign and stageScale properties? Also check the dimensions of the movie you are exporting (should be 800 x 600). If neither of those options work I will test it out in FlashBuilder shortly and get an update out.</p>
<p>Charlie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bruno</title>
		<link>http://papervision2.com/papervision-isometric-view-pathfinding-using-as3isolib-and-a-a-star/comment-page-1/#comment-44955</link>
		<dc:creator>bruno</dc:creator>
		<pubDate>Tue, 20 Apr 2010 12:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/?p=445#comment-44955</guid>
		<description>Hi,

same problem for me running in flashBuilder 4.
The sphere is not placed at the right position, not scroll neither.

any ideas?

thank you
Bruno</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>same problem for me running in flashBuilder 4.<br />
The sphere is not placed at the right position, not scroll neither.</p>
<p>any ideas?</p>
<p>thank you<br />
Bruno</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flex3d</title>
		<link>http://papervision2.com/papervision-isometric-view-pathfinding-using-as3isolib-and-a-a-star/comment-page-1/#comment-42636</link>
		<dc:creator>flex3d</dc:creator>
		<pubDate>Sun, 11 Apr 2010 04:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/?p=445#comment-42636</guid>
		<description>Hello,
thanks for your great work
i have downloaded your code.
but i have some problems when i run the application.

1.the ball does not appear at the correct position.
2.the scrollbar does not show up

my flex builder version is 3.2

sorry for my poor english</description>
		<content:encoded><![CDATA[<p>Hello,<br />
thanks for your great work<br />
i have downloaded your code.<br />
but i have some problems when i run the application.</p>
<p>1.the ball does not appear at the correct position.<br />
2.the scrollbar does not show up</p>
<p>my flex builder version is 3.2</p>
<p>sorry for my poor english</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reg</title>
		<link>http://papervision2.com/papervision-isometric-view-pathfinding-using-as3isolib-and-a-a-star/comment-page-1/#comment-41431</link>
		<dc:creator>reg</dc:creator>
		<pubDate>Thu, 08 Apr 2010 16:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/?p=445#comment-41431</guid>
		<description>Hello,
Very nice tutorial!

However, I have a little problem witht the sphere display:
I pan the isView so that the top corner of the grid touch the top of the stage, so that I have a could view the entire grid.
When the sphere got to the far bottom of the grid, it is hidden.
I didn&#039;t manage to make it appears on the last squares of the bottom of the grid.
Since the sphere is managed by papervision I am a little bit confused how to solve the problem:
Should I configure the viewport or the isoScene, or isoView?
Should I play with the z-index?

Sorry I don&#039;t know much about papervision so I don&#039;t know how to handle this problem...

Thanks in advance for any hint or advices!
Regards
Regis</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Very nice tutorial!</p>
<p>However, I have a little problem witht the sphere display:<br />
I pan the isView so that the top corner of the grid touch the top of the stage, so that I have a could view the entire grid.<br />
When the sphere got to the far bottom of the grid, it is hidden.<br />
I didn&#8217;t manage to make it appears on the last squares of the bottom of the grid.<br />
Since the sphere is managed by papervision I am a little bit confused how to solve the problem:<br />
Should I configure the viewport or the isoScene, or isoView?<br />
Should I play with the z-index?</p>
<p>Sorry I don&#8217;t know much about papervision so I don&#8217;t know how to handle this problem&#8230;</p>
<p>Thanks in advance for any hint or advices!<br />
Regards<br />
Regis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://papervision2.com/papervision-isometric-view-pathfinding-using-as3isolib-and-a-a-star/comment-page-1/#comment-34475</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Wed, 10 Mar 2010 14:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/?p=445#comment-34475</guid>
		<description>@Seb, dreamnight, and andre - Thanks, glad you enjoyed the tutorial. :)

@dreamnight - If you paste your code at pastebin.com and leave the link in a comment perhaps we can help you find out whats going wrong..

Charlie</description>
		<content:encoded><![CDATA[<p>@Seb, dreamnight, and andre &#8211; Thanks, glad you enjoyed the tutorial. :)</p>
<p>@dreamnight &#8211; If you paste your code at pastebin.com and leave the link in a comment perhaps we can help you find out whats going wrong..</p>
<p>Charlie</p>
]]></content:encoded>
	</item>
</channel>
</rss>
