POV-Ray : Newsgroups : povray.unofficial.patches : ANNOUNCE: Acceleration of box' normal : Re: ANNOUNCE: Acceleration of box' normal Server Time
2 Sep 2024 08:12:31 EDT (-0400)
  Re: ANNOUNCE: Acceleration of box' normal  
From: Dejan D  M  Milosavljevic
Date: 10 Apr 2000 08:41:18
Message: <38f1cbee@news.povray.org>
One part from file BOXES.H

typedef struct Box_Struct BOX;

struct Box_Struct
{
  OBJECT_FIELDS
  TRANSFORM *Trans;
  VECTOR bounds[2];
  VECTOR N_X_0, N_X_1, N_Y_0, N_Y_1, N_Z_0, N_Z_1; /* [DDMM] */
};

Entire source at: http://members.xoom.com/dmilos/prg/pov/box/boxsrc.zip

And apologize to Warp. Because I sent answer to <war### [at] tagpovrayorg>.
Replay to sender and Replay to Group are to close.

Warp <war### [at] tagpovrayorg> wrote in message news:38f1898a@news.povray.org...
> ../boxes.c: In function `Box_Normal':
> ../boxes.c:634: structure has no member named `N_X_0'
> ../boxes.c:635: structure has no member named `N_X_1'
> ../boxes.c:636: structure has no member named `N_Y_0'
> ../boxes.c:637: structure has no member named `N_Y_1'
> ../boxes.c:638: structure has no member named `N_Z_0'
> ../boxes.c:639: structure has no member named `N_Z_1'
>
>
> --
> main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
> ):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

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