<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - Backface!]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=155&amp;type=atom"/>
	<updated>2011-09-11T18:35:58Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=155</id>
		<entry>
			<title type="html"><![CDATA[Re: Backface!]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=593#p593"/>
			<content type="html"><![CDATA[<p>Hi,<br />&nbsp; &nbsp;In my file, the two sided option is disabled by default in blender. But still it is exporting it as two sided. My blender version is 2.58.<br />And in the mesh file Display mode the cullface is already set to 2. It culls the backface if I delete it from mesh file manually, but it is impossible to edit it by hand.</p><p>EDIT: Ok found it. I thought it is two sided option check box in texture face for game engine.</p><p>&nbsp; &nbsp;Thanks<br />&nbsp; &nbsp;Regards</p>]]></content>
			<author>
				<name><![CDATA[Arclord]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=211</uri>
			</author>
			<updated>2011-09-11T18:35:58Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=593#p593</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Backface!]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=592#p592"/>
			<content type="html"><![CDATA[<p>Hi, when you are in blender there is a &quot;two sided&quot; option checked by default (Blender always enable two sided by default).<br />It&#039;s in the &quot;object data&quot; blender tab, disable it to have back-face culling.</p><p>You can also edit it manually in the mesh file (xml text) with a text editor, in the &quot;display&quot; node, set cullFace=&quot;2&quot;</p><p>Or in c++ :<br />MDisplay * display = subMesh-&gt;getDisplay(0);<br />display-&gt;setCullMode(M_CULL_BACK); // or M_CULL_FRONT</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2011-09-11T17:54:08Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=592#p592</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Backface!]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=591#p591"/>
			<content type="html"><![CDATA[<p>Hi,<br />&nbsp; &nbsp;It seems that my level is not culling the backface both in editor and engine! How do I cull the backface of the meshes?</p><p>&nbsp; &nbsp;Thanks<br />&nbsp; &nbsp;Regards</p>]]></content>
			<author>
				<name><![CDATA[Arclord]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=211</uri>
			</author>
			<updated>2011-09-11T14:26:38Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=591#p591</id>
		</entry>
</feed>
