POV-Ray : Newsgroups : povray.newusers : Rotating a POV object vs. rotating a prism. : Re: Rotating a POV object vs. rotating a prism. Server Time
5 Sep 2024 06:13:47 EDT (-0400)
  Re: Rotating a POV object vs. rotating a prism.  
From: Gilles Tran
Date: 19 Sep 2001 04:03:06
Message: <3BA851D2.649D6052@inapg.inra.fr>
"Arie L. Stavchansky" wrote:

> When I rotate a pov ray object like a the box, POVRay will rotate it about
> it's center point.  However, if I make a prism, it rotates the prism around
> the first point created.  How can I make a prism object and if I apply the
> rotate parameter have it rotate around the center of the prism object?
>
> Anybody know a work around for this?  Thanks,

If you're using 3.5, include the transforms.inc file and then use the
Center_Trans macro to center your object (actually its bounding box so it may
not look like you want it to look) around the origin.

#include "transforms.inc"
#declare MyPrism=prism{...}

object {MyPrism
    Center_Trans(MyPrism, x+y+z)
}

G.
--

**********************
http://www.oyonale.com
**********************
Graphic experiments
Pov-ray gallery


Post a reply to this message

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