POV-Ray : Newsgroups : povray.text.scene-files : [BUG?] woods.inc - T_Wood12 Server Time
26 Jun 2024 04:34:05 EDT (-0400)
  [BUG?] woods.inc - T_Wood12 (Message 1 to 1 of 1)  
From: Bonsai
Subject: [BUG?] woods.inc - T_Wood12
Date: 25 Sep 2003 06:02:16
Message: <3f72bd28@news.povray.org>
This is the scene file to produce the bug reported in p.b.images with 
the same subject line:

#version 3.5;

#include "colors.inc"
#include "woods.inc"

global_settings {
	assumed_gamma 1.0
	ambient_light 0.0
	}

camera {
   location  <0, 5, 0>
   right     x*image_width/image_height
   look_at   <0, 0, 0>
}

light_source {
   <-2000, 4000, -2000>
   color rgb 1
}

plane {
   <0, 1, 0>, -1

   texture { T_Wood12 }
}

// -- END OF SCENE

So long,

Bonsai

-- 
<--------------------------->
    ___ __ __  _ ___ ___  _
   | _ )  \  \( )  _) _ )( )
   | _ \() |\ \ |\ \/ _ \| |
   |___/__/_)\__)___)/ \_)_)

        www.b0n541.net
<--------------------------->

"Hi. I'm a signature virus. Add me to your signature - help me spread!"


Post a reply to this message

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