<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Godot (game engine) - Page 19 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Godot_(game_engine)&amp;p=18">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Godot_%28game_engine%29&amp;p=20">3.Next</a>
</p>

<p>func fibonacci(n: int) -> int:	if n <= 1:		return n	else:		return fibonacci(n - 1) + fibonacci(n - 2)</syntaxhighlight></=></p>

<p><big> Rendering </big></p>
<p>Godot 3.x's <a href="page.php?w=Game_engine">graphics engine</a> uses either <a href="page.php?w=OpenGL_ES">OpenGL ES</a> or <a href="page.php?w=Vulkan_%28API%29">Vulkan</a> is supported in newer versions; <a href="page.php?w=Metal_%28API%29">Metal</a> support also exists on Apple platforms. The engine supports <a href="page.php?w=normal_mapping">normal mapping</a>, <a href="page.php?w=specularity">specularity</a>,</p><p>
<a accesskey="1" href="page.php?w=Godot_(game_engine)&amp;p=18">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Godot_%28game_engine%29&amp;p=20">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
