<?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: Beginners Guide to drawing simple objects with Papervision3D (PV3D)</title>
	<atom:link href="http://thierryzoghbi.co.uk/blog/2009/03/beginners-guide-to-drawing-simple-objects-with-papervision3d-pv3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://thierryzoghbi.co.uk/blog/2009/03/beginners-guide-to-drawing-simple-objects-with-papervision3d-pv3d/</link>
	<description>Tutorials on Code, Actionscript, 3D modelling and more!</description>
	<lastBuildDate>Mon, 26 Jul 2010 02:28:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Andy</title>
		<link>http://thierryzoghbi.co.uk/blog/2009/03/beginners-guide-to-drawing-simple-objects-with-papervision3d-pv3d/comment-page-1/#comment-2282</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 14 Apr 2010 13:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://zoghbi.wordpress.com/2009/03/03/beginners-guide-to-drawing-simple-objects-with-papervision3d-pv3d/#comment-2282</guid>
		<description>To people having a blank scene:

 Make sure that your .fla and .as names are the same as the class defined in the .as file. E.g. &quot; public class Example extends BasicView {&quot; then call your file &quot;Example.as&quot; and &quot;Example.fla&quot; otherwise you won&#039;t see anything. 

Trust me, this had me tripping up for ages!</description>
		<content:encoded><![CDATA[<p>To people having a blank scene:</p>
<p> Make sure that your .fla and .as names are the same as the class defined in the .as file. E.g. &#8221; public class Example extends BasicView {&#8221; then call your file &#8220;Example.as&#8221; and &#8220;Example.fla&#8221; otherwise you won&#8217;t see anything. </p>
<p>Trust me, this had me tripping up for ages!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valter</title>
		<link>http://thierryzoghbi.co.uk/blog/2009/03/beginners-guide-to-drawing-simple-objects-with-papervision3d-pv3d/comment-page-1/#comment-1655</link>
		<dc:creator>Valter</dc:creator>
		<pubDate>Mon, 28 Dec 2009 16:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://zoghbi.wordpress.com/2009/03/03/beginners-guide-to-drawing-simple-objects-with-papervision3d-pv3d/#comment-1655</guid>
		<description>Hi! i am new to ppv3d and i am now with a problem, hope you can help.

i created an 3D pyramid, it already rotates and have different colors on each side so it looks more &quot;3D&quot;.

The problem now is I wanted to divide the pyramid (not physically) but with a line (or lines). like this:

    /\
   /  \
  /    \
 /______\

to this (50% of height):

     /\
    /__\
   /    \
  /______\
 
the idea is to divide the pyramid in x parts (not equal). i don&#039;t need you to &quot;write&quot; the code to do this (divide is x parts) but if you can explain just how can I divide the pyramid (like: i want a horizontal line at 50% of height or if it has height of 500 i can say &quot;horizontal line at 100 of the 500).

sorry if this is bad written :P

hope you can help, many thanks!</description>
		<content:encoded><![CDATA[<p>Hi! i am new to ppv3d and i am now with a problem, hope you can help.</p>
<p>i created an 3D pyramid, it already rotates and have different colors on each side so it looks more &#8220;3D&#8221;.</p>
<p>The problem now is I wanted to divide the pyramid (not physically) but with a line (or lines). like this:</p>
<p>    /\<br />
   /  \<br />
  /    \<br />
 /______\</p>
<p>to this (50% of height):</p>
<p>     /\<br />
    /__\<br />
   /    \<br />
  /______\</p>
<p>the idea is to divide the pyramid in x parts (not equal). i don&#8217;t need you to &#8220;write&#8221; the code to do this (divide is x parts) but if you can explain just how can I divide the pyramid (like: i want a horizontal line at 50% of height or if it has height of 500 i can say &#8220;horizontal line at 100 of the 500).</p>
<p>sorry if this is bad written <img src='http://thierryzoghbi.co.uk/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>hope you can help, many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://thierryzoghbi.co.uk/blog/2009/03/beginners-guide-to-drawing-simple-objects-with-papervision3d-pv3d/comment-page-1/#comment-1581</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Tue, 08 Dec 2009 10:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://zoghbi.wordpress.com/2009/03/03/beginners-guide-to-drawing-simple-objects-with-papervision3d-pv3d/#comment-1581</guid>
		<description>Im having the same problems as &#039;Proto&#039;

I have imported the BasicViewClass;

&quot;package {
	import org.papervision3d.objects.primitives.*;
	import org.papervision3d.view.BasicView;
	import org.papervision3d.materials.WireframeMaterial;
	import org.papervision3d.materials.utils.MaterialsList;
	//For importing objects...&quot;

and i believe the second problem is just exampling a subclass. Basically &#039;Example&#039; needs a &#039;SubClass&#039;.

your help much appreciated :)</description>
		<content:encoded><![CDATA[<p>Im having the same problems as &#8216;Proto&#8217;</p>
<p>I have imported the BasicViewClass;</p>
<p>&#8220;package {<br />
	import org.papervision3d.objects.primitives.*;<br />
	import org.papervision3d.view.BasicView;<br />
	import org.papervision3d.materials.WireframeMaterial;<br />
	import org.papervision3d.materials.utils.MaterialsList;<br />
	//For importing objects&#8230;&#8221;</p>
<p>and i believe the second problem is just exampling a subclass. Basically &#8216;Example&#8217; needs a &#8216;SubClass&#8217;.</p>
<p>your help much appreciated <img src='http://thierryzoghbi.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vjekoslav Ratkajec</title>
		<link>http://thierryzoghbi.co.uk/blog/2009/03/beginners-guide-to-drawing-simple-objects-with-papervision3d-pv3d/comment-page-1/#comment-926</link>
		<dc:creator>Vjekoslav Ratkajec</dc:creator>
		<pubDate>Fri, 31 Jul 2009 08:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://zoghbi.wordpress.com/2009/03/03/beginners-guide-to-drawing-simple-objects-with-papervision3d-pv3d/#comment-926</guid>
		<description>If you have same material that you want for all your sides you can use:
var myMaterial:SomeMaterial...
var cube:Cube = new Cube( {all:myMaterial} );</description>
		<content:encoded><![CDATA[<p>If you have same material that you want for all your sides you can use:<br />
var myMaterial:SomeMaterial&#8230;<br />
var cube:Cube = new Cube( {all:myMaterial} );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://thierryzoghbi.co.uk/blog/2009/03/beginners-guide-to-drawing-simple-objects-with-papervision3d-pv3d/comment-page-1/#comment-80</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 08 Apr 2009 15:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://zoghbi.wordpress.com/2009/03/03/beginners-guide-to-drawing-simple-objects-with-papervision3d-pv3d/#comment-80</guid>
		<description>For the first error have you made sure you have imported the BasicView class?

import org.papervision3d.view.BasicView;

For your second error, im not sure whats going on there, since my code has not used MovieClip - if you have flash.display.MovieClip imported, try removing it and see what happens.</description>
		<content:encoded><![CDATA[<p>For the first error have you made sure you have imported the BasicView class?</p>
<p>import org.papervision3d.view.BasicView;</p>
<p>For your second error, im not sure whats going on there, since my code has not used MovieClip &#8211; if you have flash.display.MovieClip imported, try removing it and see what happens.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
