un bon gros paquet de changements :)
This commit is contained in:
35
gadgets.inc
35
gadgets.inc
@@ -8,14 +8,37 @@
|
||||
#declare Repere = object
|
||||
{
|
||||
union {
|
||||
#local R = 0.01555555;
|
||||
cylinder { 0, <1, 0, 0>, R pigment { color Red } }
|
||||
cylinder { 0, <0, 1, 0>, R pigment { color Green } }
|
||||
cylinder { 0, <0, 0, 1>, R pigment { color Blue } }
|
||||
#local R = 0.015;
|
||||
#local R2 = R * 2.33;
|
||||
#local LC = 1.15;
|
||||
merge {
|
||||
cylinder { 0, <1, 0, 0>, R }
|
||||
cone { <1, 0, 0>, R2, <LC, 0, 0>, 0 }
|
||||
texture { R_Texture }
|
||||
}
|
||||
merge {
|
||||
cylinder { 0, <0, 1, 0>, R }
|
||||
cone { <0, 1, 0>, R2, <0, LC, 0>, 0 }
|
||||
texture { G_Texture }
|
||||
}
|
||||
merge {
|
||||
cylinder { 0, <0, 0, 1>, R }
|
||||
cone { <0, 0, 1>, R2, <0, 0, LC>, 0 }
|
||||
texture { B_Texture }
|
||||
}
|
||||
}
|
||||
}
|
||||
/* ======================================================= */
|
||||
#declare R_C = 0.35;
|
||||
#declare Fleche = object
|
||||
{
|
||||
union {
|
||||
cylinder { -5*x, 5*x, 0.09 }
|
||||
cone { 5*x, 0.27, 6.66*x, 0.00007 }
|
||||
}
|
||||
texture { LeGris }
|
||||
}
|
||||
// ------------------------------------------------------ ##
|
||||
|
||||
#declare R_C = 0.335;
|
||||
|
||||
/* ce truc mérite un nom plus parlant ! */
|
||||
#macro Chose_le_pied ()
|
||||
|
||||
Reference in New Issue
Block a user