gitextract_tyd_gif7/ ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md └── VOXFileLoader/ ├── Demo/ │ ├── 8x8x8.vox │ └── chr_sword.vox ├── Editor/ │ └── VOXFileLoader.cs └── Scripts/ ├── ObjFileExport.cs ├── VOXCruncher.cs ├── VOXFileImport.cs ├── VOXHashMap.cs └── VOXModel.cs