diff options
author | epoch <epoch@thebackupbox.net> | 2020-04-30 05:10:42 -0500 |
---|---|---|
committer | epoch <epoch@thebackupbox.net> | 2020-04-30 05:10:42 -0500 |
commit | e4704318327aec71a584571e80b6163988cdf6b8 (patch) | |
tree | b56eb37125dd7988ef80126a29b4db2a8b95d844 /share/hackvr/meshes/floppy.hackvr | |
parent | bb67c0b32049a17b01717bdf773639175528adfa (diff) | |
download | hackvr-e4704318327aec71a584571e80b6163988cdf6b8.tar.gz hackvr-e4704318327aec71a584571e80b6163988cdf6b8.zip |
the floppy disk hackvr mesh, and the chaosgate generator and its tester-script
Diffstat (limited to 'share/hackvr/meshes/floppy.hackvr')
-rw-r--r-- | share/hackvr/meshes/floppy.hackvr | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/share/hackvr/meshes/floppy.hackvr b/share/hackvr/meshes/floppy.hackvr new file mode 100644 index 0000000..53b1f09 --- /dev/null +++ b/share/hackvr/meshes/floppy.hackvr @@ -0,0 +1,30 @@ +#whole thing +floppy addshape 1 5 -1 1 0 .8 1 0 1 .8 0 1 -1 0 -1 -1 0 + +### this is for when I eventually make it actually 3d +#floppy addshape 1 5 -1 1 .1 .8 1 .1 1 .8 .1 1 -1 .1 -1 -1 .1 + +#the label +floppy addshape 1 4 -.8 .15 0 .8 .15 0 .8 -1 0 -.8 -1 0 + +#the lines on the label +floppy addshape 1 2 -.8 -.05 0 .8 -.05 0 +floppy addshape 1 2 -.8 -.25 0 .8 -.25 0 +floppy addshape 1 2 -.8 -.45 0 .8 -.45 0 +floppy addshape 1 2 -.8 -.65 0 .8 -.65 0 +floppy addshape 1 2 -.8 -.85 0 .8 -.85 0 + +#the metal clip slide area +floppy addshape 1 4 -.8 1 0 -.8 .3 0 .5 .3 0 .5 1 0 + +#the metal clip +floppy addshape 1 4 -.5 1 0 -.5 .3 0 .55 .3 0 .55 1 0 + +#the hole in the metal clip because... lazy. +floppy addshape 1 4 .125 .9 0 .4 .9 0 .4 .35 0 .125 .35 0 + +#the write protection hole +floppy addshape 1 4 .95 -.875 0 .85 -.875 0 .85 -.8 0 .95 -.8 0 + +floppy scale 7 7 7 +#floppy rotate 0 0 180 |