1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
4<head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta http-equiv="Content-Style-Type" content="text/css" />
7    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
8</head>
9
10<body>
11<h1>gx - Gr - Silhouette Demo</h1>
12
13<h2>Description</h2>
14
15<div class="section">
16<p>This demo uses the silhouette shader, which is a reserved geometry shader in the GR library, to render silhouettes.</p>
17</div>
18
19<h2>Required Environment</h2>
20
21<div class="section">
22<p>None.</p>
23</div>
24
25<h2>How to Use</h2>
26
27<div class="section">
28<p>Use operations supported by the <a href="./Framework.html">common framework</a>.</p>
29</div>
30
31<h2>Notes</h2>
32
33<div class="section">
34<p>None.</p>
35</div>
36
37<h2>Execution Procedure</h2>
38
39<div class="section">
40<p>The following screens are displayed when you run the demo. Adjust the stereoscopic image with the 3D depth slider.</p>
41
42    <p><img src="Fig/Silhouette.PNG"></p>
43
44<p>The following log is also displayed in debug output.</p>
45    <pre class="code">
46Initialize Memory
47    Main   : 0x08800000 - 0x09C00000
48    Device : 0x14000000 - 0x16000000</pre>
49
50</div>
51
52<h2>Revision History</h2>
53
54<div class="section">
55    <dl class="history">
56        <dt>2011/09/27</dt>
57<dd>Added a link to the common framework.</dd>
58        <dt>2011/03/14</dt>
59<dd>Added a screenshot of the program running.</dd>
60        <dt>2011/02/22</dt>
61<dd>Initial version.</dd>
62    </dl>
63</div>
64
65
66<hr><p>CONFIDENTIAL</p></body>
67</html>