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)
|
#declare Repere = object
|
||||||
cylinder { 0, <1, 0, 0>, 0.005 pigment { color Red } }
|
{
|
||||||
cylinder { 0, <0, 0, 1>, 0.005 pigment { color Blue } }
|
union {
|
||||||
#end
|
cylinder { 0, <1, 0, 0>, 0.007 pigment { color Red } }
|
||||||
|
cylinder { 0, <0, 0, 1>, 0.007 pigment { color Blue } }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#if (1)
|
#if (1)
|
||||||
light_source {
|
light_source {
|
||||||
|
Loading…
Reference in New Issue
Block a user