<?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 — Returning the device created by ib3d]]></title>
		<link>https://gprogs.com/viewtopic.php?id=288</link>
		<atom:link href="https://gprogs.com/extern.php?action=feed&amp;tid=288&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Returning the device created by ib3d.]]></description>
		<lastBuildDate>Fri, 14 Dec 2007 12:46:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Returning the device created by ib3d]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1182#p1182</link>
			<description><![CDATA[<p>unfortunately there is not a really good way at the moment.&nbsp; i dont have the APIs with me but you would need to use the ISceneNode clone method to get a new ISceneNode.&nbsp; you would need to create a new MESH using new (ie New MESH), and then i think its called SetNode() on mesh passing in the new ISceneNode which will then setup everything it needs in ib3d.</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Fri, 14 Dec 2007 12:46:34 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1182#p1182</guid>
		</item>
		<item>
			<title><![CDATA[Re: Returning the device created by ib3d]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1179#p1179</link>
			<description><![CDATA[<p>One more Q on this, </p><p>b.h=ib3d_copyentity(bullet)</p><p>as there is no copyentity/mesh, how could i make the ib3d type convert into a irrlicht type to be copied using irrlicht core commands and returned as an ib3d type.</p>]]></description>
			<author><![CDATA[null@example.com (danman)]]></author>
			<pubDate>Tue, 11 Dec 2007 21:52:01 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1179#p1179</guid>
		</item>
		<item>
			<title><![CDATA[Re: Returning the device created by ib3d]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1144#p1144</link>
			<description><![CDATA[<p>Thanks, that helps me loads.</p>]]></description>
			<author><![CDATA[null@example.com (danman)]]></author>
			<pubDate>Wed, 21 Nov 2007 17:46:34 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1144#p1144</guid>
		</item>
		<item>
			<title><![CDATA[Re: Returning the device created by ib3d]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1143#p1143</link>
			<description><![CDATA[<div class="codebox"><pre><code>Type MyGameEngine Extends ib3d_engine
    Method OnEvent:Int(event:SEvent)
        DebugLog(&quot;EVENT&quot;)
    EndMethod
EndType</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Wed, 21 Nov 2007 02:22:33 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1143#p1143</guid>
		</item>
		<item>
			<title><![CDATA[Returning the device created by ib3d]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1140#p1140</link>
			<description><![CDATA[<p>Hi gman the more i&#039;m using this the more i&#039;m getting into it!!&nbsp; <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>I am a bit stuck at the moment, basically ive been using the .b3d side of things and was wondering how to do the following:</p><p>1- access&nbsp; the irr device created by the graphics3d command. I need to be able to use the event system from irrlicht core as well as the gui but want to use the ib3d commands for mesh control and key input. Is this possible?<br />I thought i could do it reading type &quot;ib3d_engine.device&quot; but cannot, are these fields private?</p><p>2- When i create a mesh/primitive/camera/light using b3d commands, how can i reference the object when switching to the irrlicht style of programming? At the moment i get messages like cannot convert ib3d_mesh to irrlicht.core.mesh (or something like that)</p>]]></description>
			<author><![CDATA[null@example.com (danman)]]></author>
			<pubDate>Mon, 19 Nov 2007 20:04:18 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1140#p1140</guid>
		</item>
	</channel>
</rss>
