POV-Rayで用意されているテクスチャを使用するために必要なinclude文


    #include "colors.inc"

    #include "shapes.inc"

    #include "textures.inc"

    #include "Woods.inc"

    #include "stones.inc"

    #include "glass.inc"

    #include "metals.inc"


14. 3 金属
POV-Rayでに付属している金属の例を次の6つに分けて示す。
   <いろいろな金属>
   <金>(Gold)
   <銀>(Silver)
   <銅>(Copper)
   <真鍮>(Brass)
   <クロム>(Chrome)


<いろいろな金属>

texture {finish {Metal} pigment{White} }

texture {Chrome_Texture}

texture {Brass_Texture}

texture {Gold_Texture}

texture {Silver_Texture}

texture {Copper_Texture}

texture {Bronze_Texture}

texture {Polished_Chrome}

texture {Gold_Nugget}

texture {Bright_Bronze}

texture {Polished_Brass}

texture {New_Brass}

texture {Tinny_Brass}

texture {Brass_Valley}

texture {Spun_Brass}

texture {Silver1}

texture {Silver2}

texture {Silver3}

texture {Soft_Silver}

texture {New_Penny}

texture {Aluminum}

texture {Brushed_Aluminum}

texture {Rusty_Iron}

texture {Rust}


<金>(Gold)

texture {T_Gold_1A}

texture {T_Gold_1B}

texture {T_Gold_1C}

texture {T_Gold_1D}

texture {T_Gold_1E}

texture {T_Gold_2A}

texture {T_Gold_2B}

texture {T_Gold_2C}

texture {T_Gold_2D}

texture {T_Gold_2E}

texture {T_Gold_3A}

texture {T_Gold_3B}

texture {T_Gold_3C}

texture {T_Gold_3D}

texture {T_Gold_3E}

texture {T_Gold_4A}

texture {T_Gold_4B}

texture {T_Gold_4C}

texture {T_Gold_4D}

texture {T_Gold_4E}

texture {T_Gold_5A}

texture {T_Gold_5B}

texture {T_Gold_5C}

texture {T_Gold_5D}

texture {T_Gold_5E}


<銀>(silver)

texture {T_Silver_1A}

texture {T_Silver_1B}

texture {T_Silver_1C}

texture {T_Silver_1D}

texture {T_Silver_1E}

texture {T_Silver_2A}

texture {T_Silver_2B}

texture {T_Silver_2C}

texture {T_Silver_2D}

texture {T_Silver_2E}

texture {T_Silver_3A}

texture {T_Silver_3B}

texture {T_Silver_3C}

texture {T_Silver_3D}

texture {T_Silver_3E}

texture {T_Silver_4A}

texture {T_Silver_4B}

texture {T_Silver_4C}

texture {T_Silver_4D}

texture {T_Silver_4E}

texture {T_Silver_5A}

texture {T_Silver_5B}

texture {T_Silver_5C}

texture {T_Silver_5D}

texture {T_Silver_5E}


<銅>(Copper)

texture {T_Copper_1A}

texture {T_Copper_1B}

texture {T_Copper_1C}

texture {T_Copper_1D}

texture {T_Copper_1E}

texture {T_Copper_2A}

texture {T_Copper_2B}

texture {T_Copper_2C}

texture {T_Copper_2D}

texture {T_Copper_2E}

texture {T_Copper_3A}

texture {T_Copper_3B}

texture {T_Copper_3C}

texture {T_Copper_3D}

texture {T_Copper_3E}

texture {T_Copper_4A}

texture {T_Copper_4B}

texture {T_Copper_4C}

texture {T_Copper_4D}

texture {T_Copper_4E}

texture {T_Copper_5A}

texture {T_Copper_5B}

texture {T_Copper_5C}

texture {T_Copper_5D}

texture {T_Copper_5E}


<真鍮>(Brass)

texture {T_Brass_1A}

texture {T_Brass_1B}

texture {T_Brass_1C}

texture {T_Brass_1D}

texture {T_Brass_1E}

texture {T_Brass_2A}

texture {T_Brass_2B}

texture {T_Brass_2C}

texture {T_Brass_2D}

texture {T_Brass_2E}

texture {T_Brass_3A}

texture {T_Brass_3B}

texture {T_Brass_3C}

texture {T_Brass_3D}

texture {T_Brass_3E}

texture {T_Brass_4A}

texture {T_Brass_4B}

texture {T_Brass_4C}

texture {T_Brass_4D}

texture {T_Brass_4E}

texture {T_Brass_5A}

texture {T_Brass_5B}

texture {T_Brass_5C}

texture {T_Brass_5D}

texture {T_Brass_5E}


<クロム>(Chrome)

texture {T_Chrome_1A}

texture {T_Chrome_1B}

texture {T_Chrome_1C}

texture {T_Chrome_1D}

texture {T_Chrome_1E}

texture {T_Chrome_2A}

texture {T_Chrome_2B}

texture {T_Chrome_2C}

texture {T_Chrome_2D}

texture {T_Chrome_2E}

texture {T_Chrome_3A}

texture {T_Chrome_3B}

texture {T_Chrome_3C}

texture {T_Chrome_3D}

texture {T_Chrome_3E}

texture {T_Chrome_4A}

texture {T_Chrome_4B}

texture {T_Chrome_4C}

texture {T_Chrome_4D}

texture {T_Chrome_4E}

texture {T_Chrome_5A}

texture {T_Chrome_5B}

texture {T_Chrome_5C}

texture {T_Chrome_5D}

texture {T_Chrome_5E}