mettre le Repere au bon endroit

This commit is contained in:
Tonton Th 2026-01-14 15:34:39 +01:00
parent 0c4aa1a31c
commit f251fbb825
2 changed files with 13 additions and 12 deletions

View File

@ -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

View File

@ -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;