POV-Ray : Newsgroups : povray.beta-test : Bright rim in clipped CSG of media objects : Bright rim in clipped CSG of media objects Server Time
1 Jun 2024 21:37:23 EDT (-0400)
  Bright rim in clipped CSG of media objects  
From: 43oasis
Date: 4 Jul 2011 18:05:00
Message: <web.4e1238bd842dfa28326f286b0@news.povray.org>
Hi
Can anybody tell me why I get a bright rim when I clip this CSG difference ?
Thanks for your help !

#version 3.7;
#include "colors.inc"
#include "math.inc"

global_settings { max_trace_level 256 assumed_gamma 1.0 }

camera {
    angle 1.25
    location <0, -50, -1000>
    look_at <0,10,0>
}

object { difference { sphere { 0, 15.01  }
                      sphere { 0, 15.0 }
                    }
         clipped_by { cone { 0, 0.0, <0,50,0>, 50*tand(45) } }
         pigment { rgbt 1 }
         hollow
         interior { media { emission 0.3*White } }
      }


Post a reply to this message

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