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
|