POV-Ray : Newsgroups : povray.general : Texture: Canvas (slightly Transluscent) : Re: Texture: Canvas (slightly Transluscent) Server Time
31 Jul 2024 00:26:00 EDT (-0400)
  Re: Texture: Canvas (slightly Transluscent)  
From: Sven Littkowski
Date: 19 Feb 2008 18:02:00
Message: <47bb5fe8$1@news.povray.org>
Correction: here it is again. Just the upper box needs to be modified.

box   // Canvas
{
  < -10.0, -1.0, 0.0 > < 10.0, 1.0, 0.005 >
  ...
}

box   // Wooden Frame
{
  < -10.0, -0.025, 0.005 > < 10.0, 0.025, 0.055 >
 pigment {  Brown }
}


Post a reply to this message

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