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
  - Spheroid, ellipsoid
  ->Disk_X,Disk_Y,Disk_Z
  - Round_Box
  - Round_Cylinder
  - Round_Cone
  - Supercone
  - Supertorus

Oggetti in "shapes3.inc"
Altri Oggetti come Macros
Oggetti di Testo 3D
Altre Oggetti
Forme Non-CSG
height_field + HF macros
Isosurfaces
                                   
  Disk_X, Disk_Y, Disk_Z - cylindri in misura di una unità in ogni direzione.
  Dichiarato in "shapes.inc"
Disk_X
Disk_Y
Disk_Z
Disk_X
// --------------------------
object{
 Disk_X // no open available!
 scale <1,1,1>
 texture{
  pigment{color rgb<.8,.5,1>}
  normal {bumps .5 scale .025}
  finish {phong 1 }
  } // end of texture
  rotate<0,0,0>
  translate<0,0,0>
} // end of disc ----------- 
Disk_Y
// --------------------------
object{
 Disk_Y
 scale <1,1,1>
 texture{
  pigment{color rgb<.8,.5,1>}
  normal {bumps .5 scale .025}
  finish {phong 1 }
  } // end of texture
  rotate<0,0,0>
  translate<0,0,0>
} // end of disc ----------- 
Disk_Z
// --------------------------
object{
 Disk_Z
 scale <1,1,1>
 texture{
  pigment{color rgb<.8,.5,1>}
  normal {bumps .5 scale .025}
  finish {phong 1 }
  } // end of texture
  rotate<0,0,0>
  translate<0,0,0>
} // end of disc ----------- 
Annotazione:
Tutte queste "Disk" sono dichiarato in misura di una unità in ogni direzione.
Per cambiare le misure si deve usare " scale ".
top

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