POV-Ray : Newsgroups : povray.general : Concave spherical mirror : Re: Concave spherical mirror Server Time
4 Aug 2024 20:13:53 EDT (-0400)
  Re: Concave spherical mirror  
From: Tom & Lu Melly
Date: 14 Feb 2003 15:16:58
Message: <3e4d4eba@news.povray.org>
"Claudio" <ccr### [at] bolcombr> wrote in message
news:3e4d48cb@news.povray.org...

> Should I use a modeller? Or maybe the default objects provided by the
system
> are enough?

You can create this quite easily using the pov sdl - using a modeller is
certainly not required for this.

the interior of a sphere is concave, so:

difference{
  sphere{0,1.001}
  sphere{0,1}
  plane{z,0}
  pigment{White}
  finish{diffuse 0 ambient 0 reflection 1}
}


Post a reply to this message

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