POV-Ray : Newsgroups : povray.general : Rounded prism? : Re: Rounded prism? Server Time
30 Jul 2024 18:23:12 EDT (-0400)
  Re: Rounded prism?  
From: Rune
Date: 31 Jul 2008 19:38:30
Message: <48924cf6$1@news.povray.org>
By the way, the automatic closing of the prism works fine if you replace 
this line:

#if (pointarray[dim-1].u != pointarray[0].u & pointarray[dim-1].v != 
pointarray[0].v)

with this:

#if ((pointarray[dim-1].u != pointarray[0].u) | (pointarray[dim-1].v != 
pointarray[0].v))

Rune
-- 
http://runevision.com


Post a reply to this message

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