<?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=316">
<title>TG BLOG</title>
<link>http://www.tres-graficos.jp/blog/index.php</link>
<dc:date>2007-01-06T17:08:16+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=316" />
</rdf:Seq>
</items>
</channel>
<item>
<title>Glass with Radium Renderer, again</title>
<link>http://www.tres-graficos.jp/blog/article.php?id=316</link>
<dc:date>2007-01-06T17:08:16+0900</dc:date>
<description>どうも法線の書き出しがおかしいみたいで、見直すとすごく初歩的なミスをしてました。forum で親切に指摘してもらって、助かります。
という事で、再レンダリング。



Modeling: Cheetah3D 3.6, Rendering: ...</description>
<content:encoded>
<![CDATA[
<p>どうも法線の書き出しがおかしいみたいで、見直すとすごく初歩的なミスをしてました。<a href="http://trackvids.co.uk/radium//forum/index.php" class="ex-ref">forum</a> で親切に指摘してもらって、助かります。</p>
<p>という事で、再レンダリング。</p>
<p>
<img src="http://www.tres-graficos.jp/blog/resources/rad_20060106_cupB.jpg" width="640" height="480" alt="" />
</p>
<p class="spec">Modeling: Cheetah3D 3.6, Rendering: radium renderer 0.00.09</p>
<hr />
<p>ついでに、forum で紹介されていた、マイクロバンプを試してみた。</p>
<p>
<img src="http://www.tres-graficos.jp/blog/resources/rad_20070106_balls.jpg" width="480" height="300" alt="" />
</p>
<p class="spec">Modeling: Cheetah3D 3.6, Rendering: radium renderer 0.00.09</p>
<div class="code">
<code>
  
// 右のボール
material chm_mat_Material1_1 = {
    reflect <0.750000, 0.750000, 0.750000>
    rough 0.0000001 50/500
}
// 左のボール
material chm_mat_Material2_2 = {
    diffuse <0.803342, 0.803342, 0.803342>
    transmit <0.00100000, 0.00100000, 0.00100000>
    rough 0.0000001 50/500
    ior 1.40
}
</code>
</div>
<p>rough というのがバンプマップの設定の、ショートカットらしいんですが。奇麗にあがるので、書き出しスクリプトにも反映させたいんだけれど、使えるパラメータが Cheetah3D にないんですよね。</p>

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

</rdf:RDF>