Circle_Text macro
(necessaire: #include "shapes.inc" !!!)
Sample "Circle_Text( ... )":
Circle_Text( Font, Text, Size, Spacing,
Thickness, Radius, Inverted, Justification, Angle )
object{
Circle_Text(
"arial.ttf", // Font
"POV-Ray",// Text
0.75 , // Size
0.025, // Spacing
15.00, // Thickness
1.25, // Radius
1, // Inverted
Align_Left,// od. Align_Right, Align_Center
175) // Angle
texture{ Polished_Chrome
normal { bumps 0.5 scale 0.005}
finish{ambient 0.1 diffuse 0.75
specular 1 reflection 0.25}
} // end of texture
rotate<0,20,0>
translate<0.3,2.3,-1>
}// end of Circle_Text object |
|
|