<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[GMan's Mods & Stuff — iB3D doesn't work]]></title>
	<link rel="self" href="https://gprogs.com/extern.php?action=feed&amp;tid=251&amp;type=atom" />
	<updated>2007-07-24T00:17:11Z</updated>
	<generator>PunBB</generator>
	<id>https://gprogs.com/viewtopic.php?id=251</id>
		<entry>
			<title type="html"><![CDATA[Re: iB3D doesn't work]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1053#p1053" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ninjarat]]></name>
				<uri>https://gprogs.com/profile.php?id=207</uri>
			</author>
			<updated>2007-07-24T00:17:11Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1053#p1053</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iB3D doesn't work]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1050#p1050" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gman]]></name>
				<uri>https://gprogs.com/profile.php?id=2</uri>
			</author>
			<updated>2007-07-23T12:15:27Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1050#p1050</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iB3D doesn't work]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1046#p1046" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ninjarat]]></name>
				<uri>https://gprogs.com/profile.php?id=207</uri>
			</author>
			<updated>2007-07-21T03:22:48Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1046#p1046</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iB3D doesn't work]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1045#p1045" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gman]]></name>
				<uri>https://gprogs.com/profile.php?id=2</uri>
			</author>
			<updated>2007-07-21T02:52:08Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1045#p1045</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[iB3D doesn't work]]></title>
			<link rel="alternate" href="https://gprogs.com/viewtopic.php?pid=1044#p1044" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ninjarat]]></name>
				<uri>https://gprogs.com/profile.php?id=207</uri>
			</author>
			<updated>2007-07-21T02:05:09Z</updated>
			<id>https://gprogs.com/viewtopic.php?pid=1044#p1044</id>
		</entry>
</feed>
