<?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=572">
<title>TG BLOG</title>
<link>http://tres-graficos.jp/blog/index.php</link>
<dc:date>2009-10-12T17:14:30+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=572" />
</rdf:Seq>
</items>
</channel>
<item>
<title>Material System 01 - materials list</title>
<link>http://tres-graficos.jp/blog/article.php?id=572</link>
<dc:date>2009-10-12T17:14:30+0900</dc:date>
<description>Cheetah3D 5.0 になって、マテリアルが大幅に変わりました。
カタログ代わりに９種類のシェーダーと、プリセットをリストアップ
追記：コメントを追加
シェーダーがトゥーン以外は、面ライトのソフトシャドウ x 2 + ラジオシティー ...</description>
<content:encoded>
<![CDATA[
<p>Cheetah3D 5.0 になって、マテリアルが大幅に変わりました。</p>
<p>カタログ代わりに９種類のシェーダーと、プリセットをリストアップ<br />
追記：コメントを追加</p>
<p>シェーダーがトゥーン以外は、面ライトのソフトシャドウ x 2 + ラジオシティー + コースティクス でレンダリング。トゥーンシェーダーの場合は、１サンプルの面ライト x 2 + ラジオシティー + コースティクス でレンダリング。</p>
<hr />
<h1>シェーダーノード</h1>
<p>色や反射などマテリアルの基本的な性質を定義するノードです。<br />
１つのマテリアルは１つのシェーダーノードしか持つ事が出来ません。</p>
<h1>基本シェーダー</h1>
<h3>CarPaint カーペイント</h3>
<p>5.0 で新しく追加されたシェーダー、塗装されたマテリアルを表現する場合に。<br />
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_shd_CarPaint.jpg" alt ="Shader - CarPaint" title="Shader - CarPaint" width="480" height="480" />
</p>
<h3>Dielectric 誘電体</h3>
<p>5.0 で新しく追加されたシェーダー、ガラス等の透過マテリアルを作成する場合に。<br />
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_shd_Dielectric.jpg" alt ="Shader - Dielectric" title="Shader - Dielectric" width="480" height="480" />
</p>
<h3>Material マテリアル</h3>
<p>4.0 以前のマテリアルと基本的に同じ。パラメータが整理され、透過ブラー等が追加されました。<br />
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_shd_Material.jpg" alt ="Shader - Material" title="Shader - Material" width="480" height="480" />
</p>
<h3>Membrane 膜</h3>
<p>4.0 の 膜 マテリアルと同じ。<br />
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_shd_Membrane.jpg" alt ="Shader - Membrane" title="Shader - Membrane" width="480" height="480" />
</p>
<h3>Metal メタル</h3>
<p>5.0 で新しく追加されたシェーダー、金属マテリアルを作成する場合に。<br />
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_shd_Metal.jpg" alt ="Shader - Metal" title="Shader - Metal" width="480" height="480" />
</p>
<h3>Shadowmat 影</h3>
<p>5.0 で新しく追加されたシェーダー、シャドウキャッチャー効果のマテリアル、基本的には影を落としたい板ポリに適用して使用。<br />
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_shd_Shadowmat.jpg" alt ="Shader - Shadowmat" title="Shader - Shadowmat" width="480" height="480" />
</p>
<h3>Solid ソリッド</h3>
<p>4.0 のソリッドカラーマテリアルと同じ。ラジオシティーレンダリングの場合、エミッター（発光）効果になります。<br />
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_shd_Solid.jpg" alt ="Shader - Solid" title="Shader - Solid" width="480" height="480" />
</p>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Special_SolidColor_d.jpg" alt ="Shader - Solid emit" title="Shader - Solid emit" width="480" height="480" />
</p>
<h3>Toon トゥーン</h3>
<p>5.0 で新しく追加されたシェーダー、陰影をグラデーション（乗算）で表現するマテリアル。<br />
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_shd_Toon.jpg" alt ="Shader - Toon" title="Shader - Toon" width="480" height="480" />
</p>
<h3>Velvet ベルベット</h3>
<p>4.0 のベルベットマテリアルと同じ。<br />
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_shd_Velvet.jpg" alt ="Shader - Velvet" title="Shader - Velvet" width="480" height="480" />
</p>
<h2>
<!-- more -->
</h2>
<h1>プリセット</h1>
<h2>プリセット - Glass</h2>
<h3>BluredGreenGlass</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Glass_BluredGreenGlass.jpg" alt ="Glass - BluredGreenGlass" title="Glass - BluredGreenGlass" width="480" height="480" />
</p>
<h3>Diamond</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Glass_Diamond.jpg" alt ="Glass - Diamond" title="Glass - Diamond" width="480" height="480" />
</p>
<h3>Glass</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Glass_Glass.jpg" alt ="Glass - Glass" title="Glass - Glass" width="480" height="480" />
</p>
<h3>Water</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Glass_Water.jpg" alt ="Glass - Water" title="Glass - Water" width="480" height="480" />
</p>
<h2>プリセット - Metal</h2>
<h3>Copper</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Metal_Copper.jpg" alt ="Metal - Copper" title="Metal - Copper" width="480" height="480" />
</p>
<h3>Gold</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Metal_Gold.jpg" alt ="Metal - Gold" title="Metal - Gold" width="480" height="480" />
</p>
<h3>GoldNugget</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Metal_GoldNugget.jpg" alt ="Metal - GoldNugget" title="Metal - GoldNugget" width="480" height="480" />
</p>
<h3>HammeredPlate</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Metal_HammeredPlate.jpg" alt ="Metal - HammeredPlate" title="Metal - HammeredPlate" width="480" height="480" />
</p>
<h3>Rust</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Metal_Rust.jpg" alt ="Metal - Rust" title="Metal - Rust" width="480" height="480" />
</p>
<h3>RustedSteel</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Metal_RustedSteel.jpg" alt ="Metal - RustedSteel" title="Metal - RustedSteel" width="480" height="480" />
</p>
<h3>Silver</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Metal_Silver.jpg" alt ="Metal - Silver" title="Metal - Silver" width="480" height="480" />
</p>
<h3>SilverRoughBrushed</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Metal_SilverRoughBrushed.jpg" alt ="Metal - SilverRoughBrushed" title="Metal - SilverRoughBrushed" width="480" height="480" />
</p>
<h3>SilverWeb</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Metal_SilverWeb.jpg" alt ="Metal - SilverWeb" title="Metal - SilverWeb" width="480" height="480" />
</p>
<h3>Steel</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Metal_Steel.jpg" alt ="Metal - Steel" title="Metal - Steel" width="480" height="480" />
</p>
<h2>プリセット - Special</h2>
<h3>Camouflage</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Special_Camouflage.jpg" alt ="Special - Camouflage" title="Special - Camouflage" width="480" height="480" />
</p>
<h3>Cobbles</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Special_Cobbles.jpg" alt ="Special - Cobbles" title="Special - Cobbles" width="480" height="480" />
</p>
<h3>Directional</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Special_Directional.jpg" alt ="Special - Directional" title="Special - Directional" width="480" height="480" />
</p>
<h3>Membrane</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Special_Membrane.jpg" alt ="Special - Membrane" title="Special - Membrane" width="480" height="480" />
</p>
<h3>RoyalBlueCrust</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Special_RoyalBlueCrust.jpg" alt ="Special - RoyalBlueCrust" title="Special - RoyalBlueCrust" width="480" height="480" />
</p>
<h3>Shadowmat</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Special_Shadowmat.jpg" alt ="Special - Shadowmat" title="Special - Shadowmat" width="480" height="480" />
</p>
<h3>SolidColor</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Special_SolidColor.jpg" alt ="Special - SolidColor" title="Special - SolidColor" width="480" height="480" />
</p>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Special_SolidColor_d.jpg" alt ="Special - SolidColor emit" title="Special - SolidColor emit" width="480" height="480" />
</p>
<h3>Spectral</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Special_Spectral.jpg" alt ="Special - Spectral" title="Special - Spectral" width="480" height="480" />
</p>
<h3>Vegetation</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Special_Vegetation.jpg" alt ="Special - Vegetation" title="Special - Vegetation" width="480" height="480" />
</p>
<h3>Velvet</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Special_Velvet.jpg" alt ="Special - Velvet" title="Special - Velvet" width="480" height="480" />
</p>
<h3>Wireframe</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Special_Wireframe.jpg" alt ="Special - Wireframe" title="Special - Wireframe" width="480" height="480" />
</p>
<h2>プリセット - Stone</h2>
<h3>Granite</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Stone_Granite.jpg" alt ="Stone - Granite" title="Stone - Granite" width="480" height="480" />
</p>
<h3>Marble</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Stone_Marble.jpg" alt ="Stone - Marble" title="Stone - Marble" width="480" height="480" />
</p>
<h2>プリセット - Toon</h2>
<h3>Toon</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Toon_Toon.jpg" alt ="Toon - Toon" title="Toon - Toon" width="480" height="480" />
</p>
<h3>Toon2</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Toon_Toon2.jpg" alt ="Toon - Toon2" title="Toon - Toon2" width="480" height="480" />
</p>
<h3>Toon3</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Toon_Toon3.jpg" alt ="Toon - Toon3" title="Toon - Toon3" width="480" height="480" />
</p>
<h2>プリセット - Wood</h2>
<h3>AgedWood</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Wood_AgedWood.jpg" alt ="Wood - AgedWood" title="Wood - AgedWood" width="480" height="480" />
</p>
<h3>Wood</h3>
<p>
<img src="http://tres-graficos.jp/blog/resources/ch_20091012_materials/ch_20091012_Wood_Wood.jpg" alt ="Wood - Wood" title="Wood - Wood" width="480" height="480" />
</p>

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

</rdf:RDF>