Holodisk model from the Fallout and Fallout 2 games.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
503 B

  1. /*
  2. * Holodisk from Fallout 1 and Fallout 2
  3. *
  4. * Main source: https://fallout.fandom.com/wiki/Holotape
  5. * Inspiration: https://www.artstation.com/artwork/R14Y
  6. * Related: http://cedmagic.com/history/holotape.html
  7. */
  8. // dependency: https://github.com/revarbat/BOSL
  9. use <holodisk_spec.scad>
  10. use <anim.scad>
  11. include <holodisk.scad>
  12. include <reader.scad>
  13. /*/ read camera
  14. echo($vpr);
  15. echo($vpt);
  16. echo($vpd);
  17. /**/
  18. // set camera
  19. $vpr=[70.4, 0, 314.3];
  20. $vpt=[35.2535, 26.4734, 12.9879];
  21. $vpd=325.228;
  22. /**/