Descriptions and Examples for the POV-Ray Raytracer by Friedrich A. Lohmüller
    Geometric Shapes in POV-Ray
Italiano Italiano
Français français
Deutsch Deutsch

Home
- POV-Ray Tutorial
 
Geometric Shapes
   Index
Basic Shapes
Shapes by macro + CSG
Shapes in "shapes3.inc"
Other Shapes by macros

3D text shapes
  ->text
  - Bevelled_Text
  - Circle_Text
  - Circle_Text_Valigned
  - Unicode text
  - Unicode for Asia

other Shapes
Non CSG Shapes
height_field + HF macros
Isosurfaces
                                   
text{ ... }
(built-in object type)

Sample "text{ ... }":

text{
   ttf "arial.ttf",
   "text object",1000, 0
   texture{
     pigment{color rgb<1,0.65,0>}
     finish{ambient 0.15
            diffuse 0.85}
          }
   translate<0,0,0.5> }

Sample text object 640x480
Scene file for POV-Ray:
text1.txt or text1.pov

top

© Friedrich A. Lohmüller, 2007
www.f-lohmueller.de