Descrizioni ed esempi per il raytracer POV-Ray di Friedrich A. Lohmüller
    Oggetti Geometrici in POV-Ray
English English English
Français français
Deutsch Deutsch

Home
- POV-Ray Tutorial
 
Oggetti Geometrici
 Indice
 
Oggetti di Base
Forme con macros + CSG
Oggetti in "shapes3.inc"
Altri Oggetti come Macros

Oggetti di Testo 3D
  ->text
  - Bevelled_Text
  - Circle_Text
  - Circle_Text_Valigned
  - Unicode text
  - Unicode Asia

Altre Oggetti
Forme Non-CSG
height_field + HF macros
Isosurfaces
                                   
text{ ... }
(built-in shape)

Esempio per "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
Descrizione della scena per POV-Ray:
text1.txt o text1.pov
top

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