├── LICENSE ├── README.md ├── SecKC-MHN-Globe.go ├── animation.gif ├── go.mod ├── go.sum └── utils ├── README.md ├── convert_png.go └── equirectangle_projection.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n0xa/SecKC-MHN-Globe/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n0xa/SecKC-MHN-Globe/HEAD/README.md -------------------------------------------------------------------------------- /SecKC-MHN-Globe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n0xa/SecKC-MHN-Globe/HEAD/SecKC-MHN-Globe.go -------------------------------------------------------------------------------- /animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n0xa/SecKC-MHN-Globe/HEAD/animation.gif -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n0xa/SecKC-MHN-Globe/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n0xa/SecKC-MHN-Globe/HEAD/go.sum -------------------------------------------------------------------------------- /utils/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n0xa/SecKC-MHN-Globe/HEAD/utils/README.md -------------------------------------------------------------------------------- /utils/convert_png.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n0xa/SecKC-MHN-Globe/HEAD/utils/convert_png.go -------------------------------------------------------------------------------- /utils/equirectangle_projection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n0xa/SecKC-MHN-Globe/HEAD/utils/equirectangle_projection.png --------------------------------------------------------------------------------