<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Revolution engine 0.3</title>
<description> when using the command addObj() the wii hangs and shows a black screen with green and red dots...

anyone know why?!

i have narrow it down to that it must be the addObj() function that does this....

ex.

OBJECT* LAND = NewObj(TERRAIN, SURFACE, NULL,(Vector){0.0, 0.0, 0.0}, (Vector){0.0, 0.0, 0.0}, VISIBLE);
addObj(LAND);</description><link>http://forum.wiibrew.org/read.php?11,21864,21864#msg-21864</link><lastBuildDate>Thu, 11 Jun 2026 11:59:03 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?11,21864,21983#msg-21983</guid>
<title>Re: Revolution engine 0.3</title><link>http://forum.wiibrew.org/read.php?11,21864,21983#msg-21983</link><description><![CDATA[ Thanks again ;)<br /><br />i had allready done that works fine! :)]]></description>
<dc:creator>daisuke</dc:creator>
<category>Coding</category><pubDate>Wed, 24 Jun 2009 14:19:50 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,21864,21973#msg-21973</guid>
<title>Re: Revolution engine 0.3</title><link>http://forum.wiibrew.org/read.php?11,21864,21973#msg-21973</link><description><![CDATA[ Ok, I&#039;m sorry, this is my fault<br />In 0.3 addObj() is automatically called everytime you create a new object, so you must not call it again or it will create a self refencing object and the render queue will never find an end. This will cause the wii hanging.<br /><br />So just do:<br /><br />OBJECT* LAND = NewObj(TERRAIN, SURFACE, NULL,(Vector){0.0, 0.0, 0.0}, (Vector){0.0, 0.0, 0.0}, VISIBLE);<br /><br />without:<br />addObj(LAND);<br /><br />Hope it helps]]></description>
<dc:creator>technik</dc:creator>
<category>Coding</category><pubDate>Wed, 24 Jun 2009 13:04:08 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,21864,21864#msg-21864</guid>
<title>Revolution engine 0.3</title><link>http://forum.wiibrew.org/read.php?11,21864,21864#msg-21864</link><description><![CDATA[ when using the command addObj() the wii hangs and shows a black screen with green and red dots...<br /><br />anyone know why?!<br /><br />i have narrow it down to that it must be the addObj() function that does this....<br /><br />ex.<br /><br />OBJECT* LAND = NewObj(TERRAIN, SURFACE, NULL,(Vector){0.0, 0.0, 0.0}, (Vector){0.0, 0.0, 0.0}, VISIBLE);<br />addObj(LAND);]]></description>
<dc:creator>daisuke</dc:creator>
<category>Coding</category><pubDate>Wed, 24 Jun 2009 00:55:43 +0200</pubDate></item>
</channel>
</rss>