POV-Ray : Newsgroups : povray.binaries.images : The Mystical Lambda (~33kb) : Re: The Mystical Lambda (~33kb) Server Time
2 Aug 2024 22:15:30 EDT (-0400)
  Re: The Mystical Lambda (~33kb)  
From: Dave Blandston
Date: 4 Mar 2007 18:05:00
Message: <web.45eb4fcb20574d848bf1dde90@news.povray.org>
Just a humble suggestion - Have you tried making the lambda symbol rounded,
to match the sphere? For example:

#local Symbol = text {ttf "C:\Windows\Fonts\Arial.ttf" "S" 1, 0}

#local RoundedSymbol = object {
   union {
      intersection {
         object {Symbol translate <-max_extent (Symbol).x / 2, -max_extent
(Symbol).y / 2, -1.001>}
         sphere {0, 1}
         sphere {0, .96 inverse} //Separate symbol from sphere slightly
         texture {T_Chrome_3D}
      } //intersection
      sphere {0, .94 texture {pigment {color White} finish {specular .4
roughness .006}}}
   } //union
} //object

object {RoundedSymbol rotate 30 * y}


Post a reply to this message

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