<?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: Mouse Constraints using Jiglib AS3</title>
	<atom:link href="http://www.damonky.co.uk/flex/mouse-constraints-using-jiglib-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.damonky.co.uk/flex/mouse-constraints-using-jiglib-as3/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 12 Mar 2010 12:20:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mehpac</title>
		<link>http://www.damonky.co.uk/flex/mouse-constraints-using-jiglib-as3/comment-page-1/#comment-101</link>
		<dc:creator>mehpac</dc:creator>
		<pubDate>Fri, 12 Mar 2010 12:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonky.co.uk/?p=148#comment-101</guid>
		<description>Hey Dave, thanks a lot for your response, the problem is I&#039;m creating a FP10 based project, so it&#039;s impossible to target FP9 for this one...

What I want to achieve is pretty simple actually, I want to have some cubes (lets say 4) to be able to be dragged and dropped by the user.

Almost like your example...

I&#039;m sure there must be another way to do this, any ideas where I should begin ?</description>
		<content:encoded><![CDATA[<p>Hey Dave, thanks a lot for your response, the problem is I&#8217;m creating a FP10 based project, so it&#8217;s impossible to target FP9 for this one&#8230;</p>
<p>What I want to achieve is pretty simple actually, I want to have some cubes (lets say 4) to be able to be dragged and dropped by the user.</p>
<p>Almost like your example&#8230;</p>
<p>I&#8217;m sure there must be another way to do this, any ideas where I should begin ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.damonky.co.uk/flex/mouse-constraints-using-jiglib-as3/comment-page-1/#comment-100</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Fri, 12 Mar 2010 09:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonky.co.uk/?p=148#comment-100</guid>
		<description>@mehpac Hi, i&#039;ve looked through the code and noticed that the constraint plugin is only in the fp9 branch of the code. The same library doesnt seem to exist in the fp10 yet.

the docs for the fp9 plugin can be found here:

http://www.jiglibflash.com/docs/jiglib/plugin/papervision3d/constraint/MouseConstraint.html

I hope that helps, if you&#039;re still having problems let me know.

Dave</description>
		<content:encoded><![CDATA[<p>@mehpac Hi, i&#8217;ve looked through the code and noticed that the constraint plugin is only in the fp9 branch of the code. The same library doesnt seem to exist in the fp10 yet.</p>
<p>the docs for the fp9 plugin can be found here:</p>
<p><a href="http://www.jiglibflash.com/docs/jiglib/plugin/papervision3d/constraint/MouseConstraint.html" rel="nofollow">http://www.jiglibflash.com/docs/jiglib/plugin/papervision3d/constraint/MouseConstraint.html</a></p>
<p>I hope that helps, if you&#8217;re still having problems let me know.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mehpac</title>
		<link>http://www.damonky.co.uk/flex/mouse-constraints-using-jiglib-as3/comment-page-1/#comment-99</link>
		<dc:creator>mehpac</dc:creator>
		<pubDate>Thu, 11 Mar 2010 12:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonky.co.uk/?p=148#comment-99</guid>
		<description>Hi, thanks for the great example, I&#039;m new to this (jiglib, not pv3d) and I&#039;m facing all kind of problems..

I just downloaded Jiglib via SVN on googlecode, but I noticed jiglib.plugin.papervision3d.constraint.MouseConstraint DOESN&#039;T come with the source...

I downloaded the MouseConstraint Class elsewhere and copied it into the correct location, but now I get all kind of errors, like JNumber3D now doesn&#039;t accept any parameters but in MouseContstraint it pases 3 parameters to it (JNumber3D(mouse3D.x, mouse3D.y, mouse3D.z))

What do I have to do to get this example to work ??</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the great example, I&#8217;m new to this (jiglib, not pv3d) and I&#8217;m facing all kind of problems..</p>
<p>I just downloaded Jiglib via SVN on googlecode, but I noticed jiglib.plugin.papervision3d.constraint.MouseConstraint DOESN&#8217;T come with the source&#8230;</p>
<p>I downloaded the MouseConstraint Class elsewhere and copied it into the correct location, but now I get all kind of errors, like JNumber3D now doesn&#8217;t accept any parameters but in MouseContstraint it pases 3 parameters to it (JNumber3D(mouse3D.x, mouse3D.y, mouse3D.z))</p>
<p>What do I have to do to get this example to work ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.damonky.co.uk/flex/mouse-constraints-using-jiglib-as3/comment-page-1/#comment-4</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 21 Sep 2009 23:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonky.co.uk/?p=148#comment-4</guid>
		<description>Hi Matt, I&#039;m glad you like it.

I&#039;ve checked the docs for &lt;a href=&quot;http://papervision3d.googlecode.com/svn/trunk/as3/trunk/docs/org/papervision3d/materials/shadematerials/FlatShadeMaterial.html&quot; rel=&quot;nofollow&quot;&gt;FlatShadeMaterial&lt;/a&gt; and I Cant see any obvious reson why it would error here.

Which version of papervision are you using? I tend to check out from the svn. In any case I have zipped the version of the libraries I used up and uploaded them &lt;a href=&quot;http://www.damonky.co.uk/public/downloads/mouseconstraint_libs.zip&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

Give these a try and let me know how you get on.

Dave</description>
		<content:encoded><![CDATA[<p>Hi Matt, I&#8217;m glad you like it.</p>
<p>I&#8217;ve checked the docs for <a href="http://papervision3d.googlecode.com/svn/trunk/as3/trunk/docs/org/papervision3d/materials/shadematerials/FlatShadeMaterial.html" rel="nofollow">FlatShadeMaterial</a> and I Cant see any obvious reson why it would error here.</p>
<p>Which version of papervision are you using? I tend to check out from the svn. In any case I have zipped the version of the libraries I used up and uploaded them <a href="http://www.damonky.co.uk/public/downloads/mouseconstraint_libs.zip" rel="nofollow">here</a>.</p>
<p>Give these a try and let me know how you get on.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mat</title>
		<link>http://www.damonky.co.uk/flex/mouse-constraints-using-jiglib-as3/comment-page-1/#comment-3</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonky.co.uk/?p=148#comment-3</guid>
		<description>hey, the example looks amazing,
I&#039;m trying to test it and play around with it on my pc, but I keep getting this error,

1137: Incorrect number of arguments.  Expected no more than 3.
FlatShadeMaterial = new FlatShadeMaterial(pLight,0x999999,_BOX_COLOR,2);

any ideas?

thanks!
~matt</description>
		<content:encoded><![CDATA[<p>hey, the example looks amazing,<br />
I&#8217;m trying to test it and play around with it on my pc, but I keep getting this error,</p>
<p>1137: Incorrect number of arguments.  Expected no more than 3.<br />
FlatShadeMaterial = new FlatShadeMaterial(pLight,0&#215;999999,_BOX_COLOR,2);</p>
<p>any ideas?</p>
<p>thanks!<br />
~matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collection of jiglibflash examples/tutorials 3d physic engine &#124; JiglibFlash - 3D Physics Engine AS3</title>
		<link>http://www.damonky.co.uk/flex/mouse-constraints-using-jiglib-as3/comment-page-1/#comment-5</link>
		<dc:creator>Collection of jiglibflash examples/tutorials 3d physic engine &#124; JiglibFlash - 3D Physics Engine AS3</dc:creator>
		<pubDate>Thu, 23 Jul 2009 15:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.damonky.co.uk/?p=148#comment-5</guid>
		<description>[...] http://www.damonky.co.uk/flex/mouse-constraints-using-jiglib-as3/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.damonky.co.uk/flex/mouse-constraints-using-jiglib-as3/" rel="nofollow">http://www.damonky.co.uk/flex/mouse-constraints-using-jiglib-as3/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
