made Repere an object
This commit is contained in:
parent
8cbae25479
commit
929d59b169
11
contexte.inc
11
contexte.inc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user