<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - News]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;fid=3&amp;type=atom"/>
	<updated>2017-12-08T14:36:39Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/index.php</id>
		<entry>
			<title type="html"><![CDATA[Call for contribution : we need you !]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?id=1034&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Dear community,</p><p>as you may know, the binaries available on Maratis website are out of date and the only way for users to get the latest version is to compile Maratis themselves. The current svn trunk code is stable and provides a lot of bug fixes, it&#039;s time to release new binaries !</p><p>This is an official call for help, we need contributors to maintain the 3 major system builds.<br />You will have in charge the maintenance of the SVN trunk build system and the building of the official releases for your platform.</p><p>- We need a Windows build maintainer for 32 and 64bits<br />- And a Linux build maintainer for 32 and 64bits<br />- I will maintain OSX and iOS-simulator builds, but a iOS-device tester is welcome (I don&#039;t have access to iOS devices)</p><p>Lets provide together regular releases for the community !</p><p>How to build : <a href="http://wiki.maratis3d.org/index.php?title=Building_Maratis">http://wiki.maratis3d.org/index.php?tit &#133; ng_Maratis</a></p><p><strong>SUMMARY :</strong> building and testing</p><p>- Linux 32 : <strong>ishands :</strong> <a href="http://apps.ishands.cf/maratis/Maratis3.2-beta.zip">link</a><br />- Linux 64 : <strong>bryce :</strong> <a href="http://skyland.loop404.com:8080/maratisdownloads">link</a><br />- Windows 32 : <strong>Akira_san :</strong> <a href="https://drive.google.com/file/d/0B6yNvVGWiWysLWlTTllJMF96blU/edit?usp=sharing">link</a> <strong>Vegas :</strong> <a href="https://dl.dropboxusercontent.com/u/19970067/Maratis/zReleases/Maratis_r240_win32_i386.rar">link</a><br />- Windows 64 : <strong>ulbex</strong> proposed his help<br />- Max OSX 32/64 and iOS : <strong>Anaël :</strong> <a href="http://maratis3d.org/download/maratis/maratis322/Maratis-3.22-betaB-osx.zip">link</a></p><p><span style="color: #FF0000">please test and give feedbacks !</span></p><p><strong>Changelog</strong> :</p><p>- performance improvement<br />- minor bug fixes and cleaning<br />- editor: edit light-color/text-color/gravity didn&#039;t update correctly<br />- X11 fullscreen mode fix<br />- joystick support for linux<br />- lua : corrected setParent 0 to unlink objects<br />- activate/deactivate physics bug<br />- Standard renderer fix (reset m_currentCamera at the end of drawScene)</p>]]></summary>
			<author>
				<name><![CDATA[wild master]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2017-12-08T14:36:39Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?id=1034&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[IRC channel on freenode]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?id=360&amp;action=new"/>
			<summary type="html"><![CDATA[<p>HI there fellow Maratis fans <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>I decided it was time to give a face on IRC to Maratis, this wonderful and elgant engine.</p><p>Please join us on ( as we grow) at:<br />irc.freenode.net<br />#maratis</p><p>cheers<br />gm/nl(neighborlee)</p>]]></summary>
			<author>
				<name><![CDATA[255]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=18</uri>
			</author>
			<updated>2013-10-14T09:56:47Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?id=360&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Maratis 3.2]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?id=584&amp;action=new"/>
			<summary type="html"><![CDATA[<p>I&#039;m happy to announce a new version of Maratis with a lot of cool features !</p><p>[EDIT : a new 3.21 version is available, without the activate/deactivate bug]</p><p><strong>Maratis 3.2</strong><br /><a href="http://www.maratis3d.org/?page_id=57">http://www.maratis3d.org/?page_id=57</a></p><p>- Improved Lua API<br />- Assimp integration, Maratis is now able to read multiple 3d formats (Collada .dae, .obj, .md3, <a href="http://assimp.sourceforge.net/main_features_formats.html">full list</a>) :<br />&nbsp; - using &quot;Add entity&quot; is you want to use the model as-it<br />&nbsp; - or using &quot;File &gt; Import 3d model&quot; to convert the model into Maratis xml mesh format<br />&nbsp; - note that all meshs are optimized and converted to binary during publishing<br />- Performances improvement using SSE instructions and vertex buffers<br />- Better 3d navigation, with adaptive center of view</p><br /><p>Lua API :</p><p>simple 3d vector manipulation :<br />- <a href="http://wiki.maratis3d.org/index.php?title=Vec3">vec3</a><br />- <a href="http://wiki.maratis3d.org/index.php?title=Length">length</a><br />- <a href="http://wiki.maratis3d.org/index.php?title=Normalize">normalize</a><br />- <a href="http://wiki.maratis3d.org/index.php?title=Dot">dot</a><br />- <a href="http://wiki.maratis3d.org/index.php?title=Cross">cross</a></p><p>object&#039;s matrix manipulation :<br />- <a href="http://wiki.maratis3d.org/index.php?title=GetTransformedPosition">getTransformedPosition</a><br />- <a href="http://wiki.maratis3d.org/index.php?title=GetTransformedRotation">getTransformedRotation</a><br />- <a href="http://wiki.maratis3d.org/index.php?title=GetTransformedScale">getTransformedScale</a><br />- <a href="http://wiki.maratis3d.org/index.php?title=GetInverseRotatedVector">getInverseRotatedVector</a><br />- <a href="http://wiki.maratis3d.org/index.php?title=GetRotatedVector">getRotatedVector</a><br />- <a href="http://wiki.maratis3d.org/index.php?title=GetInverseVector">getInverseVector</a><br />- <a href="http://wiki.maratis3d.org/index.php?title=GetTransformedVector">getTransformedVector</a><br />- <a href="http://wiki.maratis3d.org/index.php?title=UpdateMatrix">updateMatrix</a><br />- <a href="http://wiki.maratis3d.org/index.php?title=GetMatrix">getMatrix</a></p><p>camera :<br />- <a href="http://wiki.maratis3d.org/index.php?title=GetUnProjectedPoint">getUnProjectedPoint</a> (useful for picking) <br />- getProjectedPoint</p><p>system :<br />- getWindowScale<br />- getSystemTick</p><p>object properties :<br />- isActive<br />- getName<br />- getParent<br />- setParent<br />- getChilds<br />- enableShadow<br />- isCastingShadow<br />- setAnimationSpeed<br />- getAnimationSpeed<br />- setCurrentFrame<br />- getCurrentFrame</p><p>light properties :<br />- setlightShadowQuality<br />- setlightShadowBias<br />- setlightShadowBlur<br />- getlightShadowQuality<br />- getlightShadowBias<br />- getlightShadowBlur<br />- setlightSpotAngle<br />- setlightSpotExponent<br />- getlightSpotAngle<br />- getlightSpotExponent</p><p>physics :<br />- getMass<br />- setMass<br />- getFriction<br />- setFriction<br />- getRestitution<br />- setRestitution<br />- getAngularFactor<br />- setAngularFactor<br />- getLinearFactor<br />- setLinearFactor<br />- getCentralForce<br />- getTorque</p><p>inputs :<br />- getProperty<br />- getTouchPosition<br />- getLastTouchPosition<br />- getTouchPhase</p>]]></summary>
			<author>
				<name><![CDATA[Vegas]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2013-03-18T22:36:17Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?id=584&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Maratis 3.1 beta test]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?id=412&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Hi,<br />it&#039;s time to test a new version of Maratis, fresh from svn :</p><p>You can find builds for windows, mac and linux here :<br /><a href="http://code.google.com/p/maratis/downloads/list">http://code.google.com/p/maratis/downloads/list</a></p><p>Here are the new features !</p><p>Editor :</p><p>- File packing system and automatic publish button (File &gt; Publish Project) : thanks to Nistur !<br />- Object list selection and custom shortcut : by Mario Pispek<br />- Focus selection (&#039;F&#039; key), parent field (transform tab) : by Sergey Pershin<br />- Faster loading when published<br />- General Bug correction and improvement</p><p>SDK :</p><p>- Behavior drawing in-game / in-editor and M_VARIABLE_TEXTURE_REF variable<br />- Physics rayHit and multiple collision test<br />- Camera scene layer system and render to texture system</p><p>Script :</p><p>- <a href="http://wiki.maratis3d.org/index.php?title=RayHit">rayHit</a><br />- quit, to quit the game from script<br />- <a href="http://wiki.maratis3d.org/index.php?title=GetScene">getScene</a><br />- <a href="http://wiki.maratis3d.org/index.php?title=GetObject">getObject</a> modified to access other scenes<br />- <a href="http://wiki.maratis3d.org/index.php?title=GetClone">getClone</a> to clone objects from script<br />- <a href="http://wiki.maratis3d.org/index.php?title=EnableCameraLayer">enableCameraLayer</a> and <a href="http://wiki.maratis3d.org/index.php?title=DisableCameraLayer">disableCameraLayer</a><br />- <a href="http://wiki.maratis3d.org/index.php?title=EnableRenderToTexture">enableRenderToTexture</a> and <a href="http://wiki.maratis3d.org/index.php?title=DisableRenderToTexture">disableRenderToTexture</a></p><p>Thanks to everybody for the forum moderation, the patchs, the documentation and more.</p><p>Please let us know if the builds are working and I will publish the news on Maratis front page !<br />[EDIT] For the bugs, lets use the issues system on google code : <a href="http://code.google.com/p/maratis/issues/list">http://code.google.com/p/maratis/issues/list</a></p><br /><p><img src="http://forum.maratis3d.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Anaël.</p>]]></summary>
			<author>
				<name><![CDATA[zester]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2013-01-18T01:32:33Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?id=412&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Christmas build, beta 3.1d]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?id=497&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Hi everybody,</p><p>a new build from svn is finally ready !<br /><a href="http://code.google.com/p/maratis/downloads/list">http://code.google.com/p/maratis/downloads/list</a></p><p>This build correct some bugs :<br />- lua dofile and packaging bug<br />- hide/show cursor bug on windows<br />- minor fixed renderer bug</p><p>Have a good time, maybe some holiday ?<br />and enjoy Maratis <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></summary>
			<author>
				<name><![CDATA[Vegas]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2012-12-20T21:28:26Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?id=497&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Maratis 3.1b beta test]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?id=427&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Hi,<br />you can find new builds of Maratis, for the 3.1b version :<br /><a href="http://code.google.com/p/maratis/downloads/list">http://code.google.com/p/maratis/downloads/list</a></p><p>This builds corrects some bugs :<br />- slow binaries in mac and linux (the compilation is now optimised)<br />- cpu usage reduction slowing down the games<br />- wrong version of MaratisPlayer on windows (new script features was not working when published)<br />- custom script function bug</p><p>And adds two script functions for cursor hide/show :<br />- hideCursor()<br />- showCursor()</p><p>Thanks for the bug reports in 3.1, lets start a second wave !</p><p>Cheers,<br />Anaël.</p>]]></summary>
			<author>
				<name><![CDATA[Almighty Laxz]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2012-08-29T05:15:14Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?id=427&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Wiki]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?id=375&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Hi,</p><p>there is now a wiki for the documentation : wiki.maratis3d.org<br />We started writing engine and script informations and list all previous tutorials.</p><p>There is just a small problem, despite all the anti-spam features installed there is already a lot of spam<br />so I had to disable public account creation, you have to send me a mail if you want one account and I will activate it : )</p><p>Thank you for your help.</p><p>Anaël.</p>]]></summary>
			<author>
				<name><![CDATA[jonaspm]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2012-06-19T08:03:41Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?id=375&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Maratis 3.02 and new example]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?id=35&amp;action=new"/>
			<summary type="html"><![CDATA[<p>A new release of Maratis is ready, including a new example :</p><p><a href="http://www.maratis3d.org/?page_id=13">http://www.maratis3d.org/?page_id=13</a></p><p><span class="postimg"><img src="http://www.maratis3d.org/wp-content/uploads/2011/02/maratis_yofrankie.jpg" alt="http://www.maratis3d.org/wp-content/uploads/2011/02/maratis_yofrankie.jpg" /></span></p><p>Anaël.</p>]]></summary>
			<author>
				<name><![CDATA[somedolphin]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2011-11-03T03:02:58Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?id=35&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How to create a Game Interface, new example released]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?id=77&amp;action=new"/>
			<summary type="html"><![CDATA[<p>I just released a new example about GUI creation using the Game plugin system :<br /><a href="http://www.maratis3d.org/?p=563">http://www.maratis3d.org/?p=563</a></p><p>Hop you will enjoy <img src="http://forum.maratis3d.com/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Anaël.</p>]]></summary>
			<author>
				<name><![CDATA[Vegas]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2011-04-17T18:05:32Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?id=77&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Blender 2.57 exporter script update]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?id=76&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Blender 2.57 Release is out !<br /><a href="http://www.blender.org/">http://www.blender.org/</a></p><p>Maratis Exporter for Blender 2.57 can be found here :<br /><a href="http://www.maratis3d.org/download/maratisExporter_bl-257.zip">http://www.maratis3d.org/download/marat &#133; bl-257.zip</a></p><p>Enjoy !<br />Anaël.</p>]]></summary>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2011-04-17T06:12:32Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?id=76&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Custom shaders example]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?id=68&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Hi,</p><p>I just released a new example, showing how to use more complex custom shaders :</p><p>- simple envmap shader (reflexion)<br />- simple ink shader<br />- standard shader with diffuse/specular/normal/emit and shadow map<br />- standard shader with additional envmap</p><p><span class="postimg"><img src="http://www.maratis3d.org/wp-content/uploads/2011/03/customShaders.jpg" alt="http://www.maratis3d.org/wp-content/uploads/2011/03/customShaders.jpg" /></span></p><p><a href="http://www.maratis3d.org/?p=548">http://www.maratis3d.org/?p=548</a></p>]]></summary>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2011-03-14T10:16:24Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?id=68&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Video tour and game plugin tutorial]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?id=57&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Some news posted on the website :</p><p>Maratis/Blender video tour :<br /><a href="http://www.maratis3d.org/?p=477">http://www.maratis3d.org/?p=477</a></p><p>How to create a Game plugin :<br /><a href="http://www.maratis3d.org/?p=500">http://www.maratis3d.org/?p=500</a></p><p>You can also follow <a href="http://www.maratis3d.org">www.maratis3d.org</a> news using rss :<br /><a href="http://www.maratis3d.org/?feed=rss">http://www.maratis3d.org/?feed=rss</a></p>]]></summary>
			<author>
				<name><![CDATA[dbacchet]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2011-03-04T20:23:09Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?id=57&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Development moved to google-code]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?id=27&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Hi,</p><p>development has been moved from sourceforge to google-code,<br />you can get last version of Maratis code using svn,</p><p>checkout : <a href="http://code.google.com/p/maratis/source/checkout">http://code.google.com/p/maratis/source/checkout</a></p><p>Thanks to Erwin Coumans for his suggestion.</p><p>A plus tard,<br />Anaël.</p>]]></summary>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2011-02-13T18:50:39Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?id=27&amp;action=new</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[MacOSX and scons system]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?id=26&amp;action=new"/>
			<summary type="html"><![CDATA[<p>Current Maratis package is now ready for Mac OSX !</p><p>I would like to thank Davide Bacchet (dbacchet) for his huge work<br />on creating a scons build system and reworking the folder structure,<br />last version can be find in svn « trunk/dev ».</p><p>Anaël.</p><p>The original article can be found here :<br /><a href="http://www.maratis3d.com/?p=419">http://www.maratis3d.com/?p=419</a></p>]]></summary>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2011-02-13T15:10:26Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?id=26&amp;action=new</id>
		</entry>
</feed>
