Compare commits
2 Commits
c82f6f4de5
...
802a4ab8c2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
802a4ab8c2 | ||
![]() |
ffd73e832c |
@ -82,7 +82,7 @@ object { Gyros }
|
|||||||
#debug " Cabane+Compteur !!!\n"
|
#debug " Cabane+Compteur !!!\n"
|
||||||
#break
|
#break
|
||||||
#case (1)
|
#case (1)
|
||||||
object { HexaPole }
|
object { HexaPole () }
|
||||||
#debug " Hexapole !!!\n"
|
#debug " Hexapole !!!\n"
|
||||||
#break
|
#break
|
||||||
#case (2)
|
#case (2)
|
||||||
|
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
|
* Usefull macros
|
||||||
|
@ -19,7 +19,7 @@ difference {
|
|||||||
#elseif (Foo < 0.75)
|
#elseif (Foo < 0.75)
|
||||||
texture { T_Chrome_3A }
|
texture { T_Chrome_3A }
|
||||||
#else
|
#else
|
||||||
texture { Flashy }
|
texture { GoldDark }
|
||||||
#end // else
|
#end // else
|
||||||
#undef Foo
|
#undef Foo
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user