merci pour l’encouragement.

non c’est une image en 3D réalisée avec POV,
si tu veux le script il n’y a pas de problème
je fait ça avant de faire le projet sur du métal ou du Lexan (polycarbonate)à l’aérographe.
[quote] #include “colors.inc”
#include “textures.inc”
#include “CHARS.INC”
#include “SHAPES.INC”
//#include “GLASS.INC”
#include “STONES.INC”
camera
{location<0,15,-16>
look_at<-10,0,0>
angle 58
}
light_source{<450,60,-50>color red 0.6 green 0.6 blue 0.6}
light_source{<-9,2,-25> color red 0.6 green 0.6 blue 0.6}
light_source{<20,30,25>color red 0.6 green 0.6 blue 0.6}
light_source{<20,30,0>color red 0.6 green 0.6 blue 0.6}
light_source
{
0* x
color rgb <1,0.1,0.1>
spotlight
translate <40, 80, -40>
point_at <0, 0, 0>
radius 5
tightness 50
falloff 8
}
light_source
{
0*x
color rgb<0.2,0.2,1>
area_light
<8, 0, 0> <0, 0, 8>
4, 4
adaptive 0
jitter
translate <-221, 80, 40> }
//--------------------------------------
text{ttf “timrom.ttf” "01010000"0.10,0
pigment {color rgbt <0.8,0.7,0.1,0.1>}translate <-12,7,2> }// rotate<85,-5,-30>
text{ttf “timrom.ttf” "01000001"0.10,0
pigment {color rgbt <0.8,0.7,0.1,0.1>}translate <-12,5.5,2>}//rotate <85,-5,-30>}
text{ttf “timrom.ttf” "01001110"0.10,0
pigment {color rgbt <0.8,0.7,0.1,0.1>}translate <-12,4,2>}//rotate <85,-5,-30>}
text{ttf “timrom.ttf” "01001111"0.10,0
pigment {color rgbt <0.8,0.7,0.1,0.1>}translate <-12,2.5,2>}//rotate <85,-5,-30>}
text{ttf “timrom.ttf” "01000100"0.10,0
pigment {color rgbt <0.8,0.7,0.1,0.1>}translate <-12,1,2>}//rotate <85,-5,-30>}
text{ttf “timrom.ttf” "01010010"0.10,0
pigment {color rgbt <0.8,0.7,0.1,0.1>}translate <-12,-0.5,2>}//rotate <85,-5,-30>}
text{ttf “timrom.ttf” "01000001"0.10,0
pigment {color rgbt <0.8,0.7,0.1,0.1>}translate <-12,-2,2>}
//---------------------------------------------------------------
box{<-20,0,8>,<-19,-1,9> pigment{color rgbt <1,1,1,0.1>}
}
box{<-19,0,8>,<-18,-1,9> pigment{color rgbt <0.9,0.9,1,0.1>}
// finish{reflection 0.8 diffuse 0.7}
}
box{<-18,0,8>,<-17,-1,9> pigment{color rgbt <0.8,0.8,1,0.1>}
finish {reflection 0.8 diffuse 0.7}
}
box{<-17,0,8>,<-16,-1,9> pigment{color rgbt <0.7,0.7,1,0.1>}
// finish{reflection 0.8 diffuse 0.7}
}
box{<-16,0,8>,<-15,-1,9> pigment{color rgbt <0.6,0.6,1,0.1>}
//finish {reflection 0.8 diffuse 0.7}
}
box{<-15,0,8>,<-14,-1,9> pigment{color rgbt <0.5,0.5,1,0.1>}
// finish{reflection 0.8 diffuse 0.7}
}
box{<-14,0,8>,<-13,-1,9> pigment{color rgbt <0.4,0.4,1,0.1>}
//--------------------- [/quote]
c’est juste un morceau du script pour te montrer