Descriptions et exemples pour le POV-Ray raytracer par Friedrich A. Lohmueller
            Objets Géométriques en POV-Ray
English English English
Italiano  Italiano
Deutsch 

Page d'accueil
- Tutoriel POV-Ray
 
 Objets Géométriques
   table des matières
Objets de Base

Objets avec macro + CSG
  - Spheroid, ellipsoid
  - Disk_X,Disk_Y,Disk_Z
  ->Round_Box
  - Round_Cylinder
  - Round_Cone
  - Supercone
  - Supertorus

Objets dans "shapes3.inc"
D'autres objets comme macros
Objets 3D text
Autre Objets
Objets Non-CSG
height_field + HF macros
Isosurface
                                       
Round_Box macro
Déclarée dans "shapes.inc"
 
Round_Box
Wire_Box macro
Déclarée dans "shapes.inc"
 
Wire_Box
// -----------------------------------
object {
 // Round_Box(A, B, WireRadius, Merge)
 Round_Box(<0,0,0>,<1,0.5,2>, 0.125, 0)
 texture{
   pigment{ color rgb<0.5,0.5,1.0>}
   finish { phong 1}
 } // end of texture
 scale<1,1,1>
 rotate<0,0,0>
 translate<0,0,0>
} //----------------------------------
// ---------------------------------- 
object {
 // Wire_Box(A, B, WireRadius, Merge)
 Wire_Box(<0,0,0>,<1,0.5,2>, 0.05, 0)
 texture{
   pigment{ color rgb<0.75,0.55,1>}
   finish {  phong 1}
 } // end of texture
 scale<1,1,1>
 rotate<0,0,0>
 translate<0,0,0>
} //---------------------------------
top

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