POV-Ray : Newsgroups : povray.programming : bounding boxes problem and solution : Re: bounding boxes problem and solution Server Time
3 Jul 2024 05:41:46 EDT (-0400)
  Re: bounding boxes problem and solution  
From: ABX
Date: 1 Dec 2003 08:08:39
Message: <dvemsvosrq540v1i0fhtkuqk5m1qdfjtkv@4ax.com>
On Sun, 30 Nov 2003 18:07:36 EST, "Andrew Clinton" <ajc### [at] uwaterlooca>
wrote:
> rotate z*45
> rotate z*-45

I would suggest to change Parse_Object_Mods in parse.cpp to cause above lines
to be executed as in 

transform{
  rotate z*45
  rotate z*-45
}

(Storing transformations in Local_Matrix and applying then on exit from
Parse_Object_Mods or if some object modifier needs bounding box to be
specified)

ABX


Post a reply to this message

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