<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - Know any useful Maratis Constants?]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=993&amp;type=atom"/>
	<updated>2014-05-26T21:28:03Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=993</id>
		<entry>
			<title type="html"><![CDATA[Re: Know any useful Maratis Constants?]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=6824#p6824"/>
			<content type="html"><![CDATA[<p>Dunno if that is what you&#039;re asking for, but i&#039;m using this in most of my projects,</p><p>A <a href="https://dl.dropboxusercontent.com/u/19970067/Maratis/Various/Colors.lua">Color list</a> :<br />so i can change light or text color with : setLightColor(Light, COLOR.purple) </p><p>and a <a href="https://dl.dropboxusercontent.com/u/19970067/Maratis/Various/KeysList.lua">Keylist</a>, by pure lazyness ; for example instead of writing isKeyPressed(&quot;G&quot;), onKeyDown(&quot;G&quot;), onKeyUp(&quot;G&quot;)<br />i can just write G.press, G.down, G.up</p>]]></content>
			<author>
				<name><![CDATA[Vegas]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=53</uri>
			</author>
			<updated>2014-05-26T21:28:03Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=6824#p6824</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Know any useful Maratis Constants?]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=6810#p6810"/>
			<content type="html"><![CDATA[<p>I see, it requires some more researches indeed</p>]]></content>
			<author>
				<name><![CDATA[ulbex]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2754</uri>
			</author>
			<updated>2014-05-23T09:52:41Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=6810#p6810</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Know any useful Maratis Constants?]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=6809#p6809"/>
			<content type="html"><![CDATA[<p>I did create some functions like that in my customizable game script here:<br /><a href="http://forum.maratis3d.com/viewtopic.php?id=744">http://forum.maratis3d.com/viewtopic.php?id=744</a></p><p>But I realized that &quot;UP&quot; is relative, so to make it a constant might not help someone where up is another direction, or if it is dependent on some other factor. </p><p>I do need constants for Screen coordinates though, like SCREEN_CENTER, and SCREEN_WIDTH and SCREEN_HEIGHT. I know I have to use getUnprojectedPoint() somehow.</p>]]></content>
			<author>
				<name><![CDATA[Tutorial Doctor]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2493</uri>
			</author>
			<updated>2014-05-23T02:49:20Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=6809#p6809</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Know any useful Maratis Constants?]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=6807#p6807"/>
			<content type="html"><![CDATA[<p>perhaps you can also add constants for up down right and left vectors ? <br />it&#039;s useful for making lookat functions with quaternions</p>]]></content>
			<author>
				<name><![CDATA[ulbex]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2754</uri>
			</author>
			<updated>2014-05-22T11:10:43Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=6807#p6807</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Know any useful Maratis Constants?]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=6781#p6781"/>
			<content type="html"><![CDATA[<p>I only have one constant for the Maratis Editor so far, and I am looking to add more. </p><div class="codebox"><pre><code>CENTER = vec3(0,0,0)</code></pre></div><p>Got some more:</p><div class="codebox"><pre><code>ON = true
OFF = false
RUNNING = true</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Tutorial Doctor]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2493</uri>
			</author>
			<updated>2014-05-18T06:28:08Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=6781#p6781</id>
		</entry>
</feed>
