Python script to map 6 cube (cubemap, skybox) faces into an equirectangular (cylindrical projection, skysphere) map.
☆203Sep 4, 2025Updated last year
Alternatives and similar repositories for cube2sphere
Users that are interested in cube2sphere are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Python script to map an equirectangular (cylindrical projection, skysphere) map into 6 cube (cubemap, skybox) faces.☆95Sep 4, 2025Updated last year
- Cubemap to equirectangular format converters for Unity3D☆77Jan 19, 2023Updated 3 years ago
- Python implementation of convertion between equirectangular, cubemap and perspective. (equirect2cube, cube2equirect, equirect2perspec)