POV-Ray : Newsgroups : povray.tools.poser : Poseray: #version and and file gamma : Re: Poseray: #version and and file gamma Server Time
20 Apr 2024 03:54:26 EDT (-0400)
  Re: Poseray: #version and and file gamma  
From: Thomas de Groot
Date: 21 Sep 2014 03:37:40
Message: <541e8044$1@news.povray.org>
Thank you Christoph, this is more than satisfying and as a consequence I 
can leave out the gammas in the standard material files I provide for my 
Poser characters.

I would need to test it, but I guess that height_fields based on an 
image_map function may still need the gamma mention to render correctly:

function {
   pigment {
     image_map {
       tga "MyImage.tga" gamma 1.0
       map_type 0
       interpolate 2
     }
   }
}

Omitting this in the past gave different height_field results [from 
2009-2010 onwards].

Thomas


Post a reply to this message

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