POV-Ray : Newsgroups : povray.newusers : Invisible objects : Re: Invisible objects Server Time
2 Jul 2024 12:02:08 EDT (-0400)
  Re: Invisible objects  
From: StephenS
Date: 30 Apr 2011 18:05:00
Message: <web.4dbc8672999289653a11b13e0@news.povray.org>
"gregtom6" <gre### [at] freemailhu> wrote:
> Hy all!
>
> My problem is that I created a dialer for my stargate, and that's partly
> invisible.
....
> #declare CSG016 = difference {
>   torus { // Torus016
>     1.78, 0.22  rotate -x*90
>     scale <15.3, 10.8, 9.4>
>     translate  <23.4, 14.0, 75.0>
>   }
>   cylinder { // Cylndr004
>     <0,0,1>, <0,0,0>, 1
>     scale -17.299999
>     translate  <-0.2, 13.3, 78.9>
>   }

CSG is now a torus with a piece missing.
....
> difference { // CSG017
>   object { CSG016 }
>   cylinder { // Cylndr003
>     <0,0,1>, <0,0,0>, 1
....
Your now removing more, maybe this should be a union?

Stephen S


Post a reply to this message

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