POV-Ray : Newsgroups : povray.newusers : Strange behaviour with material {} : Strange behaviour with material {} Server Time
5 Sep 2024 12:14:55 EDT (-0400)
  Strange behaviour with material {}  
From: Christoph Hormann
Date: 16 Oct 2000 09:25:35
Message: <39EB01D0.5AC12850@schunter.etc.tu-bs.de>
Maybe this is already a well known problem, but i'm just wondering:

union { 
  sphere { <1, 1, 1>, 0.5 material { XX } } 
  sphere { <1, 1, 0>, 0.5 material { XX } } 
  sphere { <0, 1, 1>, 0.5 material { XX } }  
  sphere { <0, 0, 0>, 0.5 material { XX } } 
}

makes povray put out:

'no pigment type given.'

when leaving away union {} or using only textures it does not create this
message. Same problem occurs with merge{}/intersection{}/difference{}.  

This does not hurt much since it renders as expected, but it's really strange.  

Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
Homepage: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

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