<?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: points texture with .gl.texture bug?</title>
		<atom:link href="http://cycling74.com/forums/topic/points-texture-with-gl-texture-bug/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/points-texture-with-gl-texture-bug/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 17:39:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/points-texture-with-gl-texture-bug/#post-24331</guid>
					<title><![CDATA[points texture with .gl.texture bug?]]></title>
					<link>http://cycling74.com/forums/topic/points-texture-with-gl-texture-bug/#post-24331</link>
					<pubDate>Wed, 08 Feb 2006 18:39:28 +0000</pubDate>
					<dc:creator>wk</dc:creator>

					<description>
						<![CDATA[
						<p>hello,</p>
<p>for some reason textures made with .gl.texture doesnt work when drawing <br />
matrix<br />
using points with point_sprite attribute on,<br />
the same texture declared in .gl.render works,</p>
<p>below example patch,</p>
<p>best,<br />
wojciech</p>
<p>max v2;<br />
#N vpatcher 40 130 814 664;<br />
#P window setfont &#8220;Sans Serif&#8221; 9.;<br />
#P message 15 197 142 196617 point_sprite 1 , point_size 50;<br />
#P message 47 330 34 196617 reset;<br />
#P user com 411 367 239 196617 13;<br />
#K set 0 29797 30836 30066 25888 25701 25452 24946 25956 8297 28192 <br />
29285 28260 25970;<br />
#K end;<br />
#P newex 293 157 48 196617 loadbang;<br />
#P newex 86 266 48 196617 loadbang;<br />
#P message 316 366 92 196617 texture circle_lcd;<br />
#P message 316 338 87 196617 texture circle_gl;<br />
#P newex 364 255 219 196617 jit.gl.texture ihu @name circle_gl @dim 50 <br />
50;<br />
#P newex 206 256 130 196617 prepend texture circle_lcd;<br />
#P message 206 184 156 196617 clear , paintoval 0 0 49 49 , bang;<br />
#P newex 206 204 99 196617 jit.lcd 4 char 50 50;<br />
#P message 86 297 312 196617 reset , drawmatrix points points , <br />
texture circle_lcd , point_size 50;<br />
#P newex 86 386 150 196617 jit.gl.sketch ihu @color 1 1 1 1;<br />
#P newex 181 151 85 196617 jit.matrix points;<br />
#P newex 181 77 69 196617 qmetro 1000;<br />
#P newex 181 126 126 196617 jit.expr @expr in[0]*2-1;<br />
#P newex 181 102 113 196617 jit.noise 3 float32 100;<br />
#P newex 76 114 61 196617 t b b erase;<br />
#P newex 76 163 81 196617 jit.gl.render ihu;<br />
#P toggle 76 49 15 0;<br />
#P newex 76 75 51 196617 qmetro 2;<br />
#P newex 86 429 74 196617 jit.window ihu;<br />
#P user com 411 338 239 196617 7;<br />
#K set 0 27241 29742 26476 11892 25976 29813 29285;<br />
#K end;<br />
#P connect 18 0 22 0;<br />
#P connect 3 0 2 0;<br />
#P connect 2 0 5 0;<br />
#P connect 22 0 4 0;<br />
#P connect 14 0 4 0;<br />
#P connect 5 0 4 0;<br />
#P connect 5 2 4 0;<br />
#P connect 18 0 11 0;<br />
#P connect 16 0 10 0;<br />
#P connect 11 0 10 0;<br />
#P connect 21 0 10 0;<br />
#P connect 17 0 10 0;<br />
#P connect 3 0 8 0;<br />
#P connect 8 0 6 0;<br />
#P connect 6 0 7 0;<br />
#P connect 7 0 9 0;<br />
#P connect 5 1 9 0;<br />
#P connect 19 0 13 0;<br />
#P connect 13 0 12 0;<br />
#P connect 12 0 14 0;<br />
#P connect 12 0 15 0;<br />
#P pop;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/points-texture-with-gl-texture-bug/#post-70233</guid>
					<title><![CDATA[Re: points texture with .gl.texture bug?]]></title>
					<link>http://cycling74.com/forums/topic/points-texture-with-gl-texture-bug/#post-70233</link>
					<pubDate>Wed, 08 Feb 2006 20:34:56 +0000</pubDate>
					<dc:creator>Joshua Kit Clayton</dc:creator>

					<description>
						<![CDATA[
						<p>I might suggest you try turning off rectangular textures (i.e.  <br />
@rectangle 0). This will use power of two textures, which might be  <br />
required for point sprites on your HW. This difference in rectangular  <br />
vs power of two textures is the big difference between the default  <br />
jit.gl.render textures (for legacy purposes), and the default  <br />
jit.gl.texture.</p>
<p>Let us know if that doesn&#8217;t solve your problems and we can look into  <br />
your patch further.</p>
<p>-Joshua</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/points-texture-with-gl-texture-bug/#post-70234</guid>
					<title><![CDATA[Re: points texture with .gl.texture bug?]]></title>
					<link>http://cycling74.com/forums/topic/points-texture-with-gl-texture-bug/#post-70234</link>
					<pubDate>Wed, 08 Feb 2006 22:48:00 +0000</pubDate>
					<dc:creator>wk</dc:creator>

					<description>
						<![CDATA[
						<p>thanks joshua,</p>
<p>it helped indeed,</p>
<p>best,<br />
wojciech</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

