Design di Superfici con "texture" in POV-Ray -
|
English
Français Deutsch |
Home - Design di Superfici - Colori e Texture Index Sintassi di texture Testure pronto per l'uso Colori Do-it-yourself Motivi - patterns Liste di motivi Warps uv_mapping Mapping Sovrapposizioni > Vostre testure |
Questo testo dobbiamo archivare con l'estensione ".inc"
in una subdirectory e descritto come "library-path" nel archivio
|
// POV-Ray scene file Version 3.5 "My_Test.pov" // createted by ...... #include "colors.inc" #include "textures.inc" #include "Testure_mie.inc" // start here with the scene descriptions sphere{<0,0,0>,0.5 texture{pigment{color Deep_Yellow} finish {ambient 0.1 diffuse 0.9 phong 1} }// end of "texture" }// end of "sphere" // ...... |