POV-Ray : Newsgroups : povray.animations : animation of two object : animation of two object Server Time
18 Jun 2024 08:17:35 EDT (-0400)
  animation of two object  
From: scorpmetal
Date: 15 Mar 2005 09:25:00
Message: <web.4236ef8b42bd04a9fe7107b80@news.povray.org>
I want to make a mouvement of 2 objects different. And the camera look at
the center point in this mouvement. In this case, my 2 object is the cone
and the difference(cylinder and quadric). How I can make this? I hope you
understand my question!!! Thanks a lots

camera{
        location  < 0 , -2 , 0.0 >
        look_at   < 0 , 1.0 , 0.0 >
       }
difference{
        cylinder{
                 < 0, -0.4, 0 > , < 0, 2.5, 0 >, 4
                }
        quadric{
                < -1 , 1 , -1 >         //  A x^2  + B y^2  +  Cz^2
                < 0 , 0 , 0 >           //  D xy   + E xz   + F yz   +
                < 0 , 2.83 , 0 >        //  G x    + H y    + I z    +
                1                       //  J
                }
        texture {Mirror}
        translate <2,0,0>}
cone{
    <0,-1.5,0>,0,<0,-0.4,0>,0.2
    pigment {Black}
    translate <2,0 ,0>
    }


Post a reply to this message

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