14. 定義済みテクスチャ


14. 定義済みテクスチャ

POV-Rayでは、ユーザが自由にテクスチャの定義をすることができるが、ここでは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.1 木


texture {pigment { Cherry_Wood} }

texture {pigment { Pine_Wood} }

texture {pigment { Dark_Wood} }

texture {pigment { Tan_Wood} }

texture {pigment { White_Wood} }

texture {pigment { Tom_Wood} }

texture {pigment { DMFWood1} }

texture {pigment { DMFWood2} }

texture {pigment { DMFWood3} }

texture {pigment { DMFWood4} }

texture {pigment { DMFWood5} }

texture {pigment { DMFWood6} }

texture {EMBWood1}

texture { pigment {DMFLightOak} }

texture { pigment {DMFDarkOak} }

texture {Yellow_Pine}

texture {Rosewood}

texture {Sandalwood}

texture {Cork}

texture {T_Wood1}

texture {T_Wood2}

texture {T_Wood3}

texture {T_Wood4}

texture {T_Wood5}

texture {T_Wood6}

texture {T_Wood7}

texture {T_Wood8}

texture {T_Wood9}

texture {T_Wood10}

texture {T_Wood11}

texture {T_Wood12}

texture {T_Wood13}

texture {T_Wood14}

texture {T_Wood15}

texture {T_Wood16}

texture {T_Wood17}

texture {T_Wood18}

texture {T_Wood19}

texture {T_Wood20}

texture {T_Wood21}

texture {T_Wood22}

texture {T_Wood23}

texture {T_Wood24}

texture {T_Wood25}

texture {T_Wood26}

texture {T_Wood27}

texture {T_Wood28}

texture {T_Wood29}

texture {T_Wood30}

texture {T_Wood31}

texture {T_Wood32}

texture {T_Wood33}

texture {T_Wood34}

texture {T_Wood35}