start of cleanup

This commit is contained in:
Tonton Th
2024-12-30 04:41:51 +01:00
parent 11741fd72e
commit d0edb79cb6
5 changed files with 24 additions and 18 deletions

View File

@@ -22,7 +22,8 @@ cylinder {
#local R2 = R_monde - 1.5;
#local xpos = R2 * sin(radians(foo));
#local zpos = R2 * cos(radians(foo));
cylinder { <0, 0, 0>, <0, 5, 0>, 0.40 pigment { color Blue }
cylinder { <0, 0, 0>, <0, 5, 0>, 0.40
pigment { color <0.5, 0.5, 0.9> }
translate <xpos, 0, zpos> }
#end