Compare commits

..

No commits in common. "802a4ab8c24e1464d96584562c0d4b3a6e96eaed" and "c82f6f4de5251993b71ede6cecac9f277912d8f9" have entirely different histories.

3 changed files with 2 additions and 12 deletions

View File

@ -82,7 +82,7 @@ object { Gyros }
#debug " Cabane+Compteur !!!\n"
#break
#case (1)
object { HexaPole () }
object { HexaPole }
#debug " Hexapole !!!\n"
#break
#case (2)

View File

@ -102,16 +102,6 @@ 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

View File

@ -19,7 +19,7 @@ difference {
#elseif (Foo < 0.75)
texture { T_Chrome_3A }
#else
texture { GoldDark }
texture { Flashy }
#end // else
#undef Foo
}