POV-Ray : Newsgroups : povray.general : Texture Black_Marble : Re: Texture Black_Marble Server Time
13 Aug 2024 05:52:29 EDT (-0400)
  Re: Texture Black_Marble  
From: =Bob
Date: 24 Oct 1998 00:45:07
Message: <36314d43.0@news.povray.org>
An interesting point there, Juan, as I don't recall ever seeing a Black_Marble 
in any of the 'includes' (there is a *blue-black* marble with *red* veins 
however). I say "interesting" because if you look at the menu of 3.1 under 
Options/MessageWindow/TilingOptions a Black Marble bmp file is there, so it 
must have been made from something... Maybe the idea was that it's too simple 
to make the opposite of the White_Marble and left it up to others to create.
So, here, everyone:

#declare Black_Marble_Map =
color_map {
    [0.0 rgb <0.2, 0.2, 0.2>]
    [0.8 rgb <0.5, 0.5, 0.5>]
    [1.0 rgb <0.9, 0.9, 0.9>]
}

// Black marble with white veins.
#declare Black_Marble = 
pigment {
    marble
    turbulence 1
    color_map { Black_Marble_Map }
}


>
>There is something that me call attention,  occured that
>translating/studying the part of Patterns- Hexagon ( for example ) of
>the manual of POV-Ray 3.1,  me encounter with a test where was
>utilized the texture "Black_Marble", But this texture I no have in the
>file "textures.inc".
>
>I Ask :The manual is not completely updated to the version 3.1 or to
>my me some lack file?
>
>
>
>Saludos:
>
>-----------------------------------------------------------------------------
---
>--------

>Montevideo-Uruguay
>-----------------------------------------------------------------------------
---
>--------
>El Mundo de Pov-Ray
>http://www.geocities.com/SoHo/Cafe/9457/
>-----------------------------------------------------------------------------
---
>--------

-- 
 omniVERSE: beyond the universe
  http://members.aol.com/inversez/POVring.html
=Bob


Post a reply to this message

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