<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - renderer with LOD]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=311&amp;type=atom"/>
	<updated>2012-03-02T19:55:55Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=311</id>
		<entry>
			<title type="html"><![CDATA[Re: renderer with LOD]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=1515#p1515"/>
			<content type="html"><![CDATA[<p>For now the best is to divide the scene in multiple objects so that they can be detected out of the screen,<br />the engine is Maratis one, called MEngine (itself using Maratis core MCore), it is a virtual engine, it uses OpenGL on desktop and openGLES on phones (iOS). It could theoretically uses other things like directx, console systems or software engines.</p><p>Games are coded in lua script or/and c++ pluign (using the engine functionalities)<br />If you really need LOD, you can always do a little c++ code that hide/show different parts of a mesh (called subMesh) according to the camera distance. There is a decimate modifier in Blender that can be used to generate manually multiple LOD models.</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2012-03-02T19:55:55Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=1515#p1515</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: renderer with LOD]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=1513#p1513"/>
			<content type="html"><![CDATA[<p>Oh, I don&#039;t know what happened with my message, but your answer was right. The scenes in Tuxracer are very large (about 500,000 or more faces) and the render algorithm should be optimized. The limitation of the view range might help for the time being, combined with clever fog settings. </p><p>However, anytime a good LOD algorithm should be implemented in my opinion. Which program module does the rendering work? Or does Maratis use an external rendering code?</p>]]></content>
			<author>
				<name><![CDATA[erinmh]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=636</uri>
			</author>
			<updated>2012-03-02T18:30:59Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=1513#p1513</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: renderer with LOD]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=1512#p1512"/>
			<content type="html"><![CDATA[<p>we can&#039;t see your message,<br />but I guess you want LOD for your game, there is no build&#039;in lod feature,<br />it has to be done manually for now, but there is a view elimination for big scenes (it only draw what visible).</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2012-03-02T17:51:30Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=1512#p1512</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[renderer with LOD]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=1508#p1508"/>
			<content type="html"><![CDATA[<p>Hello,</p><p>this is my first visit on this forum and I hope it will not be the last. That depends on the answer to my question.</p><p>I intend to continue the development of Tuxracer, the wellknown game with the cute penguin. The project</p>]]></content>
			<author>
				<name><![CDATA[erinmh]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=636</uri>
			</author>
			<updated>2012-03-02T11:42:09Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=1508#p1508</id>
		</entry>
</feed>
