POV-Ray : Newsgroups : povray.binaries.images : HF behavior (2 images) 127Kb : HF behavior (2 images) 127Kb Server Time
4 Oct 2024 23:16:47 EDT (-0400)
  HF behavior (2 images) 127Kb  
From: GrimDude
Date: 6 Feb 1999 16:40:50
Message: <36bcb6e2.0@news.povray.org>
I traced this up to 1280x1024, with the resulting two images (we'll bypass
the scene data for now). In the wetnes hf file (actually it is a severally
cropped portion of wetnes) you can see the areas that are suspicious. Then
you can see the error in the reflection of Silty. It's hardly noticeable,
but I thought I'd ask if this is a known thing, or is there something
obvious to any of you? :(

I'll search through the faq's now! :) heh

--
GrimDude
vos### [at] arkansasnet

#include "Colors.inc"
#include "Textures.inc"

global_settings { hf_gray_16 assumed_gamma 2.2 max_trace_level 15
number_of_waves 1 }

plane { y,0 texture { pigment { waves color_map {
   [0 rgb 0]
   [1 rgb 1] } }
   normal { waves 1 turbulence .35 phase clock frequency 70 }
   translate <-5,0,-5> } scale <3,.8,3> hollow }

camera { location <0,1,-.001> direction z look_at 0 }
light_source { <0,48,-.001> rgb 1 }


Post a reply to this message


Attachments:
Download 'wetnes00.jpg' (36 KB) Download 'Silty00.jpg' (92 KB)

Preview of image 'wetnes00.jpg'
wetnes00.jpg

Preview of image 'Silty00.jpg'
Silty00.jpg


 

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