<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - cursor position]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=912</link>
		<description><![CDATA[The most recent posts in cursor position.]]></description>
		<lastBuildDate>Fri, 10 Jan 2014 06:22:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: cursor position]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6169#p6169</link>
			<description><![CDATA[<p>Thank you, anael! This is what I need!!!</p>]]></description>
			<author><![CDATA[dummy@example.com (ant0n)]]></author>
			<pubDate>Fri, 10 Jan 2014 06:22:42 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6169#p6169</guid>
		</item>
		<item>
			<title><![CDATA[Re: cursor position]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6167#p6167</link>
			<description><![CDATA[<p>You&#039;ll do that using getUnprojectedPoint() :</p><div class="codebox"><pre><code>mx = getAxis(&quot;MOUSE_X&quot;)
my = getAxis(&quot;MOUSE_Y&quot;)    
mz = 0.1 -- change this number to move the cursor further : 0.0 correspond to the camera clipping near, 1.0 correspond to the camera clipping far

cursor3d = getUnProjectedPoint(Camera, vec3(mx, my, mz))</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Fri, 10 Jan 2014 06:12:52 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6167#p6167</guid>
		</item>
		<item>
			<title><![CDATA[Re: cursor position]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6166#p6166</link>
			<description><![CDATA[<p>thanks for the help! I will try to do something.</p>]]></description>
			<author><![CDATA[dummy@example.com (ant0n)]]></author>
			<pubDate>Fri, 10 Jan 2014 04:00:57 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6166#p6166</guid>
		</item>
		<item>
			<title><![CDATA[Re: cursor position]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6165#p6165</link>
			<description><![CDATA[<p>I am thinking of several ways you could do this, and you might want to check out Vegas&#039;s current post on making a full GUI. </p><p>I am sure you would have to use the hideCursor() function though. <br />You could also use the getWindowScale() function. <br />Also, taking a look at the Sponza level code could help.</p><p>You also might be able to use the rayHit() function and the getUnprojectedPoint() function. You might even use some 3D Math functions. </p><p>I need to try to do this myself. If I get something I&#039;ll let you know.</p>]]></description>
			<author><![CDATA[dummy@example.com (Tutorial Doctor)]]></author>
			<pubDate>Fri, 10 Jan 2014 03:49:03 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6165#p6165</guid>
		</item>
		<item>
			<title><![CDATA[Re: cursor position]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6164#p6164</link>
			<description><![CDATA[<p>no, I want to make the 3D cursor.</p>]]></description>
			<author><![CDATA[dummy@example.com (ant0n)]]></author>
			<pubDate>Fri, 10 Jan 2014 03:31:11 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6164#p6164</guid>
		</item>
		<item>
			<title><![CDATA[Re: cursor position]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6163#p6163</link>
			<description><![CDATA[<p>Do you want it to look like you are picking up an object?</p>]]></description>
			<author><![CDATA[dummy@example.com (Tutorial Doctor)]]></author>
			<pubDate>Fri, 10 Jan 2014 03:26:02 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6163#p6163</guid>
		</item>
		<item>
			<title><![CDATA[cursor position]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=6162#p6162</link>
			<description><![CDATA[<p>How you can bind the object to the cursor? I want to at some moment the object followed by the cursor.</p>]]></description>
			<author><![CDATA[dummy@example.com (ant0n)]]></author>
			<pubDate>Fri, 10 Jan 2014 02:37:28 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=6162#p6162</guid>
		</item>
	</channel>
</rss>
