16 lines
356 B
OpenSCAD
Executable File
16 lines
356 B
OpenSCAD
Executable File
/*
|
|
* Holodisk from Fallout 1 and Fallout 2
|
|
*
|
|
* Main source: https://fallout.fandom.com/wiki/Holotape
|
|
* Inspiration: https://www.artstation.com/artwork/R14Y
|
|
* Related: http://cedmagic.com/history/holotape.html
|
|
*/
|
|
|
|
// dependency: https://github.com/revarbat/BOSL
|
|
|
|
use <holodisk_spec.scad>
|
|
use <anim.scad>
|
|
|
|
include <holodisk.scad>
|
|
include <reader.scad>
|