POV-Ray : Newsgroups : povray.binaries.scene-files : Speckled Formica Server Time
3 Sep 2024 00:17:31 EDT (-0400)
  Speckled Formica (Message 1 to 1 of 1)  
From: Bryan Valencia
Subject: Speckled Formica
Date: 23 Apr 1999 14:55:40
Message: <3720B405.538C521E@gte.net>
Ok, This is the exact same as Starfield, with the colors reversed.   All
of you who plan a midwest diner scene, add this to your textures.inc


// Speckled White Formica by Bryan Valencia (kinda)
#declare White_Formica =
texture {
    pigment {
        granite
        color_map {
            [0.72 rgb 1-0.00 ] // No specks in this area
            [0.72 rgb 1-0.20 ] // Very Very Faint Specks
            [0.75 rgb 1-0.40 ] // Very Very Faint Specks
            [0.78 rgb 1-0.60 ] // Very Faint Specks
            [0.81 rgb 1-0.80 ] // Faint Specks
            [0.85 rgb 1-0.95 ] // Medium Black Specks
            [0.91 rgb 1-1.00 ] // Black Specks
            [0.91 rgb 1-0.00 ] // No Specks in this area
        }
    scale .015
    }
    normal { wrinkles .1 turbulence 1.412312 }
    finish { reflection .3 phong 1 }
}


--
Bryan Valencia
Software Services
Software Services Home Page  http://www.209software.com
Pascal for Delphi Programmers  http://www.209software.com/p4dp/Book.html

Resume: Delphi Programmer  http://www.209software.com/resume/resume.html


Post a reply to this message

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