POV-Ray : Newsgroups : povray.binaries.images : can any one tell me what's wrong with my iso? : Re: can any one tell me what's wrong with my iso? Server Time
19 Aug 2024 22:09:16 EDT (-0400)
  Re: can any one tell me what's wrong with my iso?  
From: Christoph Hormann
Date: 15 Oct 2000 15:14:30
Message: <39EA0217.A7D7E452@schunter.etc.tu-bs.de>
Oded wrote:
> 
> here is a source of an iso, when rendering i get the result attached to this
> message.
> i do not understand why I get a flat shape,
> probably there are problems calculating the normal
> Or maybe something else...
> If anyone knows what the problem might be...
> Ill be glad to thank him
>     thanks for reading
>         Oded
> 

I'm not sure what shape you wanted ;-), but how about:

        function {
                (-V1*x-V2*y)&
                (-V1*x+V2*y)&
                (V1*x-V2*y)&
                (V1*x+V2*y)&
                (-V1*y-V2*z)&
                (-V1*y+V2*z)&
                (V1*y-V2*z)&
                (V1*y+V2*z)&
                (-V1*z-V2*x)&
                (-V1*z+V2*x)&
                (V1*z-V2*x)&
                (V1*z+V2*x)
        }

leading to the attached shape.

Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
Homepage: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message


Attachments:
Download 'isotest_01.jpg' (3 KB)

Preview of image 'isotest_01.jpg'
isotest_01.jpg


 

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