内置材质

Glass Engine 内置了一些材质可供使用,这些材质参数来自网站 devernay.free.fr,这些材质仅针对传统着色模型,PBR 则不适用。这些内置材质在不同着色模型下的视觉效果见下面两表。我们可轻松的设置材质为某个内置材质,例如下面代码将某个球体的材质设置为翡翠:

sphere.material.set_as(Material.Type.Emerald)

下表所列的所有内置材质的英文名称均可通过加上前缀 Material.Type. 访问到。

内置材质

内置材质名称

Flat              

Gouraud     

Phong          

Phong-Blinn

Oren-Nayar  

Minnaert      

Toon              

Emerald
翡翠

../../_images/Emerald_Flat.png
../../_images/Emerald_Gouraud.png
../../_images/Emerald_Phong.png
../../_images/Emerald_PhongBlinn.png
../../_images/Emerald_OrenNayar.png
../../_images/Emerald_Minnaert.png
../../_images/Emerald_Toon.png

Jade

../../_images/Jade_Flat.png
../../_images/Jade_Gouraud.png
../../_images/Jade_Phong.png
../../_images/Jade_PhongBlinn.png
../../_images/Jade_OrenNayar.png
../../_images/Jade_Minnaert.png
../../_images/Jade_Toon.png

Obsidian
黑曜石

../../_images/Obsidian_Flat.png
../../_images/Obsidian_Gouraud.png
../../_images/Obsidian_Phong.png
../../_images/Obsidian_PhongBlinn.png
../../_images/Obsidian_OrenNayar.png
../../_images/Obsidian_Minnaert.png
../../_images/Obsidian_Toon.png

Pearl
珍珠

../../_images/Pearl_Flat.png
../../_images/Pearl_Gouraud.png
../../_images/Pearl_Phong.png
../../_images/Pearl_PhongBlinn.png
../../_images/Pearl_OrenNayar.png
../../_images/Pearl_Minnaert.png
../../_images/Pearl_Toon.png

Ruby
红宝石

../../_images/Ruby_Flat.png
../../_images/Ruby_Gouraud.png
../../_images/Ruby_Phong.png
../../_images/Ruby_PhongBlinn.png
../../_images/Ruby_OrenNayar.png
../../_images/Ruby_Minnaert.png
../../_images/Ruby_Toon.png

Turquoise
绿松石

../../_images/Turquoise_Flat.png
../../_images/Turquoise_Gouraud.png
../../_images/Turquoise_Phong.png
../../_images/Turquoise_PhongBlinn.png
../../_images/Turquoise_OrenNayar.png
../../_images/Turquoise_Minnaert.png
../../_images/Turquoise_Toon.png

Brass
黄铜

../../_images/Brass_Flat.png
../../_images/Brass_Gouraud.png
../../_images/Brass_Phong.png
../../_images/Brass_PhongBlinn.png
../../_images/Brass_OrenNayar.png
../../_images/Brass_Minnaert.png
../../_images/Brass_Toon.png

Bronze
青铜

../../_images/Bronze_Flat.png
../../_images/Bronze_Gouraud.png
../../_images/Bronze_Phong.png
../../_images/Bronze_PhongBlinn.png
../../_images/Bronze_OrenNayar.png
../../_images/Bronze_Minnaert.png
../../_images/Bronze_Toon.png

Chrome

../../_images/Chrome_Flat.png
../../_images/Chrome_Gouraud.png
../../_images/Chrome_Phong.png
../../_images/Chrome_PhongBlinn.png
../../_images/Chrome_OrenNayar.png
../../_images/Chrome_Minnaert.png
../../_images/Chrome_Toon.png

Copper

../../_images/Copper_Flat.png
../../_images/Copper_Gouraud.png
../../_images/Copper_Phong.png
../../_images/Copper_PhongBlinn.png
../../_images/Copper_OrenNayar.png
../../_images/Copper_Minnaert.png
../../_images/Copper_Toon.png

Gold

../../_images/Gold_Flat.png
../../_images/Gold_Gouraud.png
../../_images/Gold_Phong.png
../../_images/Gold_PhongBlinn.png
../../_images/Gold_OrenNayar.png
../../_images/Gold_Minnaert.png
../../_images/Gold_Toon.png

Silver

../../_images/Silver_Flat.png
../../_images/Silver_Gouraud.png
../../_images/Silver_Phong.png
../../_images/Silver_PhongBlinn.png
../../_images/Silver_OrenNayar.png
../../_images/Silver_Minnaert.png
../../_images/Silver_Toon.png

BlackPlastic
黑色塑料

../../_images/BlackPlastic_Flat.png
../../_images/BlackPlastic_Gouraud.png
../../_images/BlackPlastic_Phong.png
../../_images/BlackPlastic_PhongBlinn.png
../../_images/BlackPlastic_OrenNayar.png
../../_images/BlackPlastic_Minnaert.png
../../_images/BlackPlastic_Toon.png

CyanPlastic
青色塑料

../../_images/CyanPlastic_Flat.png
../../_images/CyanPlastic_Gouraud.png
../../_images/CyanPlastic_Phong.png
../../_images/CyanPlastic_PhongBlinn.png
../../_images/CyanPlastic_OrenNayar.png
../../_images/CyanPlastic_Minnaert.png
../../_images/CyanPlastic_Toon.png

GreenPlastic
绿色塑料

../../_images/GreenPlastic_Flat.png
../../_images/GreenPlastic_Gouraud.png
../../_images/GreenPlastic_Phong.png
../../_images/GreenPlastic_PhongBlinn.png
../../_images/GreenPlastic_OrenNayar.png
../../_images/GreenPlastic_Minnaert.png
../../_images/GreenPlastic_Toon.png

RedPlastic
红色塑料

../../_images/RedPlastic_Flat.png
../../_images/RedPlastic_Gouraud.png
../../_images/RedPlastic_Phong.png
../../_images/RedPlastic_PhongBlinn.png
../../_images/RedPlastic_OrenNayar.png
../../_images/RedPlastic_Minnaert.png
../../_images/RedPlastic_Toon.png

WhitePlastic
白色塑料

../../_images/WhitePlastic_Flat.png
../../_images/WhitePlastic_Gouraud.png
../../_images/WhitePlastic_Phong.png
../../_images/WhitePlastic_PhongBlinn.png
../../_images/WhitePlastic_OrenNayar.png
../../_images/WhitePlastic_Minnaert.png
../../_images/WhitePlastic_Toon.png

YellowPlastic
黄色塑料

../../_images/YellowPlastic_Flat.png
../../_images/YellowPlastic_Gouraud.png
../../_images/YellowPlastic_Phong.png
../../_images/YellowPlastic_PhongBlinn.png
../../_images/YellowPlastic_OrenNayar.png
../../_images/YellowPlastic_Minnaert.png
../../_images/YellowPlastic_Toon.png

BlackRubber
黑色橡胶

../../_images/BlackRubber_Flat.png
../../_images/BlackRubber_Gouraud.png
../../_images/BlackRubber_Phong.png
../../_images/BlackRubber_PhongBlinn.png
../../_images/BlackRubber_OrenNayar.png
../../_images/BlackRubber_Minnaert.png
../../_images/BlackRubber_Toon.png

CyanRubber
青色橡胶

../../_images/CyanRubber_Flat.png
../../_images/CyanRubber_Gouraud.png
../../_images/CyanRubber_Phong.png
../../_images/CyanRubber_PhongBlinn.png
../../_images/CyanRubber_OrenNayar.png
../../_images/CyanRubber_Minnaert.png
../../_images/CyanRubber_Toon.png

GreenRubber
绿色橡胶

../../_images/GreenRubber_Flat.png
../../_images/GreenRubber_Gouraud.png
../../_images/GreenRubber_Phong.png
../../_images/GreenRubber_PhongBlinn.png
../../_images/GreenRubber_OrenNayar.png
../../_images/GreenRubber_Minnaert.png
../../_images/GreenRubber_Toon.png

RedRubber
红色橡胶

../../_images/RedRubber_Flat.png
../../_images/RedRubber_Gouraud.png
../../_images/RedRubber_Phong.png
../../_images/RedRubber_PhongBlinn.png
../../_images/RedRubber_OrenNayar.png
../../_images/RedRubber_Minnaert.png
../../_images/RedRubber_Toon.png

WhiteRubber
白色橡胶

../../_images/WhiteRubber_Flat.png
../../_images/WhiteRubber_Gouraud.png
../../_images/WhiteRubber_Phong.png
../../_images/WhiteRubber_PhongBlinn.png
../../_images/WhiteRubber_OrenNayar.png
../../_images/WhiteRubber_Minnaert.png
../../_images/WhiteRubber_Toon.png

YellowRubber
黄色橡胶

../../_images/YellowRubber_Flat.png
../../_images/YellowRubber_Gouraud.png
../../_images/YellowRubber_Phong.png
../../_images/YellowRubber_PhongBlinn.png
../../_images/YellowRubber_OrenNayar.png
../../_images/YellowRubber_Minnaert.png
../../_images/YellowRubber_Toon.png