POV-Ray : Newsgroups : povray.newusers : Macro for a pentagram : Macro for a pentagram Server Time
30 Jun 2024 03:28:32 EDT (-0400)
  Macro for a pentagram  
From: RayZ
Date: 29 Jun 2011 22:35:01
Message: <web.4e0be0526edbbc44416ed4460@news.povray.org>
Hi. I am making a macro for a pentagram, or a 5-pointed star. I have tried to do
that by using an intersection of 5 triangles, but then I learned intersection
doesn't work. So is there another way to make one?

#macro pentagram(A,B,C,D,E)

object{pentagon(A,B,C,D,E)}
clipped_by{
//so what to clip
}

#end


Post a reply to this message

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