Browse Source

Update index.html

Sean Taylor 11 years ago
parent
commit
602ee5072d
1 changed files with 5 additions and 5 deletions
  1. 5 5
      api/index.html

+ 5 - 5
api/index.html

@@ -61,7 +61,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 </div>
 <div class="header">
   <div class="headertitle">
-<div class="title">gameplay - 3D Game Framework </div>  </div>
+<div class="title">gameplay3d - Game Framework</div>  </div>
 </div><!--header-->
 <div class="contents">
 <div class="textblock"><h2><a class="anchor" id="intro"></a>
@@ -69,7 +69,7 @@ Introduction</h2>
 <p>The gameplay framework is a cross-platform, C++, 3D game framework that includes a runtime library, tools, and learning content that allows developers to write games for mobile and desktop platforms without worrying about platform details.</p>
 <h2><a class="anchor" id="License"></a>
 License</h2>
-<p>The project is open sourced under the Apache 2.0 license.</p>
+<p>The project is open-source under Apache 2.0 license.</p>
 <h2><a class="anchor" id="Project"></a>
 Features</h2>
 <p>The gameplay C++ runtime library offers a simple, well-defined, 3D game framework that's designed to get the most out of today's mobile and desktop platforms. Its purpose is to help you create stunning, world-class, games that harness the power and performance of the platform without being concerned about the platform details. This is accomplished through a set of C++ classes that are built on top of the OS, providing access to the hardware, graphics, and audio libraries (including OpenGL ES 2.0, and OpenAL 1.1). These classes allow you to:</p>
@@ -81,14 +81,14 @@ Features</h2>
 </ul>
 <p><b>Create game components with ease</b> </p>
 <ul>
-<li>Add visuals with scene, node, camera, lights, mesh, texture, sprite, materials, animation, and physics classes. </li>
-<li>Control and position the game using the viewport, camera, and audio listener. </li>
+<li>Add visuals with scene, node, camera, lights, model, mesh, texture, sprite, materials, animation, and physics classes. </li>
+<li>Control and position the game using the viewport, camera, and audio. </li>
 <li>Manage fundamental elements such as fonts, colors, and curves. </li>
 <li>Update game data with built-in math classes for vectors, matrices, rays, planes, bounding volumes and their associated operations.</li>
 </ul>
 <p><b>Improve your game and learn</b> </p>
 <ul>
-<li>Supports TrueType fonts and the Khronos COLLADA and Autodesk FBX interchange scene formats to import and binary encode your 3D game assets. </li>
+<li>Supports TrueType fonts and Autodesk FBX interchange scene formats to import and binary encode your 3D game assets. </li>
 <li>Built-in materials and shaders to enhance your game's rendering. </li>
 <li>Both mobile and desktop platforms are supported for ease of portability and tooling options. </li>
 <li>Documentation, tutorials, and code samples are provided. </li>