<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://tres-graficos.jp/blog/rss/style.css" type="text/css"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:content="http://purl.org/rss/1.0/modules/content/"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xml:lang="en">
<channel rdf:about="http://tres-graficos.jp/blog/rss/1.0.php?id=203">
<title>TG BLOG</title>
<link>http://tres-graficos.jp/blog/index.php</link>
<dc:date>2006-06-03T14:13:00+0900</dc:date>
<description>
TG BLOG - RSS (RDF Site Summary).
</description>
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://tres-graficos.jp/blog/article.php?id=203" />
</rdf:Seq>
</items>
</channel>
<item>
<title>Interpolation again with Cheetah3D</title>
<link>http://tres-graficos.jp/blog/article.php?id=203</link>
<dc:date>2006-06-03T14:13:00+0900</dc:date>
<description>Interpolation ( error / rmin / rmax ) を再度テスト。
以前 フォーラム に投稿されてた 3DS 形式のファイルを使用して、テストしてみた。
光源は HDRI のみで、かなり色むらが出やすいシーン。


...</description>
<content:encoded>
<![CDATA[
<p>Interpolation ( error / rmin / rmax ) を再度テスト。</p>
<p>以前 <a href="http://cheetah3d.de/forum/showthread.php?t=616" class="ex-ref">フォーラム</a> に投稿されてた 3DS 形式のファイルを使用して、テストしてみた。<br />
光源は HDRI のみで、かなり色むらが出やすいシーン。</p>
<!-- more -->
<hr />
<p>とりあえず、samples:400 error:0.05 (補間無し）で、</p>
<p>Radiosity: 1.0 diffuse scatterings: 4 specular scatteirngs: 2</p>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20060603_tsa_s4_e0.05.jpg" width="400" height="150" alt="" />
</p>
<p>時間かかる割に、samples がたりないみたいで壁の部分がムラに。とりあえず補間を効かせてみた、</p>
<p>error:0.15 rmin / rmax:2.0 / 32.0</p>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20060603_tsa_s4_e0.15_2-32.jpg" width="400" height="150" alt="" />
</p>
<p>補間の効果で、壁のムラは改善しましたが、右の影の境界部分がムラに、、、rmax を小さくしてみた</p>
<p>error:0.15 rmin / rmax: 2.0 / 8.0</p>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20060603_tsa_s4_e0.15_2-8.jpg" width="400" height="150" alt="" />
</p>
<p>補間無しより時間は早いんだけれど、全体に駄目、やっぱり samples が足りないみたい。samples をあげてみる、</p>
<p>samples:1600</p>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20060603_tsa_s16_e0.15_2-8.jpg" width="400" height="150" alt="" />
</p>
<p>まだちょっとムラが、そこで補間をちょっと強めてみた、</p>
<p>error: 0.25</p>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20060603_tsa_s16_e0.25_2-8.jpg" width="400" height="150" alt="" />
</p>
<p>ムラは若干ましに、レンダリング時間も約半分。ただ右下にノイズが、、<br />
まぁ、こういうシーンは苦手ということでしょうか。</p>
<p>次期バージョン 3.3 で、このへんの色むらは改善されるみたいです。</p>

]]>
</content:encoded>
</item>

</rdf:RDF>