<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[GMan's Mods & Stuff — matrix4 problem]]></title>
		<link>https://gprogs.com/viewtopic.php?id=250</link>
		<atom:link href="https://gprogs.com/extern.php?action=feed&amp;tid=250&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in matrix4 problem.]]></description>
		<lastBuildDate>Thu, 19 Jul 2007 15:34:59 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: matrix4 problem]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1042#p1042</link>
			<description><![CDATA[<p>I&#039;m not sure exactly what&#039;s going on, I&#039;m just trying to convert some c code to Blitzmax.&nbsp; Thanks for your help, I&#039;ll try it out <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Slaine)]]></author>
			<pubDate>Thu, 19 Jul 2007 15:34:59 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1042#p1042</guid>
		</item>
		<item>
			<title><![CDATA[Re: matrix4 problem]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1041#p1041</link>
			<description><![CDATA[<p>greetings <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; are you trying to get a float ptr to the matrix?&nbsp; matrix4 is a type so you cant directly access the contained float array with the syntax you are trying.&nbsp; you can directly access the float array underneath using the pointer() method:<br /></p><div class="codebox"><pre><code>&#039; dont forget to create the instance
Local irrMat:matrix4 = matrix4.create()

irrMat.pointer()[0] = 2.23</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Thu, 19 Jul 2007 12:27:11 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1041#p1041</guid>
		</item>
		<item>
			<title><![CDATA[matrix4 problem]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1040#p1040</link>
			<description><![CDATA[<p>Hi I&#039;m having some problems with the following code, the error is<br />Expression of type &#039;irrlicht.core.matrix4&#039; cannot be indexed<br />Here is a sample code:<br /></p><div class="codebox"><pre><code>Local irrMat:matrix4

irrMat[0] = [5]</code></pre></div><p>I&#039;m not sure if it&#039;s an error in the Irrlicht wrapper, or, an error with Blitzmax itself, I&#039;ve had this problem before and couldn&#039;t fix it and gave up.</p><p>Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (Slaine)]]></author>
			<pubDate>Wed, 18 Jul 2007 21:08:06 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1040#p1040</guid>
		</item>
	</channel>
</rss>
