pfeueue...
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user