POV-Ray : Newsgroups : povray.beta-test : More To Test : Re: More To Test Server Time
18 Apr 2024 21:02:23 EDT (-0400)
  Re: More To Test  
From: Jim Holsenback
Date: 25 Nov 2016 11:41:15
Message: <583869ab$1@news.povray.org>
On 11/25/2016 11:20 AM, clipka wrote:
> Am 25.11.2016 um 16:30 schrieb Jim Holsenback:
>> On 11/25/2016 10:21 AM, clipka wrote:
>>> Am 25.11.2016 um 15:29 schrieb Jim Holsenback:
>>>> Error: Bad operands for period operator.
>>>>
>>>> #local Pt1 = Vec + x*(OTO_Get_Offset(Vec).x) +
>>>> y*(OTO_Get_Offset(Vec+x).y);
>>>
>>> Need more input -- what is OTO_Get_Offset(..)?
>>>
>> it's in sam's odd tiles marco ... attached is complete include
>
> It's a bug in OTO_Get_Offset(), which had previously been lying somewhat
> dormant, but has now been exposed.

come again ... are we looking at the same thing?

in the include file i'm seeing:

#macro OTO_Get_Offset(Cell)
   #local CX = Cell.x;
   #local CY = Cell.y;
   (1-Bev*2)*<1,1,0>*(.5-OTO_FOffs(CX,CY,0))
#end


Post a reply to this message

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