<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[GMan's Mods & Stuff — Coming to Irrlicht from B3D - Animation]]></title>
	<link rel="self" href="https://gprogs.com/extern.php?action=feed&amp;tid=8&amp;type=atom" />
	<updated>2006-01-05T18:05:28Z</updated>
	<generator>PunBB</generator>
	<id>https://gprogs.com/viewtopic.php?id=8</id>
		<entry>
			<title type="html"><![CDATA[Re: Coming to Irrlicht from B3D - Animation]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=18#p18" />
			<content type="html"><![CDATA[]]></content>
			<author>
				<name><![CDATA[gman]]></name>
				<uri>https://gprogs.com/profile.php?id=2</uri>
			</author>
			<updated>2006-01-05T18:05:28Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=18#p18</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Coming to Irrlicht from B3D - Animation]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=17#p17" />
			<content type="html"><![CDATA[]]></content>
			<author>
				<name><![CDATA[DuncanC]]></name>
				<uri>https://gprogs.com/profile.php?id=7</uri>
			</author>
			<updated>2006-01-05T16:50:05Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=17#p17</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Coming to Irrlicht from B3D - Animation]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=13#p13" />
			<content type="html"><![CDATA[<p>greetings DuncanC <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; i dont know of any definitive resource but i will try to point you in a direction and hopefully get you started.&nbsp; the API documentation from Irrlicht (see post in docs forum) is always a good place to start.&nbsp; IAnimatedMesh (T_irrIAnimatedMesh in mods) is where you will want to begin looking.&nbsp; everything is done through interfaces but you can &quot;cast&quot; the IAnimatedMesh instance into the proper subtype.&nbsp; to do this you first need to determine what type the animated mesh is.&nbsp; use the getMeshType() method on T_irrIAnimatedMesh to do this.&nbsp; once you know the type you can do something like:<br /></p><div class="codebox"><pre><code>Local xmesh:T_irrIAnimatedMeshX=T_irrIAnimatedMeshX.createFromHandle(basemesh.handle,False)</code></pre></div><p>where basemesh is your instance of T_irrIAnimatedMesh.&nbsp; by doing this, you can now access the model format-specific methods and functionality.&nbsp; for more info on the model-specific functionality see the documentation on the following types:</p><p>T_irrIAnimatedMeshMD2<br />T_irrIAnimatedMeshX<br />T_irrIAnimatedMeshMS3D</p><p>once you load the mesh into a scene node then you access features of it through:</p><p>T_irrIAnimatedMeshSceneNode</p>]]></content>
			<author>
				<name><![CDATA[gman]]></name>
				<uri>https://gprogs.com/profile.php?id=2</uri>
			</author>
			<updated>2006-01-05T13:11:43Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=13#p13</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Coming to Irrlicht from B3D - Animation]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=11#p11" />
			<content type="html"><![CDATA[<p>Hello, complete newcomer to Irrlicht here. Is there a good guide anywhere to mesh animation in Irrlicht? I&#039;m more interested in skeletal than MD2 or whatever it&#039;s called. In particular I&#039;d like to know if it&#039;s possible to do smooth tweening into a new animation, like B3D allows.</p>]]></content>
			<author>
				<name><![CDATA[DuncanC]]></name>
				<uri>https://gprogs.com/profile.php?id=7</uri>
			</author>
			<updated>2006-01-05T12:30:59Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=11#p11</id>
		</entry>
</feed>
