mettre le Repere au bon endroit
This commit is contained in:
parent
0c4aa1a31c
commit
f251fbb825
14
contexte.inc
14
contexte.inc
@ -238,18 +238,8 @@ difference {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ======================================================= */
|
/* XXX
|
||||||
|
* L'indispensable Repere est parti dans 'gadgets.inc' ! */
|
||||||
#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 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ======================================================= */
|
/* ======================================================= */
|
||||||
/*
|
/*
|
||||||
* nouvel éclairage du 10 février 2025
|
* nouvel éclairage du 10 février 2025
|
||||||
|
|||||||
11
gadgets.inc
11
gadgets.inc
@ -3,6 +3,17 @@
|
|||||||
* nouveau projet du Thu Dec 5 11:37:05 AM UTC 2024
|
* nouveau projet du Thu Dec 5 11:37:05 AM UTC 2024
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* ======================================================= */
|
||||||
|
/* moved here from 'contexte.inc' */
|
||||||
|
#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 } }
|
||||||
|
}
|
||||||
|
}
|
||||||
/* ======================================================= */
|
/* ======================================================= */
|
||||||
#declare R_C = 0.35;
|
#declare R_C = 0.35;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user