POV-Ray : Newsgroups : povray.general : Tunnels : Re: Tunnels Server Time
13 Aug 2024 23:19:46 EDT (-0400)
  Re: Tunnels  
From: Nieminen Mika
Date: 20 May 1998 03:55:42
Message: <6ju29u$dvo$1@oz.aussie.org>
Robert DeVet <rde### [at] istarca> wrote:
: I'm making a dirt tunnel for a IRTC image. Most and up looking like
: brownish backgrounds, with a white circel (the sky, visible through the
: tunnel) No matter what I do, the tunnel looks flat, and not 3-d at
: all... Any advice? I've tried lighting it from outside and from inside.

  Do you mean something like this?

camera { location -z*25 look_at 0 angle 40 }
light_source { <0,9,-10> color 1 }

difference
{ cylinder { 0,z*100,10 }
  cylinder { -z,z*101,9.9 }
  pigment { rgb 1 }
  normal { bumps .5 scale 2 }
}

-- 
                                                              - Warp. -


Post a reply to this message

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