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

@@ -1,6 +1,6 @@
/*
*
*
* LOCO.POV
*/
#version 3.7;
@@ -13,23 +13,24 @@
#include "incs/rails.inc"
#include "incs/train.inc"
#include "incs/locomotive.inc"
// #include "electric.inc"
#include "incs/electric.inc"
union {
object { Un_Rail_Droit }
object { Un_Rail_Droit translate z*-100 }
object { Locomotive_Vapeur translate <0, 2, 15> }
object { Locomotive_Vapeur translate <0, 2, 17.8> }
rotate y*5
}
#if (0)
union {
object { Un_Rail_Droit }
object { Un_Rail_Droit translate z*-100 }
// object { Locomotive_Electric translate y*2 }
object { Locomotive_Electric translate y*2 }
translate x*42
}
#end
/*------------------------------------------------------------------*/
@@ -43,6 +44,4 @@ camera {
light_source { <150, 118, -150> color Gray70 }
light_source { <-170, 298, -250> color Gray70 }
light_source { <-700, 200, 150> color White }
/*------------------------------------------------------------------*/