<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: how to define a plane equation inside jit.gen ??</title>
		<atom:link href="http://cycling74.com/forums/topic/how-to-define-a-plane-equation-inside-jit-gen/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/how-to-define-a-plane-equation-inside-jit-gen/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 05:00:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/how-to-define-a-plane-equation-inside-jit-gen/#post-46143</guid>
					<title><![CDATA[how to define a plane equation inside jit.gen ??]]></title>
					<link>http://cycling74.com/forums/topic/how-to-define-a-plane-equation-inside-jit-gen/#post-46143</link>
					<pubDate>Sat, 16 Jun 2012 16:26:51 +0000</pubDate>
					<dc:creator>Julien Bayle</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
still working on my <a href="//www.lighthouse3d.com/tutorials/view-frustum-culling/geometric-approach-implementation/"">view-frustum culling</a> implementation in jit.gen.</p>
<p>I have calculated the 8 points defining the part of space that I want to &#8220;compute&#8221;</p>
<p>How can I setup my 6 planes now ?</p>
<p>It means, how to translate the following code into my codebox/GenExpr stuff ?</p>
<pre><code>// compute the six planes<br />
	// the function set3Points assumes that the points<br />
	// are given in counter clockwise order<br />
	pl[TOP].set3Points(ntr,ntl,ftl);<br />
	pl[BOTTOM].set3Points(nbl,nbr,fbr);<br />
	pl[LEFT].set3Points(ntl,nbl,fbl);<br />
	pl[RIGHT].set3Points(nbr,ntr,fbr);<br />
	pl[NEARP].set3Points(ntl,ntr,nbr);<br />
	pl[FARP].set3Points(ftr,ftl,fbl);</code></pre><p>any help in that warm weekend would be very appreciate =)</p>
<p> [attachment=196780,4049]</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

