POV-Ray : Newsgroups : povray.binaries.images : Space Cargo (WIP) for Logo Planet : Re: Space Cargo (WIP 2) for Logo Planet Server Time
8 May 2024 13:09:18 EDT (-0400)
  Re: Space Cargo (WIP 2) for Logo Planet  
From: Thomas de Groot
Date: 10 Mar 2024 08:22:01
Message: <65eda5e9$1@news.povray.org>
Op 9-3-2024 om 19:42 schreef Jörg "Yadgar" Bleimann:
> Nice greebling! But how did you do the colour bleeding? RGB values above 
> 1? The bird's head-shaped cockpit looks somewhat weird, given the fact 
> that such craft operate well outside any atmosphere. And... a COSMOnaut? 
> Are you sure?
> 
Thanks Yadgar, and comments very to the point indeed:
- the color bleeding is done by emission color:
material {
   texture {
     pigment {rgb <0.50, 1.00, 1.00>}
     finish {
       specular 0 roughness 0.001
       emission rgb <0.50, 1.00, 1.00>*5
       diffuse  1
       reflection {0} conserve_energy
     }
   }
}

- cockpit: Agreed. This is weird and I have no good reason to keep it thus.

- the cosmonaut is their for scale. He will disappear eventually ;-)


-- 
Thomas


Post a reply to this message

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