<?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: Setting up Away3d with Flex 3</title>
	<atom:link href="http://www.thetechlabs.com/tutorials/3d/setting-up-away3d-with-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetechlabs.com/tutorials/3d/setting-up-away3d-with-flex/</link>
	<description>The Tech Labs</description>
	<lastBuildDate>Thu, 10 Jun 2010 13:11:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Munna</title>
		<link>http://www.thetechlabs.com/tutorials/3d/setting-up-away3d-with-flex/comment-page-1/#comment-20889</link>
		<dc:creator>Munna</dc:creator>
		<pubDate>Mon, 10 May 2010 18:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=92#comment-20889</guid>
		<description>i solved RectangleClipping problem... please see the function..		
private function init3dScene():void{
		
			scene = new Scene3D();
			camera = new Camera3D();
			
			camera.zoom = 10;
			camera.focus =200;
			camera.z = -3000;
			camera.lookAt(new Number3D(0,0,0));
			
			view = new View3D();
			view.scene = scene;
			view.camera = camera;
			view.clipping = new RectangleClipping();
			view.clipping = new RectangleClipping({minX:-stage.stageWidth/2,minY:-stage.stageHeight/2,maxX:stage.stageWidth/2,maxY:stage.stageHeight/2});
			view.x = stage.stageWidth/2;
			view.y = stage.stageHeight/2;
			addChild(view);
			
		}</description>
		<content:encoded><![CDATA[<p>i solved RectangleClipping problem&#8230; please see the function..<br />
private function init3dScene():void{</p>
<p>			scene = new Scene3D();<br />
			camera = new Camera3D();</p>
<p>			camera.zoom = 10;<br />
			camera.focus =200;<br />
			camera.z = -3000;<br />
			camera.lookAt(new Number3D(0,0,0));</p>
<p>			view = new View3D();<br />
			view.scene = scene;<br />
			view.camera = camera;<br />
			view.clipping = new RectangleClipping();<br />
			view.clipping = new RectangleClipping({minX:-stage.stageWidth/2,minY:-stage.stageHeight/2,maxX:stage.stageWidth/2,maxY:stage.stageHeight/2});<br />
			view.x = stage.stageWidth/2;<br />
			view.y = stage.stageHeight/2;<br />
			addChild(view);</p>
<p>		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: irati</title>
		<link>http://www.thetechlabs.com/tutorials/3d/setting-up-away3d-with-flex/comment-page-1/#comment-12484</link>
		<dc:creator>irati</dc:creator>
		<pubDate>Wed, 11 Nov 2009 10:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=92#comment-12484</guid>
		<description>OK I have solved the error. I followed what says in http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10 and it works for me. 

But now I have another problem with
view.clip  = new RectangleClipping((-stage.stageWidth/2), (-stage.stageHeight/2),  (stage.stageWidth/2), (stage.stageHeight/2));

I have changed the import, and I&#039;ve got the correct one but it still says that argument numbre is incorrect</description>
		<content:encoded><![CDATA[<p>OK I have solved the error. I followed what says in <a href="http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10" rel="nofollow">http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10</a> and it works for me. </p>
<p>But now I have another problem with<br />
view.clip  = new RectangleClipping((-stage.stageWidth/2), (-stage.stageHeight/2),  (stage.stageWidth/2), (stage.stageHeight/2));</p>
<p>I have changed the import, and I&#8217;ve got the correct one but it still says that argument numbre is incorrect</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: irati</title>
		<link>http://www.thetechlabs.com/tutorials/3d/setting-up-away3d-with-flex/comment-page-1/#comment-12482</link>
		<dc:creator>irati</dc:creator>
		<pubDate>Wed, 11 Nov 2009 08:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=92#comment-12482</guid>
		<description>Hi, The tutorial is really nice.
I&#039;m trying to compile it but I got the same errors ali found in AbstractRenderSession.as
I&#039;m using Away3d 3.4

Any ideas, pleae?</description>
		<content:encoded><![CDATA[<p>Hi, The tutorial is really nice.<br />
I&#8217;m trying to compile it but I got the same errors ali found in AbstractRenderSession.as<br />
I&#8217;m using Away3d 3.4</p>
<p>Any ideas, pleae?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Adams</title>
		<link>http://www.thetechlabs.com/tutorials/3d/setting-up-away3d-with-flex/comment-page-1/#comment-11396</link>
		<dc:creator>Todd Adams</dc:creator>
		<pubDate>Tue, 13 Oct 2009 14:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=92#comment-11396</guid>
		<description>I followed this page to the letter.  I tried created projects as flex 3.4 and flex 4.0.  Im using Flashbuilder 4.0.  When I try the first compile, I just get a blank browser window.

Any ideas?</description>
		<content:encoded><![CDATA[<p>I followed this page to the letter.  I tried created projects as flex 3.4 and flex 4.0.  Im using Flashbuilder 4.0.  When I try the first compile, I just get a blank browser window.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Adams</title>
		<link>http://www.thetechlabs.com/tutorials/3d/setting-up-away3d-with-flex/comment-page-1/#comment-11395</link>
		<dc:creator>Todd Adams</dc:creator>
		<pubDate>Tue, 13 Oct 2009 14:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=92#comment-11395</guid>
		<description>When I follow these directions and compile for the first time, I get a blank brower window.   I have verified that flash is working and I have tried both flex 3.4 and 4.0 project settings.   I would really like to get past this!</description>
		<content:encoded><![CDATA[<p>When I follow these directions and compile for the first time, I get a blank brower window.   I have verified that flash is working and I have tried both flex 3.4 and 4.0 project settings.   I would really like to get past this!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 2.654 seconds -->
<!-- Cached page served by WP-Cache -->
