<?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 — iB3D doesn't work]]></title>
		<link>https://gprogs.com/viewtopic.php?id=251</link>
		<atom:link href="https://gprogs.com/extern.php?action=feed&amp;tid=251&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in iB3D doesn't work.]]></description>
		<lastBuildDate>Tue, 24 Jul 2007 00:17:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: iB3D doesn't work]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1053#p1053</link>
			<description><![CDATA[<p>B3D uses 1 for default cube size.&nbsp; Thanks!&nbsp; <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ninjarat)]]></author>
			<pubDate>Tue, 24 Jul 2007 00:17:11 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1053#p1053</guid>
		</item>
		<item>
			<title><![CDATA[Re: iB3D doesn't work]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1050#p1050</link>
			<description><![CDATA[<p>greetings <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; your camera is inside of your cube (cube size default is 10).&nbsp; move the cube out to Z = 20 and you will see it <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; i will note that i need to match whatever B3D uses for its default cube size.</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Mon, 23 Jul 2007 12:15:27 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1050#p1050</guid>
		</item>
		<item>
			<title><![CDATA[Re: iB3D doesn't work]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1046#p1046</link>
			<description><![CDATA[<p>hello</p><p>Yeah, here:<br /></p><div class="codebox"><pre><code>Framework Irrlicht.B3D

ib3d_Graphics3D 640,480

cam:CAMERA=ib3d_CreateCamera()

lit:LIGHT=ib3d_CreateLight()
ib3d_RotateEntity lit,45,45,0

cube:PRIMITIVE=ib3d_CreateCube()
ib3d_PositionEntity cube,0,0,5

ib3d_TrackEntity cam,cube

Repeat
    ib3d_TurnEntity cube,.1,.2,.3
    
    ib3d_UpdateWorld
    ib3d_RenderWorld
Until ib3d_KeyDown(KEY_ESCAPE)

ib3d_EndGraphics
End</code></pre></div><p>I swear to GOD I see nothing wrong with this code.&nbsp; And, like I said, it&#039;s not an Irrlicht issue, because Irrlicht is working fine on it&#039;s own.&nbsp; Thanks for helping.</p>]]></description>
			<author><![CDATA[null@example.com (ninjarat)]]></author>
			<pubDate>Sat, 21 Jul 2007 03:22:48 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1046#p1046</guid>
		</item>
		<item>
			<title><![CDATA[Re: iB3D doesn't work]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1045#p1045</link>
			<description><![CDATA[<p>greetings <img src="https://gprogs.com/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; do you have some sample code?</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Sat, 21 Jul 2007 02:52:08 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1045#p1045</guid>
		</item>
		<item>
			<title><![CDATA[iB3D doesn't work]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1044#p1044</link>
			<description><![CDATA[<p>This is odd: iB3D compiled fine, runs without crashing, but doesn&#039;t actually render anything.&nbsp; Regular Irrlicht is working just fine.&nbsp; What do you think the problem is?</p>]]></description>
			<author><![CDATA[null@example.com (ninjarat)]]></author>
			<pubDate>Sat, 21 Jul 2007 02:05:09 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1044#p1044</guid>
		</item>
	</channel>
</rss>
