0
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
3
|
|
4 <html xmlns="http://www.w3.org/1999/xhtml">
|
|
5
|
|
6 <head>
|
|
7 <title>ゼミ資料 10/07/20</title>
|
|
8 <!-- metadata -->
|
|
9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
10 <meta name="generator" content="S5" />
|
|
11 <meta name="version" content="S5 1.1" />
|
|
12 <meta name="presdate" content="20050728" />
|
|
13 <meta name="author" content="Eric A. Meyer" />
|
|
14 <meta name="company" content="Complex Spiral Consulting" />
|
|
15 <!-- configuration parameters -->
|
|
16 <meta name="defaultView" content="slideshow" />
|
|
17 <meta name="controlVis" content="hidden" />
|
|
18 <!-- style sheet links -->
|
|
19 <link rel="stylesheet" href="ui/default/slides.css" type="text/css" media="projection" id="slideProj" />
|
|
20 <link rel="stylesheet" href="ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
|
|
21 <link rel="stylesheet" href="ui/default/print.css" type="text/css" media="print" id="slidePrint" />
|
|
22 <link rel="stylesheet" href="ui/default/opera.css" type="text/css" media="projection" id="operaFix" />
|
|
23 <!-- S5 JS -->
|
|
24 <script src="ui/default/slides.js" type="text/javascript"></script>
|
|
25 </head>
|
|
26 <body>
|
|
27
|
|
28 <div class="layout">
|
|
29 <div id="controls"><!-- DO NOT EDIT --></div>
|
|
30 <div id="currentSlide"><!-- DO NOT EDIT --></div>
|
|
31 <div id="header"></div>
|
|
32 <div id="footer">
|
|
33 <h1>[date:10/07/20]</h1>
|
|
34 <h2>発表資料</h2>
|
|
35 </div>
|
|
36
|
|
37 </div>
|
|
38
|
|
39
|
|
40
|
|
41 <div class="presentation">
|
|
42
|
|
43
|
|
44 <div class="slide">
|
|
45 <h1>Cerium を用いた<br>
|
|
46 Game Programming における<br>
|
|
47 テスト手法の提案</h1>
|
|
48 <h3>小林 佑亮</h3>
|
|
49 <h4>琉球大学 理工学研究科 情報工学専攻</h4>
|
|
50 <h4>No.098581D</h4>
|
|
51 </div>
|
|
52
|
|
53
|
|
54 <div class="slide">
|
|
55 <h1>研究背景・目的</h1>
|
|
56 <font size="5"><ul>
|
|
57 <li>Cerium を使った Game Program のバグ取りの手助けをしたい</li>
|
|
58 <li>Task 単位での単体テストをする</li>
|
|
59 <li>Input データと Output データを比較する</li>
|
|
60 <li>ゲームならではのテスト(Collisionなど)も実施</li>
|
|
61 <li>Task の依存関係・実行順序も考慮する</li>
|
|
62 <li>最終的に上記を考慮した Test Framework を作る</li>
|
|
63 </ul></font>
|
|
64 </div>
|
|
65
|
|
66 <div class="slide">
|
|
67 <h1>Task List</h1>
|
|
68 <ul>
|
|
69 <li> OpenGL version</li>
|
|
70 <li>Dandy の Test</li>
|
|
71 </ul>
|
|
72 </div>
|
|
73
|
|
74 <div class="slide">
|
|
75 <h1>Dandy の OpenGL version</h1>
|
|
76 <ul>
|
|
77 <li>C で記述</li>
|
|
78 <li>2面ボス以降も動作確認</li>
|
|
79 <li>XMLファイルを使用していない</li>
|
|
80 <li>OpenGLを保持したまま木構造で格納->新しいSceneGraph?</li>
|
|
81 </ul>
|
|
82 </div>
|
|
83
|
|
84 <div class="slide">
|
|
85 <h1>Dandy の Test</h1>
|
|
86 <ul>
|
|
87 <li>参考書読み読み</li>
|
|
88 <li>どうやって研究として落としこむの?</li>
|
|
89 </ul>
|
|
90 </div>
|
|
91
|
|
92 </div>
|
|
93 </body>
|
|
94 </html>
|