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
  - sphere
  - cylinder
  - cone
  - torus
  > box
  - prism
  - plane
  - sor
  - lathe
  - superellipsoid
  - ovus

Forme con macros + CSG
Oggetti in "shapes3.inc"
Altri Oggetti come Macros
Oggetti di Testo 3D
Altre Oggetti
Forme Non-CSG
height_field + HF macros
Isosurfaces
                                   
Sample box
box
= parallelepipedo rettangolo,
cuboide, scatola
Sample box 600x450

box = parallelepipedo rettangolo,
cuboide, scatola

Sintassi generale:
box{ <x1,y1,z1>,<x2,y2,z2>
     texture{ ... ... }
     rotate<0,0,0>
     translate<0,0,0>
   } --------------------- 
Qui <x1,y1,z1> e <x2,y2,z2> sono le coordinate di due angoli diametrali di fronte.
L'esempio qui:
box{ <2,0,1>, <5,2,6>
     texture{ ... ... }
   } // -----------------
top

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