made Repere an object

This commit is contained in:
Tonton Th 2024-12-29 19:02:14 +01:00
parent 8cbae25479
commit 929d59b169

View File

@ -52,10 +52,13 @@ height_field {
}
#if (0)
cylinder { 0, <1, 0, 0>, 0.005 pigment { color Red } }
cylinder { 0, <0, 0, 1>, 0.005 pigment { color Blue } }
#end
#declare Repere = object
{
union {
cylinder { 0, <1, 0, 0>, 0.007 pigment { color Red } }
cylinder { 0, <0, 0, 1>, 0.007 pigment { color Blue } }
}
}
#if (1)
light_source {