Mercurial > hg > Papers > 2009 > tkaito-thesis
changeset 20:cf9e916b89e0
wait a ...
author | tkaito@nw0534.st.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 26 Feb 2009 01:24:47 +0900 |
parents | 1fb7ad956c5d |
children | 994c0c8abe3e |
files | presen/pre1.html |
diffstat | 1 files changed, 32 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/presen/pre1.html Thu Feb 26 00:38:04 2009 +0900 +++ b/presen/pre1.html Thu Feb 26 01:24:47 2009 +0900 @@ -34,6 +34,7 @@ p.ex2 { font-size: 1.4em; } p.ex1 { font-size: 1.3em; } p.ex0 { font-size: 1.0em; } +p.ep0 { font-size: 0.5em; } </style> </head> <body> @@ -167,20 +168,45 @@ </div> <div class="slide"> -<h1>Rendering 部分の高速化 (Con't)</h1> +<h1>Scale</h1> +<ul> +<li><p class="ex1">Texture の縮小画像の作成</p></li> <ul> -<li></li> -<li></li> +<li><p class="ex0">描画されるオブジェクトが遠くにある場合、そのままの大きさの Texture は必要ない。</p></li> +<li><p class="ex0">Span の長さから、描画に必要な Texture Scale を選択する。</p></li> +<li><p class="ex0">Texture は縦横ともに 1/2、1/4、1/8 と、2分の1ずつ縮小させる。</p></li> +</ul> +</ul> +<center> +<img src="photo/Scale.jpg" alt="pipeline" width="357" height="186"> +</center> +</div> + +<div class="slide"> +<h1>Scale の効果検証</h1> +<ul> +<li>10個のオブジェクトを用いたサンプル</li> +<center> +<p class="ep0">Polygon 数は 19860</p> +<img src="photo/wakusei.jpg" alt="pipeline" width="428" height="321"> +</center> +</ul> +</div> + +<div class="slide"> +<h1>実行結果(速度検証)</h1> +<ul> +<center> + +</center> <li></li> </ul> </div> <div class="slide"> -<h1>Rendering 部分の高速化 (Con't)</h1> +<h1>今後の課題</h1> <ul> <li></li> -<li></li> -<li></li> </ul> </div>