<?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 — Loading IAnimateMeshMS3D and Irrlicht.Addons]]></title>
		<link>https://gprogs.com/viewtopic.php?id=149</link>
		<atom:link href="https://gprogs.com/extern.php?action=feed&amp;tid=149&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Loading IAnimateMeshMS3D and Irrlicht.Addons.]]></description>
		<lastBuildDate>Sun, 11 Feb 2007 06:40:53 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Loading IAnimateMeshMS3D and Irrlicht.Addons]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=617#p617</link>
			<description><![CDATA[<p>Thank you that worked perfectly. I hope I can show more of my game soon.<br />Also great work with the addons mod. I enjoy using it.</p>]]></description>
			<author><![CDATA[null@example.com (HondaDirtBiker)]]></author>
			<pubDate>Sun, 11 Feb 2007 06:40:53 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=617#p617</guid>
		</item>
		<item>
			<title><![CDATA[Re: Loading IAnimateMeshMS3D and Irrlicht.Addons]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=615#p615</link>
			<description><![CDATA[<p>greetings <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; Scene.getMesh() does return an instance of IAnimatedMeshMS3D but cast down to an IAnimatedMesh to match the interface.&nbsp; &nbsp; to get your code to work you should just have to cast it back before you try to store it:<br /></p><div class="codebox"><pre><code>Local Mesh:IAnimatedMeshMS3D = IAnimatedMeshMS3D(Scene.getMesh( &quot;Mesh.ms3d&quot; ))</code></pre></div><p>as for the Tirr_IUnknown...&nbsp; to fix that you will need to download the latest release of the mod.&nbsp; at some point BRL added their own IUnknown and it start giving the mod fits so i had to go back to a different naming convention for that type.</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Sat, 10 Feb 2007 15:47:30 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=615#p615</guid>
		</item>
		<item>
			<title><![CDATA[Loading IAnimateMeshMS3D and Irrlicht.Addons]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=613#p613</link>
			<description><![CDATA[<p>I&#039;ve been having trouble loading an MS3D Model as an IAnimatedMeshMS3D.<br />When I load my MS3D mesh as an IAnimatedMeshMS3D, I get an error about not being able to convert IAnimatedMesh to IAnimatedMeshMS3D.<br />On the irrlicht forums I was told I may need to cast IAnimatedMeshMS3D.<br /></p><div class="codebox"><pre><code>Local Mesh:IAnimatedMeshMS3D = Scene.getMesh( &quot;Mesh.ms3d&quot; )
Global Node:IAnimatedMeshSceneNode = Scene.addAnimatedMeshSceneNode( Mesh )

Scene.addCubeSceneNode( 1, Null, Null, Node.getMS3DJointNode( Mesh.getJointName( 0 )).getAbsolutePosition())</code></pre></div><p>Also this is unrelated, but the Irrlicht.Addons mod returns an error. I installed it in irrlicht.mod, then BMax says &quot;Type &#039;Tirr_IUnknown&#039; not found&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (HondaDirtBiker)]]></author>
			<pubDate>Sat, 10 Feb 2007 03:02:45 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=613#p613</guid>
		</item>
	</channel>
</rss>
