POV-Ray : Newsgroups : povray.pov4.discussion.general : Ajuda sobre inverter um objecto Server Time
28 Mar 2024 14:36:50 EDT (-0400)
  Ajuda sobre inverter um objecto (Message 1 to 2 of 2)  
From: Filipe
Subject: Ajuda sobre inverter um objecto
Date: 28 Jan 2010 07:15:01
Message: <web.4b617f6653a7272edc9691410@news.povray.org>






camera {

  right     -0.75*x                // Largura RELATIVA da imagem.
  up        1.00*y                 // Altura RELATIVA da imagem.


}




//FONTES DE LUZ

light_source {

  color rgb 0.8 * < 1.00, 1.00, 1.00 >   // Intensidade e corda luz.
}

light_source {

  color rgb 0.6 * < 1.00, 1.00, 1.00 >   // Intensidade e corda luz.
}


#prism {
    conic_sweep
    linear_spline
    0,.8, 5,
    <2,2>,<-2,2>,<-2,-2>,<2,-2>,<2,2>
    rotate <180,45,0>
    translate <2,1.6,2>
    scale <1.5,4, 1.5>
    pigment { rgb <1,1,0> }

  }


Post a reply to this message

From: nemesis
Subject: Re: Ajuda sobre inverter um objecto
Date: 28 Jan 2010 20:20:00
Message: <web.4b6236ab3dd89900b4823a5d0@news.povray.org>
"Filipe" <cab### [at] sapopt> wrote:





// declara
#declare meuprisma = prism { etc ... }

// usa
object { meuprisma }
object { meuprisma translate x*5 }






object { meuprisma rotate x*180 }





Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.