<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>TG BLOG</title>
<link>http://www.tres-graficos.jp/blog/index.php</link>
<pubDate>Sat, 06 Jan 2007 17:08:16 </pubDate>
<description>
TG BLOG - RSS 2.0 (Really Simple Syndication).
</description>
<item>
<title>Glass with Radium Renderer, again</title>
<link>http://www.tres-graficos.jp/blog/article.php?id=316</link>
<pubDate>Sat, 06 Jan 2007 17:08:16 +0900</pubDate>
<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>
</channel>
</rss>