<?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: jit.gl.texture: setting active texture target.: GL Error: Stack overflow</title>
		<atom:link href="http://cycling74.com/forums/topic/jit-gl-texture-setting-active-texture-target-gl-error-stack-overflow/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/jit-gl-texture-setting-active-texture-target-gl-error-stack-overflow/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 23:19:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/jit-gl-texture-setting-active-texture-target-gl-error-stack-overflow/#post-52202</guid>
					<title><![CDATA[jit.gl.texture: setting active texture target.: GL Error: Stack overflow]]></title>
					<link>http://cycling74.com/forums/topic/jit-gl-texture-setting-active-texture-target-gl-error-stack-overflow/#post-52202</link>
					<pubDate>Tue, 07 Sep 2010 09:15:22 +0000</pubDate>
					<dc:creator>jin</dc:creator>

					<description>
						<![CDATA[
						<p>Hello.</p>
<p>I have texcoord and vertex data(osc message) coming from outside max.</p>
<p>and trying to draw multiple polygons using those data.</p>
<p>I do not have jit.gl.texture object in patcher.</p>
<p>I print every single messages and they are good.</p>
<p>like this ;</p>
<p>print: reset<br />
print: glpushmatrix<br />
print: gltranslate 0. 0. 0.<br />
print: glcolor 1. 1. 1. 1.<br />
print: glbindtexture crash<br />
print: glbegin polygon<br />
print: gltexcoord 0.234375 0.<br />
print: glvertex -0.586803 -0.828428 -0.000001<br />
print: gltexcoord 0. 0.<br />
print: glvertex -1.10457 -0.828428 -0.000001<br />
print: gltexcoord 0. 1.<br />
print: glvertex -1.10457 0.828428 -0.000001<br />
print: gltexcoord 0.228125 1.<br />
print: glvertex -0.60061 0.828428 -0.000001<br />
print: glend<br />
print: glpopmatrix<br />
print: glpushmatrix<br />
print: gltranslate 0. 0. 0.<br />
print: glcolor 1. 1. 1. 1.<br />
print: glbindtexture crash<br />
print: glbegin polygon<br />
print: gltexcoord 0.45 0.<br />
print: glvertex -0.110457 -0.828428 -0.000001<br />
print: gltexcoord 0.364062 0.<br />
print: glvertex -0.300305 -0.828428 -0.000001<br />
print: gltexcoord 0.234375 0.<br />
print: glvertex -0.586803 -0.828428 -0.000001<br />
print: gltexcoord 0.228125 1.<br />
print: glvertex -0.60061 0.828428 -0.000001<br />
print: gltexcoord 0.446875 1.<br />
print: glvertex -0.117361 0.828428 -0.000001<br />
print: glend<br />
print: glpopmatrix </p>
<p>I get &#8220;jit.gl.texture: setting active texture target.: GL Error: Stack </p>
<p>overflow&#8221; message frequently.</p>
<p>Window flickers when it happens or polygon doesn&#8217;t draw correctly.</p>
<p>Can someone tell me what this error message is?</p>
<p>thanks in advanced</p>
<p>jin</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jit-gl-texture-setting-active-texture-target-gl-error-stack-overflow/#post-187589</guid>
					<title><![CDATA[Re: jit.gl.texture: setting active texture target.: GL Error: Stack overflow]]></title>
					<link>http://cycling74.com/forums/topic/jit-gl-texture-setting-active-texture-target-gl-error-stack-overflow/#post-187589</link>
					<pubDate>Tue, 07 Sep 2010 23:28:49 +0000</pubDate>
					<dc:creator>Joshua Kit Clayton</dc:creator>

					<description>
						<![CDATA[
						<p>It could be that the matrix mode is not always set to modelview when you are calling glpushmatrix and glpopmatrix. For example, when binding textures, the matrix mode can be set to the texture matrix.</p>
<p>Try adding glmatrixmode modelview before every glpushmatrix and glpopmatrix call. If that doesn&#8217;t work. Please provide us with a simple and complete example we can test (don&#8217;t forget machine/os/version specs).</p>
<p>Thanks,<br />
Joshua</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

