<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://www.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://www.tres-graficos.jp/blog/rss/1.0.php?id=202">
<title>TG BLOG</title>
<link>http://www.tres-graficos.jp/blog/index.php</link>
<dc:date>2006-06-03T11:22:20+0900</dc:date>
<description>
TG BLOG - RSS (RDF Site Summary).
</description>
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://www.tres-graficos.jp/blog/article.php?id=202" />
</rdf:Seq>
</items>
</channel>
<item>
<title>Interpolation with Cheetah3D</title>
<link>http://www.tres-graficos.jp/blog/article.php?id=202</link>
<dc:date>2006-06-03T11:22:20+0900</dc:date>
<description>Radiosity タグの Interpolate をテスト
マニュアルによると、この error の値が Interplation (補間）の精度なんだけれど、効果の違いがいまいち良く解らない。解りやすくするために、アニメーションのキーが...</description>
<content:encoded>
<![CDATA[
<p>Radiosity タグの Interpolate をテスト</p>
<p>マニュアルによると、この error の値が Interplation (補間）の精度なんだけれど、効果の違いがいまいち良く解らない。解りやすくするために、アニメーションのキーが打てるのを利用して 1.0 から 0.05 まで変化させた動画を作成してみた。</p>
<dl>
<dt>error: 1.0</dt>
<dd>キャッシュを使用して補間、レンダリング時間小<br />
<img src="http://www.tres-graficos.jp/blog/resources/ch_20060603_ier_1.0.jpg" width="400" height="300" alt="" />
</dd>
<dt>error: 0.05</dt>
<dd>キャッシュによる補間なしに計算、レンダリング時間大<br />
<img src="http://www.tres-graficos.jp/blog/resources/ch_20060603_ier_0.05.jpg" width="400" height="300" alt="" />
</dd>
</dl>
<p>rmin / rmax の値はデフォルトのまま、2.0/ 32.0 で作成</p>
<p>
<a href="http://www.tres-graficos.jp/blog/resources/ch_20060603_ier.mov">Interpolation Movie (92KB h.264)</a>
</p>
<p>まぁこの単純なシーンでも結構な時間かかるので、error: 0.05 以下ってのはあまり現実的ではないなぁ。</p>

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

</rdf:RDF>