add a new texture
This commit is contained in:
10
globals.inc
10
globals.inc
@@ -102,6 +102,16 @@ finish {
|
||||
}
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
|
||||
#declare GoldDark = texture
|
||||
{
|
||||
pigment{ rgb <0.81, 0.71, 0.23> }
|
||||
finish{ diffuse 0.5 ambient 0 specular 1 metallic roughness 0.01
|
||||
reflection{0.6 metallic}
|
||||
}
|
||||
} // This is a metal.
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
/*
|
||||
* Usefull macros
|
||||
|
||||
Reference in New Issue
Block a user