POV-Ray : Newsgroups : povray.newusers : Just testing reflection in POVRay but cannot make to work : Re: Just testing reflection in POVRay but cannot make to work Server Time
29 Jul 2024 02:27:32 EDT (-0400)
  Re: Just testing reflection in POVRay but cannot make to work  
From: Dracula Teef
Date: 30 Nov 2006 16:20:00
Message: <web.456f4aad4bc32ad454b5b7910@news.povray.org>
you also have to specify your pyramid as a target of the photons:

object {
    #Pyramid_N (4,10,0,5)
    translate <0 1 0>
    texture {
        pigment { color Blue }
    }
    finish {
    reflection { 0.5 }
    }

    photons
    {
    target
    reflection on
    refraction on
    }
}


Post a reply to this message

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