This commit is contained in:
Tonton Th 2025-01-07 14:34:12 +01:00
parent afc4fee8a7
commit cb36297499

View File

@ -80,8 +80,8 @@ height_field {
#declare Repere = object
{
union {
cylinder { 0, <1, 0, 0>, 0.007 pigment { color Red } }
cylinder { 0, <0, 0, 1>, 0.007 pigment { color Blue } }
cylinder { 0, <1, 0, 0>, 0.008 pigment { color Red } }
cylinder { 0, <0, 0, 1>, 0.008 pigment { color Blue } }
}
}