pfeueue...

This commit is contained in:
le vieux
2021-03-23 09:55:20 +01:00
parent 40f7b689db
commit 2a983b8335
9 changed files with 52 additions and 22 deletions

View File

@@ -45,12 +45,13 @@ union
object { Locomotive_Vapeur translate <0, 2, -52> }
object { Wagon_Citerne translate <0, 2, -21> }
object { Wagon_Benne translate <0, 2, 6> }
object { Wagon_Ridelles translate <0, 2, 41> }
object { Wagon_Ridelles translate <0, 2, 35> }
#local XS = 60;
object { Trois_rails translate x*XS }
#local DZ = 60 - (clock*33);
#local K = Cos_01(clock);
#local DZ = 50 - (K * 85);
object { Train_Electric translate <XS, 0, DZ> }
}
@@ -68,7 +69,7 @@ camera
{
location <260, 38, 25>
right image_width/image_height*x
look_at <0, 3, 10>
look_at <0, 3, -10>
angle ANGLE_CAM
}