<?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: declare mat4</title>
		<atom:link href="http://cycling74.com/forums/topic/declare-mat4/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/declare-mat4/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 22:51:51 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/declare-mat4/#post-44506</guid>
					<title><![CDATA[declare mat4]]></title>
					<link>http://cycling74.com/forums/topic/declare-mat4/#post-44506</link>
					<pubDate>Tue, 23 Jun 2009 07:29:27 +0000</pubDate>
					<dc:creator>efe</dc:creator>

					<description>
						<![CDATA[
						<p>hello!</p>
<p>I am declaring a mat4 data type inside my vertex shader in order to have a rotation matrix:<br />
uniform mat4 rotate;</p>
<p>but I am not quite sure how i can bind the parameter inside my jxs file.<br />
Would it be something like this?:</p>
<param name="rotate" type="mat4" default="? ? ? ?"/>
<p>any suggestions?</p>
<p>thank you</p>
<p>Emmanuel</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/declare-mat4/#post-160044</guid>
					<title><![CDATA[Re: declare mat4]]></title>
					<link>http://cycling74.com/forums/topic/declare-mat4/#post-160044</link>
					<pubDate>Tue, 23 Jun 2009 16:12:43 +0000</pubDate>
					<dc:creator>Rob Ramirez</dc:creator>

					<description>
						<![CDATA[
						<p>mat4 is 16 values (4&#215;4 matrix), so if you give it 16 values as the default, should work.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

