POV-Ray : Newsgroups : povray.newusers : Animating with CSG : Re: Animating with CSG Server Time
28 Jul 2024 22:30:52 EDT (-0400)
  Re: Animating with CSG  
From: Sherry Shaw
Date: 27 Jul 2007 09:08:37
Message: <46a9ee55@news.povray.org>
LikeNoOther wrote:

>My program is now working, cutting models into slices.
>The only problem I have now is that the images seem to have this
>haze around the sliced object. I need to only see the exact slice in white
>on a black background.
>
>  
>
Could you post a bit of sample code?  And perhaps an image in povray.binaries.images
to demonstrate the problem?

--Sherry Shaw

-- 
#macro T(E,N)sphere{x,.4rotate z*E*60translate y*N pigment{wrinkles scale
.3}finish{ambient 1}}#end#local I=0;#while(I<5)T(I,1)T(1-I,-1)#local I=I+
1;#end camera{location-5*z}plane{z,37 pigment{granite color_map{[.7rgb 0]
[1rgb 1]}}finish{ambient 2}}//                                   TenMoons


Post a reply to this message

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