POV-Ray : Newsgroups : povray.binaries.images : Wood texture (108k) and possible "screen.inc" bug. : Wood texture (108k) and possible "screen.inc" bug. Server Time
11 Aug 2024 23:15:38 EDT (-0400)
  Wood texture (108k) and possible "screen.inc" bug.  
From: Nico
Date: 12 Dec 2003 08:13:46
Message: <3fd9bf0a@news.povray.org>
Hi,

I did some experiments on procedural wood texture and here is the 
resulting image (I used glass from Jaime Vives Piqueres website).

I got problem ("coincident surface like" bug) when I tried to 
incorporate some information onto the image using "screen.inc" and 
particularly the Screen_Plane macro. Here is the original macro:

#macro Screen_Plane (Texture, Scaling, BLCorner, TRCorner)
    box {
       <-0.000001,-0.000001,0>, <+1.000001,+1.000001,0>
    ...

This is basically a box with no thickness. Is that intended or is my 
file somehow out of date ?

Anyway, I had to slightly modify it to get clean color bands:

#macro Screen_Plane (Texture, Scaling, BLCorner, TRCorner)
    box {
       <-0.000001,-0.000001,0>, <+1.000001,+1.000001,0.000001>
    ...


I can post image sources if anyone interested.


Nico


Post a reply to this message


Attachments:
Download 'glass.jpg' (106 KB)

Preview of image 'glass.jpg'
glass.jpg


 

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