POV-Ray : Newsgroups : povray.general : Reading a colour on an object : Reading a colour on an object Server Time
8 Jul 2024 12:57:05 EDT (-0400)
  Reading a colour on an object  
From: Thomas de Groot
Date: 11 Nov 2014 10:36:25
Message: <54622cf9$1@news.povray.org>
I am suddenly not sure. Is it possible to read a colour at a defined 
point - using trace() - on the surface of an object, by using 
eval_pigment() at that point? I know how to do it with an image_map as 
intermediary but can it be done directly?

For instance, if object{A} has a texture{B} and trace() finds a position 
P=<x,y,z> on the surface of A, would the colour at P then be 
D=eval_pigment(A,P) ? That obviously does not work as A is not a 
pigment. However, I would like to do something like that but do not know 
how.

Thomas


Post a reply to this message

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