POV-Ray : Newsgroups : povray.general : Samuel Benge's Isosurface tutorial back online. : Re: Samuel Benge's Isosurface tutorial back online. Server Time
6 Aug 2024 04:23:47 EDT (-0400)
  Re: Samuel Benge's Isosurface tutorial back online.  
From: Lieut Data
Date: 21 May 2002 13:07:58
Message: <3cea7eee$1@news.povray.org>
New to isosurfaces here, great tutorial... one question, (in Povray 3.5),
why does this source code render the side of the iso with a weird effect?
(It seems dependant on the position of the camera... )

#include "textures.inc"
#include "colors.inc"

camera {location <2, 2, -5> look_at <0, 0, 0>}

light_source {<-5, 3, -6> 1}
light_source {<5, 3, -6> 1}

isosurface{
 function{ x+y-z }
 threshold 1
 contained_by{ box{ <-1,-1,-1>,<1,1,1> } }

 texture {pigment {rgb<1, .5, .3>}}
}


Post a reply to this message

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