POV-Ray : Newsgroups : povray.unofficial.patches : Bug in interior_texture (Chris Huff's patch) : Bug in interior_texture (Chris Huff's patch) Server Time
2 Sep 2024 16:20:41 EDT (-0400)
  Bug in interior_texture (Chris Huff's patch)  
From: smellenbergh
Date: 7 Dec 1999 14:26:19
Message: <1e2gliy.uq19eg1wknvuoN%smellenbergh@skynet.be>
Rendering the scene below with only interior_texture gives
the following rendering error:
"Warp type 17063 not yet implemented"

Anyone knows what this message means?

I was expecting a warning like "no pigment given" since there is no
texture for the exterior. But why the rendering 'error'?

//scene interior_texture
camera {
    location <0.0, 0, -4>
    angle 50
    look_at <0.0, 0, 0.0>
}

light_source { <3, 1, -100> rgb <1.0, 1.0, 1.0>*1.2 }
        
sphere {
    <0.0, 0.0, 0.0>, 1
//  texture { pigment { rgb <0, 0.5, 0.6,>  }   }
    interior_texture {
        pigment {
            checker 
            rgb <0.966400, 0.940597, 0.193591>,
            rgb <0.975402, 0.204578, 0.885573>
            scale <0.3, 0.3, 0.3>
        }
        finish { ambient 0.35 }
    }
    clipped_by { cylinder { <-1.5, 0.3,-1><1,0.3,-1>,0.5 inverse }}
}



-- 
e-mail:sme### [at] skynetbe

http://users.skynet.be/smellenbergh


Post a reply to this message

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