<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - Clone function]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=643&amp;type=atom"/>
	<updated>2013-04-11T04:31:21Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=643</id>
		<entry>
			<title type="html"><![CDATA[Re: Clone function]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=3968#p3968"/>
			<content type="html"><![CDATA[<p>getClone automatically add the clone to the scene, you might not see it as it creates at the same position as the source.</p><p>try :</p><div class="codebox"><pre><code>ObjectToClone = getObject(&quot;MyObject&quot;)
Clone = getClone(ObjectToClone)

translate(Clone, vec3(10, 0, 0)) -- move the clone to see it</code></pre></div>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2013-04-11T04:31:21Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=3968#p3968</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Clone function]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=3960#p3960"/>
			<content type="html"><![CDATA[<p>Hey! How do you make clones inside the game now? From what I understand you can getClone and make a list of them, but how do you put them in game?</p>]]></content>
			<author>
				<name><![CDATA[Pär]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1252</uri>
			</author>
			<updated>2013-04-10T19:59:16Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=3960#p3960</id>
		</entry>
</feed>
