POV-Ray : Newsgroups : povray.binaries.images : mesh2 generator: strange error! : Re: mesh2 generator: strange error! Server Time
25 Apr 2024 11:03:13 EDT (-0400)
  Re: mesh2 generator: strange error!  
From: Bald Eagle
Date: 14 Jul 2020 19:40:01
Message: <web.5f0e41922c156900fb0b41570@news.povray.org>
=?UTF-8?Q?J=c3=b6rg_=22Yadgar=22_Bleimann?= <yaz### [at] gmxde> wrote:
> Hi(gh)!
>
> On 09.07.20 23:52, Bald Eagle wrote:
>
> > Create a macro that will give the min_extent and max_extent of your tile,
>
> I really have no clue how to do this - and I can't look it up, as is
> seems not to be included in the POV-Ray 3.7 doc!
>
> See you in Khyberspace!
>
> Yadgar



#declare Obj = union {
// Everything
}
 #local Min = min_extent (Obj);
 #local Max = max_extent (Obj);
 #local Center = (Min+Max)/2;


Post a reply to this message

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