<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - Standard Renderer Performance]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=897&amp;type=atom"/>
	<updated>2013-12-22T13:16:43Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=897</id>
		<entry>
			<title type="html"><![CDATA[Re: Standard Renderer Performance]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=6100#p6100"/>
			<content type="html"><![CDATA[<p>Hi,</p><p>the z pre-pass is useful as a general technique to reduce fragment call<br />and improve performance for complex shading or middle-aged graphic card,<br />at the same time the pass is building occlusion culling.</p><p>You might be able to get better performance for special use by skipping it indeed,<br />but large scene with complex shading/lighting will usually get improved.</p><p>Different 3d cards can react differently (on some, like iPhone/iPad pre z-pass to reduce fragment call is bad because the card already does it internally as a strategy).</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2013-12-22T13:16:43Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=6100#p6100</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Standard Renderer Performance]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=6090#p6090"/>
			<content type="html"><![CDATA[<p>Hi,<br />What the needed of Z pre-pass?<br />Is it just for occlusion query?</p><p>I got 210 FPS in demo ManualUse,<br />and after I modify MStandardRenderer.cpp to skip Z pre-pass processing, I got 310 FPS.</p><p>Query is expensive in OpenGL I think.<br />This is useful to reduce draw, but the checking process also takes time.<br />Or I&#039;m missing something?</p><p>Thank you.</p><p>(Sorry for English)</p>]]></content>
			<author>
				<name><![CDATA[jurgel]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=522</uri>
			</author>
			<updated>2013-12-17T02:27:39Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=6090#p6090</id>
		</entry>
</feed>
