sarmatiko

streaming.yaml

Aug 2nd, 2015
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. name: Streaming Video
  2. description: |
  3. Shows a video streamed over HTTP on a billboard screen
  4. commands:
  5. - [scene, c12]
  6. - [set_camera_position, [500.0, 300.0, -1200.0]]
  7. - [set_camera_focus, [0.0, 0.0, 0.0]]
  8. - [actor, billboard, 'res:/dx9/model/worldobject/billboard/billboard.red']
  9. - [add_actor, billboard]
  10. - [ship_group, red, amarr, frigate, 500, [0, 0, -1500], 1200, 50]
  11. - [add_actor, red]
  12. - [preload_lods]
  13. - [wait_for_loads]
  14. - [play_video, billboard, "http://res.eveonline.ccpgames.com/scope.webm", [["Screen", "AdvertMap"], ["Screen", "FaceMap"]]]
  15. - [camera_add_behavior, ChangeExposure, -2, 0, 3, 0.8]
  16. - [camera_add_behavior, SpiralTo, [5000.0, 3000.0, -1200.0], [500.0, 300.0, -1200.0], 40, 0, -1, 0.8]
  17. - [wait_for_actor_video, billboard, PLAYING]
  18. - [start_measurement, video_player]
  19. - [sleep, 3]
  20. - [stop_measurement, video_player]
  21. - [wait_for_actor_video, billboard]
Advertisement
Add Comment
Please, Sign In to add comment